Searched refs:_gadget (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | fotg210.c | 733 static int fotg210_pullup(struct usb_gadget *_gadget, int is_on) in fotg210_pullup() argument 737 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_pullup() 746 static int fotg210_get_frame(struct usb_gadget *_gadget) in fotg210_get_frame() argument 751 chip = container_of(_gadget, struct fotg210_chip, gadget); in fotg210_get_frame()
|
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
|