Searched refs:descriptor (Results 26 - 50 of 56) sorted by relevance

123

/fuchsia/zircon/kernel/arch/x86/
H A Dexceptions.S11 #include <arch/x86/descriptor.h>
H A Dmexec.S9 #include <arch/x86/descriptor.h>
H A Darch.cpp16 #include <arch/x86/descriptor.h>
H A Dbootstrap16.cpp11 #include <arch/x86/descriptor.h>
H A Didt.cpp19 #include <arch/x86/descriptor.h>
H A Dioport.cpp8 #include <arch/x86/descriptor.h>
H A Dsmp.cpp15 #include <arch/x86/descriptor.h>
H A Dthread.cpp11 #include <arch/x86/descriptor.h>
H A Dstart16.S13 #include <arch/x86/descriptor.h>
H A Ddescriptor.cpp11 #include <arch/x86/descriptor.h>
82 // 64 bit descriptor structure
117 entry.dpl = ring & 0x03; // descriptor privilege level
H A Dstart.S12 #include <arch/x86/descriptor.h>
H A Drules.mk47 $(LOCAL_DIR)/descriptor.cpp \
H A Dmp.cpp21 #include <arch/x86/descriptor.h>
H A Dfaults.cpp13 #include <arch/x86/descriptor.h>
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-bus.c73 usb_hub_descriptor_t* descriptor) {
79 return usb_hci_configure_hub(&bus->hci, hub_id, speed, descriptor);
72 bus_configure_hub(void* ctx, zx_device_t* hub_device, usb_speed_t speed, usb_hub_descriptor_t* descriptor) argument
/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
H A Dintel-pt.h206 // TODO(dje): Later return a trace descriptor.
239 // Output: trace buffer descriptor (think file descriptor for trace buffers)
241 // buffer descriptor is the number of the cpu using the buffer.
249 zx_itrace_buffer_descriptor_t descriptor; member in struct:__anon1275
293 zx_itrace_buffer_descriptor_t descriptor; member in struct:__anon1277
H A Dcpu-perf.h306 uint32_t descriptor; member in struct:__anon1266
310 // Input: trace buffer descriptor (0, 1, 2, ..., |num_buffers|-1)
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-composite.c47 intf->descriptor = (usb_descriptor_header_t *)interface_desc;
119 intf->descriptor = (usb_descriptor_header_t *)assoc_desc;
134 usb_descriptor_header_t* header = intf->descriptor;
241 // find end of current interface descriptor
/fuchsia/zircon/system/dev/usb/usb-test/usb-tester/
H A Dusb-tester.c421 usb_device_descriptor_t* descriptor = out_buf; local
422 if (out_len < sizeof(*descriptor)) {
425 usb_get_device_descriptor(&usb_tester->usb, descriptor);
426 *out_actual = sizeof(*descriptor);
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp9 #include <arch/x86/descriptor.h>
35 uint64_t descriptor[] = {eptp, 0}; local
38 "invept %[descriptor], %[invalidation];" VMX_ERR_CHECK(err)
40 : [descriptor] "m"(descriptor), [invalidation] "r"(invalidation)
392 // delivered normally through the IDT, using the descriptor
/fuchsia/zircon/system/host/fvm/include/fvm/
H A Dcontainer.h157 fvm::partition_descriptor_t descriptor; member in struct:final::__anon568
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1025 """Class for AVB descriptor.
1030 tag: The tag identifying what kind of descriptor this is.
1031 data: The data in the descriptor.
1035 FORMAT_STRING = ('!QQ') # tag, num_bytes_following (descriptor header)
1038 """Initializes a new property descriptor.
1044 LookupError: If the given descriptor is malformed.
1057 """Print the descriptor.
1062 o.write(' Unknown descriptor:\n')
1071 """Serializes the descriptor.
1074 A bytearray() with the descriptor dat
[all...]
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c95 usb_hub_descriptor_t* descriptor) {
97 return xhci_configure_hub(xhci, device_id, speed, descriptor);
94 xhci_config_hub(void* ctx, uint32_t device_id, usb_speed_t speed, usb_hub_descriptor_t* descriptor) argument
H A Dxhci-device-manager.c190 // device descriptor request prior to SET_ADDRESS request.
316 // read first 8 bytes of device descriptor to fetch ep0 max packet size
717 usb_hub_descriptor_t* descriptor) {
726 uint32_t num_ports = descriptor->bNbrPorts;
729 ttt = (descriptor->wHubCharacteristics >> 5) & 3;
716 xhci_configure_hub(xhci_t* xhci, uint32_t slot_id, usb_speed_t speed, usb_hub_descriptor_t* descriptor) argument
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-pwrbtn.cpp15 #include <hid/descriptor.h>
187 zxlogf(TRACE, "acpi-pwrbtn: hid bus get descriptor\n");

Completed in 123 milliseconds

123