Home
last modified time | relevance | path

Searched refs:isp1760_device (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/isp1760/
Disp1760-udc.h23 struct isp1760_device;
66 struct isp1760_device *isp;
91 int isp1760_udc_register(struct isp1760_device *isp, int irq,
93 void isp1760_udc_unregister(struct isp1760_device *isp);
95 static inline int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
101 static inline void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()
Disp1760-core.c29 static void isp1760_init_core(struct isp1760_device *isp) in isp1760_init_core()
105 void isp1760_set_pullup(struct isp1760_device *isp, bool enable) in isp1760_set_pullup()
114 struct isp1760_device *isp; in isp1760_register()
168 struct isp1760_device *isp = dev_get_drvdata(dev); in isp1760_unregister()
Disp1760-core.h41 struct isp1760_device { struct
56 void isp1760_set_pullup(struct isp1760_device *isp, bool enable); argument
Disp1760-udc.c1443 int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
1502 void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()