Searched defs:priv_dev (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| A D | cdns3-gadget.c | 197 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_free_trb_pool() local 214 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_allocate_trb_pool() local 264 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_ep_stall_flush() local 1915 struct cdns3_device *priv_dev = data; in cdns3_device_irq_handler() local 1960 struct cdns3_device *priv_dev = data; in cdns3_device_thread_irq_handler() local 2354 struct cdns3_device *priv_dev; in cdns3_gadget_ep_enable() local 2493 struct cdns3_device *priv_dev; in cdns3_gadget_ep_disable() local 2641 struct cdns3_device *priv_dev; in cdns3_gadget_ep_queue() local 2686 struct cdns3_device *priv_dev; in cdns3_gadget_ep_dequeue() local 3247 struct cdns3_device *priv_dev; in cdns3_gadget_exit() local [all …]
|
| A D | cdns3-ep0.c | 34 static void cdns3_ep0_run_transfer(struct cdns3_device *priv_dev, in cdns3_ep0_run_transfer() 83 static int cdns3_ep0_delegate_req(struct cdns3_device *priv_dev, in cdns3_ep0_delegate_req() 104 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev, in cdns3_ep0_complete_setup() 220 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev, in cdns3_req_ep0_get_status() 428 static int cdns3_req_ep0_set_sel(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_sel() 531 static void cdns3_ep0_setup_phase(struct cdns3_device *priv_dev) in cdns3_ep0_setup_phase() 595 static bool cdns3_check_new_setup(struct cdns3_device *priv_dev) in cdns3_check_new_setup() 692 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep0_queue() local 784 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep_set_wedge() local 810 void cdns3_ep0_config(struct cdns3_device *priv_dev) in cdns3_ep0_config() [all …]
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| A D | cdns2-pci.c | 27 struct cdns2_device *priv_dev; in cdns2_pci_probe() local 89 struct cdns2_device *priv_dev = pci_get_drvdata(pdev); in cdns2_pci_remove() local 99 struct cdns2_device *priv_dev = dev_get_drvdata(dev); in cdns2_pci_suspend() local 106 struct cdns2_device *priv_dev = dev_get_drvdata(dev); in cdns2_pci_resume() local
|
| /linux/drivers/staging/gdm724x/ |
| A D | gdm_usb.c | 483 static int gdm_usb_recv(void *priv_dev, in gdm_usb_recv() 704 static int gdm_usb_sdu_send(void *priv_dev, void *data, int len, in gdm_usb_sdu_send() 762 static int gdm_usb_hci_send(void *priv_dev, void *data, int len, in gdm_usb_hci_send() 796 static u8 gdm_usb_get_endian(void *priv_dev) in gdm_usb_get_endian()
|
| A D | gdm_mux.c | 270 static int gdm_mux_recv(void *priv_dev, in gdm_mux_recv() 342 static int gdm_mux_send(void *priv_dev, void *data, int len, int tty_index, in gdm_mux_send() 405 static int gdm_mux_send_control(void *priv_dev, int request, int value, in gdm_mux_send_control()
|
| A D | gdm_tty.h | 33 void *priv_dev; member
|
| A D | gdm_lte.h | 37 void *priv_dev; member
|
Completed in 23 milliseconds