Home
last modified time | relevance | path

Searched refs:mspusb_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/pmcs-msp71xx/
Dmsp_usb.c66 static struct mspusb_device msp_usbhost0_device = {
107 static struct mspusb_device msp_usbdev0_device = {
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_usb.h131 struct mspusb_device { struct
138 #define to_mspusb_device(x) container_of((x), struct mspusb_device, dev) argument
/linux-4.4.14/drivers/usb/host/
Dehci-pmcmsp.c99 static int usb_hcd_msp_map_regs(struct mspusb_device *dev) in usb_hcd_msp_map_regs()