Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_util.c59 (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 Dusb_request.c1373 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 Dusb_device.c722 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 Dusb_handle_request.c160 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 Dusb_generic.c725 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 Dusb_debug.c60 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 Dusb_hid.c794 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 Dusb_hub.c1807 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 Dusbdi.h167 struct usb_interface_descriptor *idesc; member
/third_party/node/deps/v8/src/diagnostics/x64/
H A 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 in InstructionDecode()
[all...]
/third_party/node/deps/v8/src/diagnostics/ia32/
H A 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/
H A Dhwcontext_vulkan.c2812 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()

Completed in 28 milliseconds