Lines Matching refs:target
49 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i…
51 static int xhci_control_out(const int id, struct usb_request_packet_t *packet, void *target, const …
59 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_…
63 void *target);
1237 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… in xhci_control_in() argument
1286 memcpy(target, (void *)data_buf_vaddr, packet->length); in xhci_control_in()
1311 static int xhci_control_out(const int id, struct usb_request_packet_t *packet, void *target, const … in xhci_control_out() argument
1350 memcpy(target, (void *)data_buf_vaddr, packet->length); in xhci_control_out()
1376 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_… in xhci_get_desc() argument
1393 count = xhci_control_in(id, &ctrl_in_packet, target, port_id, dev_desc->max_packet_size); in xhci_get_desc()
1449 void *target) in xhci_get_config_desc_full() argument
1451 if (unlikely(conf_desc == NULL || target == NULL)) in xhci_get_config_desc_full()
1454 return xhci_get_desc(id, port_id, target, USB_DT_CONFIG, 0, 0, conf_desc->total_len); in xhci_get_config_desc_full()