Searched defs:priv_dev (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/usb/cdns3/ | 
| 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()
 96 static void cdns3_prepare_setup_packet(struct cdns3_device *priv_dev)  in cdns3_prepare_setup_packet()
 104 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev,  in cdns3_ep0_complete_setup()
 136 static int cdns3_req_ep0_set_configuration(struct cdns3_device *priv_dev,  in cdns3_req_ep0_set_configuration()
 180 static int cdns3_req_ep0_set_address(struct cdns3_device *priv_dev,  in cdns3_req_ep0_set_address()
 220 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev,  in cdns3_req_ep0_get_status()
 274 static int cdns3_ep0_feature_handle_device(struct cdns3_device *priv_dev,  in cdns3_ep0_feature_handle_device()
 337 static int cdns3_ep0_feature_handle_intf(struct cdns3_device *priv_dev,  in cdns3_ep0_feature_handle_intf()
 356 static int cdns3_ep0_feature_handle_endpoint(struct cdns3_device *priv_dev,  in cdns3_ep0_feature_handle_endpoint()
 [all …]
 
 | 
| D | cdns3-gadget.c | 115 static int cdns3_get_dma_pos(struct cdns3_device *priv_dev,  in cdns3_get_dma_pos()163 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep)  in cdns3_select_ep()
 179 static int cdns3_get_tdl(struct cdns3_device *priv_dev)  in cdns3_get_tdl()
 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
 283 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev)  in cdns3_hw_reset_eps_config()
 351 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable)  in cdns3_allow_enable_l1()
 359 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev)  in cdns3_get_speed()
 384 static int cdns3_start_all_request(struct cdns3_device *priv_dev,  in cdns3_start_all_request()
 [all …]
 
 | 
| /Linux-v6.6/drivers/usb/gadget/udc/cdns2/ | 
| D | cdns2-pci.c | 28 	struct cdns2_device *priv_dev;  in cdns2_pci_probe()  local90 	struct cdns2_device *priv_dev = pci_get_drvdata(pdev);  in cdns2_pci_remove()  local
 100 	struct cdns2_device *priv_dev = dev_get_drvdata(dev);  in cdns2_pci_suspend()  local
 107 	struct cdns2_device *priv_dev = dev_get_drvdata(dev);  in cdns2_pci_resume()  local
 
 | 
| /Linux-v6.6/drivers/staging/gdm724x/ | 
| 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()
 
 | 
| 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()
 
 | 
| D | gdm_tty.h | 33 	void *priv_dev;  member
 | 
| D | gdm_lte.h | 37 	void	*priv_dev;  member
 |