Searched refs:_gadget (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | fotg210.c | 734 static int fotg210_pullup(struct usb_gadget *_gadget, int is_on) in fotg210_pullup() argument 738 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_pullup() 747 static int fotg210_get_frame(struct usb_gadget *_gadget) in fotg210_get_frame() argument 752 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_get_frame()
|
| H A D | pxa25x_udc.c | 1009 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) in pxa25x_udc_get_frame() argument 1015 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) in pxa25x_udc_wakeup() argument 1059 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_vbus_session() argument 1063 udc = container_of(_gadget, struct pxa25x_udc, gadget); in pxa25x_udc_vbus_session() 1070 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_pullup() argument 1074 udc = container_of(_gadget, struct pxa25x_udc, gadget); in pxa25x_udc_pullup() 1090 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa25x_udc_vbus_draw() argument
|