Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Dci13xxx_udc.c102 static struct ci13xxx *_udc;
311 static int hw_device_reset(struct ci13xxx *udc) in hw_device_reset()
757 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_device()
799 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_driver()
1026 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_inters()
1100 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in store_inters()
1140 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_port_test()
1166 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in store_port_test()
1200 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_qheads()
1239 struct ci13xxx *udc = container_of(dev, struct ci13xxx, gadget.dev); in show_registers()
[all …]
Dci13xxx_udc.h103 struct ci13xxx;
114 void (*notify_event) (struct ci13xxx *udc, unsigned event);
118 struct ci13xxx { struct
Dci13xxx_msm.c23 static void ci13xxx_msm_notify_event(struct ci13xxx *udc, unsigned event) in ci13xxx_msm_notify_event()