Lines Matching refs:net2280

166 static void stop_activity(struct net2280 *dev,
168 static void ep0_start(struct net2280 *dev);
187 struct net2280 *dev; in net2280_enable()
963 struct net2280 *dev; in done()
997 struct net2280 *dev; in net2280_queue()
1469 struct net2280 *dev; in net2280_get_frame()
1475 dev = container_of(_gadget, struct net2280, gadget); in net2280_get_frame()
1484 struct net2280 *dev; in net2280_wakeup()
1490 dev = container_of(_gadget, struct net2280, gadget); in net2280_wakeup()
1504 struct net2280 *dev; in net2280_set_selfpowered()
1510 dev = container_of(_gadget, struct net2280, gadget); in net2280_set_selfpowered()
1529 struct net2280 *dev; in net2280_pullup()
1535 dev = container_of(_gadget, struct net2280, gadget); in net2280_pullup()
1607 struct net2280 *dev = dev_get_drvdata(_dev); in function_show()
1619 struct net2280 *dev; in registers_show()
1770 struct net2280 *dev; in queues_show()
1873 static void set_fifo_mode(struct net2280 *dev, int mode) in set_fifo_mode()
1902 static void defect7374_disable_data_eps(struct net2280 *dev) in defect7374_disable_data_eps()
1942 static void defect7374_enable_data_eps_zero(struct net2280 *dev) in defect7374_enable_data_eps_zero()
2023 static void usb_reset_228x(struct net2280 *dev) in usb_reset_228x()
2059 static void usb_reset_338x(struct net2280 *dev) in usb_reset_338x()
2110 static void usb_reset(struct net2280 *dev) in usb_reset()
2117 static void usb_reinit_228x(struct net2280 *dev) in usb_reinit_228x()
2154 static void usb_reinit_338x(struct net2280 *dev) in usb_reinit_338x()
2257 static void usb_reinit(struct net2280 *dev) in usb_reinit()
2264 static void ep0_start_228x(struct net2280 *dev) in ep0_start_228x()
2307 static void ep0_start_338x(struct net2280 *dev) in ep0_start_338x()
2348 static void ep0_start(struct net2280 *dev) in ep0_start()
2364 struct net2280 *dev; in net2280_start()
2376 dev = container_of(_gadget, struct net2280, gadget); in net2280_start()
2412 static void stop_activity(struct net2280 *dev, struct usb_gadget_driver *driver) in stop_activity()
2439 struct net2280 *dev; in net2280_stop()
2442 dev = container_of(_gadget, struct net2280, gadget); in net2280_stop()
2676 static struct net2280_ep *get_ep_by_addr(struct net2280 *dev, u16 wIndex) in get_ep_by_addr()
2696 static void defect7374_workaround(struct net2280 *dev, struct usb_ctrlrequest r) in defect7374_workaround()
2772 struct net2280 *dev = ep->dev; in ep_clear_seqnum()
2785 static void handle_stat0_irqs_superspeed(struct net2280 *dev, in handle_stat0_irqs_superspeed()
2993 static void usb338x_handle_ep_intr(struct net2280 *dev, u32 stat0) in usb338x_handle_ep_intr()
3013 static void handle_stat0_irqs(struct net2280 *dev, u32 stat) in handle_stat0_irqs()
3277 static void handle_stat1_irqs(struct net2280 *dev, u32 stat) in handle_stat1_irqs()
3456 struct net2280 *dev = _dev; in net2280_irq()
3487 struct net2280 *dev = dev_get_drvdata(_dev); in gadget_release()
3496 struct net2280 *dev = pci_get_drvdata(pdev); in net2280_remove()
3536 struct net2280 *dev; in net2280_probe()
3723 struct net2280 *dev = pci_get_drvdata(pdev); in net2280_shutdown()