Searched refs:cdns3_device (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | 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 …]
|
| H A D | gadget.c | 113 static int cdns3_get_dma_pos(struct cdns3_device *priv_dev, in cdns3_get_dma_pos() 161 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep) in cdns3_select_ep() 177 static int cdns3_get_tdl(struct cdns3_device *priv_dev) in cdns3_get_tdl() 210 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_free_trb_pool() 228 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_allocate_trb_pool() 278 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_ep_stall_flush() 297 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev) in cdns3_hw_reset_eps_config() 365 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable) in cdns3_allow_enable_l1() 373 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev) in cdns3_get_speed() 398 static int cdns3_start_all_request(struct cdns3_device *priv_dev, in cdns3_start_all_request() [all …]
|
| H A D | gadget.h | 961 #define gadget_to_cdns3_device(g) (container_of(g, struct cdns3_device, gadget)) 1105 struct cdns3_device; 1144 struct cdns3_device *cdns3_dev; 1285 struct cdns3_device { struct 1338 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev); argument 1340 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev); 1341 void cdns3_set_hw_configuration(struct cdns3_device *priv_dev); 1342 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep); 1343 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable); 1361 int cdns3_init_ep0(struct cdns3_device *priv_dev, [all …]
|
| H A D | trace.h | 98 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists), 114 TP_PROTO(struct cdns3_device *priv_dev, u32 usb_ists), 119 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep), 146 TP_PROTO(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep), 151 TP_PROTO(struct cdns3_device *priv_dev, u32 ep_sts), 168 TP_PROTO(struct cdns3_device *priv_dev, u32 ep_sts), 279 TP_PROTO(struct cdns3_device *dev_priv, struct usb_request *request),
|
| H A D | core.h | 106 struct cdns3_device *gadget_dev;
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | ep0.c | 37 static void cdns3_ep0_run_transfer(struct cdns3_device *priv_dev, in cdns3_ep0_run_transfer() 92 static int cdns3_ep0_delegate_req(struct cdns3_device *priv_dev, in cdns3_ep0_delegate_req() 105 static void cdns3_prepare_setup_packet(struct cdns3_device *priv_dev) in cdns3_prepare_setup_packet() 113 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev, in cdns3_ep0_complete_setup() 147 static int cdns3_req_ep0_set_configuration(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_configuration() 204 static int cdns3_req_ep0_set_address(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_address() 244 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev, in cdns3_req_ep0_get_status() 298 static int cdns3_ep0_feature_handle_device(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_device() 365 static int cdns3_ep0_feature_handle_intf(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_intf() 384 static int cdns3_ep0_feature_handle_endpoint(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_endpoint() [all …]
|
| H A D | gadget.c | 102 static int cdns3_get_dma_pos(struct cdns3_device *priv_dev, in cdns3_get_dma_pos() 150 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep) in cdns3_select_ep() 228 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_ep_stall_flush() 247 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev) in cdns3_hw_reset_eps_config() 321 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable) in cdns3_allow_enable_l1() 329 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev) in cdns3_get_speed() 354 static int cdns3_start_all_request(struct cdns3_device *priv_dev, in cdns3_start_all_request() 438 struct usb_request *cdns3_wa2_gadget_giveback(struct cdns3_device *priv_dev, in cdns3_wa2_gadget_giveback() 471 int cdns3_wa2_gadget_ep_queue(struct cdns3_device *priv_dev, in cdns3_wa2_gadget_ep_queue() 638 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_giveback() [all …]
|
| H A D | gadget.h | 960 #define gadget_to_cdns3_device(g) (container_of(g, struct cdns3_device, gadget)) 1090 struct cdns3_device; 1128 struct cdns3_device *cdns3_dev; 1254 struct cdns3_device { struct 1306 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev); argument 1308 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev); 1309 void cdns3_set_hw_configuration(struct cdns3_device *priv_dev); 1310 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep); 1311 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable); 1331 int cdns3_init_ep0(struct cdns3_device *priv_dev, [all …]
|
| H A D | core.h | 89 struct cdns3_device *gadget_dev;
|