cregit-Linux how code gets into the kernel

Release 4.7 drivers/usb/chipidea/host.h

#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 shishkinalexander shishkin16100.00%2100.00%
Total16100.00%2100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
peter chenpeter chen11100.00%1100.00%
Total11100.00%1100.00%


static void ci_hdrc_host_driver_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
peter chenpeter chen7100.00%1100.00%
Total7100.00%1100.00%

#endif #endif /* __DRIVERS_USB_CHIPIDEA_HOST_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
alexander shishkinalexander shishkin4155.41%250.00%
peter chenpeter chen3344.59%250.00%
Total74100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}