Searched refs:idesc (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_util.c | 60 (iface->idesc == NULL) || in device_set_usb_desc() 61 (iface->idesc->iInterface == 0)) { in device_set_usb_desc() 76 iface->idesc->iInterface); in device_set_usb_desc()
|
D | usb_request.c | 1364 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_get_alt_interface_no() 1370 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_get_alt_interface_no() 1391 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_set_alt_interface_no() 1398 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_alt_interface_no() 1732 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_protocol() 1736 iface, report, iface->idesc->bInterfaceNumber); in usbd_req_set_protocol() 1741 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_protocol() 1761 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_report() 1769 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_report() 1789 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_get_report() [all …]
|
D | usb_device.c | 723 iface->idesc = id; in usb_config_parse() 883 iface->idesc->bAlternateSetting); in usbd_set_alt_interface_index() 1312 if (iface->idesc == NULL) { in usb_probe_and_attach() 1319 iface->idesc->bInterfaceClass; in usb_probe_and_attach() 1321 iface->idesc->bInterfaceSubClass; in usb_probe_and_attach() 1323 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach() 1326 iface->idesc->bInterfaceNumber; in usb_probe_and_attach() 2394 return (iface->idesc); in usbd_get_interface_descriptor() 2469 if (iface->idesc == NULL) in usb_notify_addq() 2501 iface->idesc->bInterfaceNumber, in usb_notify_addq() [all …]
|
D | usb_handle_request.c | 161 if (alt_index >= usbd_get_no_alts(udev->cdesc, iface->idesc)) in usb_check_alt_setting() 210 (iface->idesc == NULL)) { in usb_handle_iface_request() 231 (iface_parent->idesc == NULL)) { in usb_handle_iface_request()
|
D | usb_generic.c | 726 if ((iface == NULL) || (iface->idesc == NULL)) { in ugen_get_iface_driver() 1681 struct usb_interface_descriptor *idesc) in ugen_get_iface_desc() argument 1686 if (iface && iface->idesc) { in ugen_get_iface_desc() 1687 *idesc = *(iface->idesc); in ugen_get_iface_desc() 2108 struct usb_interface_descriptor *idesc; in ugen_ioctl_post() member 2171 if (iface && iface->idesc) { in ugen_ioctl_post()
|
D | usb_debug.c | 62 iface, iface->idesc, iface->alt_index); in usb_dump_iface()
|
D | usb_hid.c | 795 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_get_hid_desc() 799 (usbd_get_config_descriptor(udev), iface->idesc); in usbd_req_get_hid_desc()
|
D | usb_hub.c | 1808 if (iface && iface->idesc) { in uhub_child_pnpinfo_string() 1823 iface->idesc->bInterfaceClass, in uhub_child_pnpinfo_string() 1824 iface->idesc->bInterfaceSubClass, in uhub_child_pnpinfo_string() 1825 iface->idesc->bInterfaceProtocol, in uhub_child_pnpinfo_string()
|
D | usbdi.h | 169 struct usb_interface_descriptor *idesc; member
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 2134 VkImportMemoryFdInfoKHR idesc = { in vulkan_map_from_drm_frame_desc() local 2141 .pNext = &idesc, in vulkan_map_from_drm_frame_desc() 2145 idesc.fd, &fdmp); in vulkan_map_from_drm_frame_desc() 2150 close(idesc.fd); in vulkan_map_from_drm_frame_desc() 2184 close(idesc.fd); in vulkan_map_from_drm_frame_desc()
|