cregit-Linux how code gets into the kernel

Release 4.16 drivers/usb/chipidea/host.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DRIVERS_USB_CHIPIDEA_HOST_H

#define __DRIVERS_USB_CHIPIDEA_HOST_H

#ifdef CONFIG_USB_CHIPIDEA_HOST

int ci_hdrc_host_init(struct ci_hdrc *ci);
void ci_hdrc_host_destroy(struct ci_hdrc *ci);
void ci_hdrc_host_driver_init(void);

#else


static inline int ci_hdrc_host_init(struct ci_hdrc *ci) { return -ENXIO; }

Contributors

PersonTokensPropCommitsCommitProp
Alexander Shishkin16100.00%2100.00%
Total16100.00%2100.00%


static inline void ci_hdrc_host_destroy(struct ci_hdrc *ci) { }

Contributors

PersonTokensPropCommitsCommitProp
Peter Chen11100.00%1100.00%
Total11100.00%1100.00%


static void ci_hdrc_host_driver_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Peter Chen7100.00%1100.00%
Total7100.00%1100.00%

#endif #endif /* __DRIVERS_USB_CHIPIDEA_HOST_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexander Shishkin4154.67%240.00%
Peter Chen3344.00%240.00%
Greg Kroah-Hartman11.33%120.00%
Total75100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.