Searched refs:in_buf (Results 1 – 1 of 1) sorted by relevance
64 static int xhci_get_interface_desc(const void *in_buf, const uint8_t if_num, struct usb_interface_d…1465 static int xhci_get_interface_desc(const void *in_buf, const uint8_t if_num, struct usb_interface_d… in xhci_get_interface_desc() argument1467 if (unlikely(if_desc == NULL || in_buf == NULL)) in xhci_get_interface_desc()1470 if (if_num >= ((struct usb_config_desc *)in_buf)->num_interfaces) in xhci_get_interface_desc()1472 uint32_t total_len = ((struct usb_config_desc *)in_buf)->total_len; in xhci_get_interface_desc()1476 struct usb_interface_desc *ptr = (struct usb_interface_desc *)(in_buf + pos); in xhci_get_interface_desc()