/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_util.c | 59 (iface->idesc == NULL) || in device_set_usb_desc() 60 (iface->idesc->iInterface == 0)) { in device_set_usb_desc() 75 iface->idesc->iInterface); in device_set_usb_desc()
|
H A D | usb_request.c | 1373 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_get_alt_interface_no() 1379 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_get_alt_interface_no() 1400 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_set_alt_interface_no() 1407 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_alt_interface_no() 1741 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_protocol() 1745 iface, report, iface->idesc->bInterfaceNumber); in usbd_req_set_protocol() 1750 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_protocol() 1770 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_report() 1778 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_report() 1798 if ((iface == NULL) || (iface->idesc in usbd_req_get_report() [all...] |
H A D | usb_device.c | 722 iface->idesc = id; in usb_config_parse() 732 DPRINTFN(5, "found idesc nendpt=%d\n", id->bNumEndpoints); in usb_config_parse() 882 iface->idesc->bAlternateSetting); in usbd_set_alt_interface_index() 1311 if (iface->idesc == NULL) { in usb_probe_and_attach() 1318 iface->idesc->bInterfaceClass; in usb_probe_and_attach() 1320 iface->idesc->bInterfaceSubClass; in usb_probe_and_attach() 1322 iface->idesc->bInterfaceProtocol; in usb_probe_and_attach() 1325 iface->idesc->bInterfaceNumber; in usb_probe_and_attach() 2393 return (iface->idesc); in usbd_get_interface_descriptor() 2468 if (iface->idesc in usb_notify_addq() [all...] |
H A D | usb_handle_request.c | 160 if (alt_index >= usbd_get_no_alts(udev->cdesc, iface->idesc)) in usb_check_alt_setting() 209 (iface->idesc == NULL)) { in usb_handle_iface_request() 230 (iface_parent->idesc == NULL)) { in usb_handle_iface_request()
|
H A D | usb_generic.c | 725 if ((iface == NULL) || (iface->idesc == NULL)) { in ugen_get_iface_driver() 1680 struct usb_interface_descriptor *idesc) in ugen_get_iface_desc() 1685 if (iface && iface->idesc) { in ugen_get_iface_desc() 1686 *idesc = *(iface->idesc); in ugen_get_iface_desc() 2107 struct usb_interface_descriptor *idesc; in ugen_ioctl_post() member 2170 if (iface && iface->idesc) { in ugen_ioctl_post() 1679 ugen_get_iface_desc(struct usb_fifo *f, struct usb_interface_descriptor *idesc) ugen_get_iface_desc() argument
|
H A D | usb_debug.c | 60 PRINTK(" iface=%p idesc=%p altindex=%d\n", in usb_dump_iface() 61 iface, iface->idesc, iface->alt_index); in usb_dump_iface()
|
H A D | usb_hid.c | 794 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_get_hid_desc() 798 (usbd_get_config_descriptor(udev), iface->idesc); in usbd_req_get_hid_desc()
|
H A D | usb_hub.c | 1807 if (iface && iface->idesc) { in uhub_child_pnpinfo_string() 1822 iface->idesc->bInterfaceClass, in uhub_child_pnpinfo_string() 1823 iface->idesc->bInterfaceSubClass, in uhub_child_pnpinfo_string() 1824 iface->idesc->bInterfaceProtocol, in uhub_child_pnpinfo_string()
|
H A D | usbdi.h | 167 struct usb_interface_descriptor *idesc; member
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 2075 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction() local 2076 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction() 2077 current += PrintOperands(idesc.mnem, idesc.op_order_, current); in TwoByteOpcodeInstruction() 2365 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode() local 2366 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode() 2367 switch (idesc.type) { in InstructionDecode() 2376 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode() 2378 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode() 2385 data += PrintOperands(idesc in InstructionDecode() [all...] |
/third_party/node/deps/v8/src/diagnostics/ia32/ |
H A D | disasm-ia32.cc | 1781 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode() local 1782 switch (idesc.type) { in InstructionDecode() 1784 AppendToBuffer("%s", idesc.mnem); in InstructionDecode() 1790 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode() 1798 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*data & 0x07)); in InstructionDecode() 1812 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1819 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1825 AppendToBuffer("%s al,0x%x", idesc.mnem, data[1]); in InstructionDecode()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2812 VkImportMemoryFdInfoKHR idesc = { in vulkan_map_from_drm_frame_desc() local 2819 .pNext = &idesc, in vulkan_map_from_drm_frame_desc() 2826 idesc.fd, &fdmp); in vulkan_map_from_drm_frame_desc() 2831 close(idesc.fd); in vulkan_map_from_drm_frame_desc() 2847 close(idesc.fd); in vulkan_map_from_drm_frame_desc()
|