Home
last modified time | relevance | path

Searched refs:idesc (Results 1 – 12 of 12) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_util.c60 (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()
Dusb_request.c1374 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 …]
Dusb_device.c723 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 …]
Dusb_handle_request.c161 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()
Dusb_debug.c62 iface, iface->idesc, iface->alt_index); in usb_dump_iface()
Dusb_generic.c726 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()
Dusb_hid.c795 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()
Dusb_hub.c1808 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()
Dusbdi.h169 struct usb_interface_descriptor *idesc; member
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc2075 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/
Ddisasm-ia32.cc1781 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/
Dhwcontext_vulkan.c2134 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()