Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-udc.h20 struct isp1760_device;
63 struct isp1760_device *isp;
88 int isp1760_udc_register(struct isp1760_device *isp, int irq,
90 void isp1760_udc_unregister(struct isp1760_device *isp);
92 static inline int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
98 static inline void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()
Disp1760-core.c26 static void isp1760_init_core(struct isp1760_device *isp) in isp1760_init_core()
102 void isp1760_set_pullup(struct isp1760_device *isp, bool enable) in isp1760_set_pullup()
111 struct isp1760_device *isp; in isp1760_register()
165 struct isp1760_device *isp = dev_get_drvdata(dev); in isp1760_unregister()
Disp1760-core.h38 struct isp1760_device { struct
53 void isp1760_set_pullup(struct isp1760_device *isp, bool enable); argument
Disp1760-udc.c1440 int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
1494 void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()