Searched refs:net2280 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | net2280.h | 97 struct net2280 *dev; 148 struct net2280 { struct 251 static inline void net2280_led_init(struct net2280 *dev) in net2280_led_init() 264 void net2280_led_speed(struct net2280 *dev, enum usb_device_speed speed) in net2280_led_speed() 287 static inline void net2280_led_active(struct net2280 *dev, int is_active) in net2280_led_active() 299 static inline void net2280_led_shutdown(struct net2280 *dev) in net2280_led_shutdown()
|
D | net2280.c | 163 static void stop_activity(struct net2280 *dev, 165 static void ep0_start(struct net2280 *dev); 184 struct net2280 *dev; in net2280_enable() 947 struct net2280 *dev; in done() 981 struct net2280 *dev; in net2280_queue() 1463 struct net2280 *dev; in net2280_get_frame() 1469 dev = container_of(_gadget, struct net2280, gadget); in net2280_get_frame() 1478 struct net2280 *dev; in net2280_wakeup() 1484 dev = container_of(_gadget, struct net2280, gadget); in net2280_wakeup() 1498 struct net2280 *dev; in net2280_set_selfpowered() [all …]
|
D | Makefile | 13 obj-$(CONFIG_USB_NET2280) += net2280.o
|
D | Kconfig | 374 dynamically linked module called "net2280" and force all
|
/linux-6.12.1/Documentation/usb/ |
D | gadget_serial.rst | 112 Controller" (for example, net2280), and for the "Serial Gadget" 202 S: Manufacturer=Linux 2.6.8.1 with net2280 234 S: Manufacturer=Linux 2.6.8.1 with net2280
|
D | gadget_printer.rst | 40 modprobe net2280
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | gadget.rst | 243 hardware, such as the net2280 on PCI (USB 2.0), sa11x0 or pxa25x as 367 ``net2280`` driver module. The driver supports Linux kernel versions 2.4 383 act like a net2280, a pxa25x, or an sa11x0 in terms of available
|