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

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_usb_usbd.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_usb_usbd.h
Extension
.h
Size
428 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

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_ */

Annotation

Implementation Notes