Searched refs:renesas_usb3 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 268 struct renesas_usb3; 311 struct renesas_usb3 *usb3; 330 struct renesas_usb3 { struct 364 container_of(_gadget, struct renesas_usb3, gadget) argument 365 #define renesas_usb3_to_gadget(renesas_usb3) (&renesas_usb3->gadget) argument 391 static void usb3_write(struct renesas_usb3 *usb3, u32 data, u32 offs) in usb3_write() 396 static u32 usb3_read(struct renesas_usb3 *usb3, u32 offs) in usb3_read() 401 static void usb3_set_bit(struct renesas_usb3 *usb3, u32 bits, u32 offs) in usb3_set_bit() 409 static void usb3_clear_bit(struct renesas_usb3 *usb3, u32 bits, u32 offs) in usb3_clear_bit() 417 static int usb3_wait(struct renesas_usb3 *usb3, u32 reg, u32 mask, in usb3_wait() [all …]
|
D | Makefile | 29 obj-$(CONFIG_USB_RENESAS_USB3) += renesas_usb3.o
|
D | Kconfig | 202 dynamically linked module called "renesas_usb3" and force all
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-platform-renesas_usb3 | 1 What: /sys/devices/platform/<renesas_usb3's name>/role
|