cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_usb_usbd.h

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

#define BCM63XX_DEV_USB_USBD_H_

/*
 * usb device platform data
 */

struct bcm63xx_usbd_platform_data {
	/* board can only support full speed (USB 1.1) */
	
int use_fullspeed;

	/* 0-based port index, for chips with >1 USB PHY */
	
int port_no;
};

int bcm63xx_usbd_register(const struct bcm63xx_usbd_platform_data *pd);

#endif /* BCM63XX_DEV_USB_USBD_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Kevin Cernekee3397.06%150.00%
Greg Kroah-Hartman12.94%150.00%
Total34100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.