/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 | 1374 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_get_alt_interface_no() 1380 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_get_alt_interface_no() 1401 if ((iface == NULL) || (iface->idesc == NULL)) in usbd_req_set_alt_interface_no() 1408 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_alt_interface_no() 1742 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_protocol() 1746 iface, report, iface->idesc->bInterfaceNumber); in usbd_req_set_protocol() 1751 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_protocol() 1771 if ((iface == NULL) || (iface->idesc == NULL)) { in usbd_req_set_report() 1779 req.wIndex[0] = iface->idesc->bInterfaceNumber; in usbd_req_set_report() 1799 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_debug.c | 62 iface, iface->idesc, iface->alt_index); in usb_dump_iface()
|
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_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/node/deps/v8/src/diagnostics/x64/ |
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.mnem, idesc.op_order_, data); in InstructionDecode() 2393 AppendToBuffer("%s%c %s", idesc.mnem, operand_size_code(), in InstructionDecode() [all …]
|
/third_party/node/deps/v8/src/diagnostics/ia32/ |
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/ |
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()
|