Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/isp1760/
Disp1760-udc.h24 struct isp1760_device;
66 struct isp1760_device *isp;
93 int isp1760_udc_register(struct isp1760_device *isp, int irq,
95 void isp1760_udc_unregister(struct isp1760_device *isp);
97 static inline int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
103 static inline void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()
Disp1760-core.h43 struct isp1760_device { struct
57 void isp1760_set_pullup(struct isp1760_device *isp, bool enable); argument
Disp1760-core.c29 static int isp1760_init_core(struct isp1760_device *isp) in isp1760_init_core()
110 void isp1760_set_pullup(struct isp1760_device *isp, bool enable) in isp1760_set_pullup()
488 struct isp1760_device *isp; in isp1760_register()
599 struct isp1760_device *isp = dev_get_drvdata(dev); in isp1760_unregister()
Disp1760-udc.c1536 int isp1760_udc_register(struct isp1760_device *isp, int irq, in isp1760_udc_register()
1589 void isp1760_udc_unregister(struct isp1760_device *isp) in isp1760_udc_unregister()