Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dpmc.c91 if (!pmc->descriptors) { in wil_pmc_alloc()
97 pmc->descriptors); in wil_pmc_alloc()
147 &pmc->descriptors[i].pa, in wil_pmc_alloc()
199 pmc->descriptors[i].va, in wil_pmc_alloc()
200 pmc->descriptors[i].pa); in wil_pmc_alloc()
215 kfree(pmc->descriptors); in wil_pmc_alloc()
216 pmc->descriptors = NULL; in wil_pmc_alloc()
275 if (pmc->descriptors) { in wil_pmc_free()
290 pmc->descriptors); in wil_pmc_free()
291 kfree(pmc->descriptors); in wil_pmc_free()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc16 Description: Control descriptors
30 Description: Class descriptors
45 Description: Terminal descriptors
50 Description: Output terminal descriptors
72 Description: Camera terminal descriptors
97 Description: Processing unit descriptors
119 Description: Extension unit descriptors
147 Description: Control header descriptors
159 Description: Streaming descriptors
191 Description: Color matching descriptors
[all …]
/openbmc/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c81 } __attribute__ ((__packed__)) descriptors = { variable
86 .length = cpu_to_le32(sizeof(descriptors)),
91 .bLength = sizeof(descriptors.fs_descs.intf),
98 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
104 .bLength = sizeof(descriptors.fs_descs.bulk_source),
113 .bLength = sizeof(descriptors.hs_descs.intf),
120 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
127 .bLength = sizeof(descriptors.hs_descs.bulk_source),
258 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c65 } __attribute__ ((__packed__)) descriptors = { variable
70 .length = htole32(sizeof(descriptors)),
75 .bLength = sizeof(descriptors.fs_descs.intf),
82 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
269 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/openbmc/linux/tools/usb/
H A Dffs-test.c126 } __attribute__((packed)) descriptors = { variable
132 .length = cpu_to_le32(sizeof descriptors),
137 .bLength = sizeof descriptors.fs_descs.intf,
144 .bLength = sizeof descriptors.fs_descs.sink,
151 .bLength = sizeof descriptors.fs_descs.source,
161 .bLength = sizeof descriptors.fs_descs.intf,
168 .bLength = sizeof descriptors.hs_descs.sink,
186 .bLength = sizeof descriptors.fs_descs.intf,
193 .bLength = sizeof descriptors.hs_descs.sink,
290 __u8 descriptors[]; in descs_to_legacy() member
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c109 const AvbDescriptor** descriptors; member
114 data->descriptors[data->descriptor_number++] = descriptor; in set_descriptors()
128 data.descriptors = in avb_descriptor_get_all()
130 if (data.descriptors == NULL) { in avb_descriptor_get_all()
140 return data.descriptors; in avb_descriptor_get_all()
H A Davb_slot_verify.c466 const AvbDescriptor** descriptors = NULL; in load_and_verify_vbmeta() local
793 descriptors = in load_and_verify_vbmeta()
798 if (!avb_descriptor_validate_and_byteswap(descriptors[n], &desc)) { in load_and_verify_vbmeta()
811 descriptors[n], in load_and_verify_vbmeta()
837 (AvbChainPartitionDescriptor*)descriptors[n], &chain_desc)) { in load_and_verify_vbmeta()
854 chain_partition_name = ((const uint8_t*)descriptors[n]) + in load_and_verify_vbmeta()
886 (AvbKernelCmdlineDescriptor*)descriptors[n], in load_and_verify_vbmeta()
895 kernel_cmdline = ((const uint8_t*)descriptors[n]) + in load_and_verify_vbmeta()
961 (AvbHashtreeDescriptor*)descriptors[n], &hashtree_desc)) { in load_and_verify_vbmeta()
1069 if (descriptors != NULL) { in load_and_verify_vbmeta()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch46 -} __attribute__((packed)) descriptors = {
49 - .length = cpu_to_le32(sizeof(descriptors)),
194 - .bLength = sizeof(descriptors.fs_descs.intf),
204 - .bLength = sizeof(descriptors.fs_descs.source),
211 - .bLength = sizeof(descriptors.fs_descs.sink),
226 - .bLength = sizeof(descriptors.hs_descs.intf),
236 - .bLength = sizeof(descriptors.hs_descs.source),
243 - .bLength = sizeof(descriptors.hs_descs.sink),
322 - ret = adb_write(h->control, &descriptors, sizeof(descriptors));
325 - D("[ %s: write descriptors failed: errno=%d ]\n", USB_FFS_ADB_EP0, errno);
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst53 entirely different descriptors, which will be described below.
74 - GQI descriptors and datapath registers are Big Endian.
75 - DQO descriptors and datapath registers are Little Endian.
126 fixed-size descriptors. They advance their head pointer using a __be32
128 descriptors in-order and updating a __be32 counter. Both the doorbell
149 - TX and RX buffers queues, which send descriptors to the device, use MMIO
150 doorbells to notify the device of new descriptors.
152 - RX and TX completion queues, which receive descriptors from the device, use a
155 populate received descriptors with the "next generation" which is inverted
161 descriptors posted to HW.
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c55 if (!config->fullspeed && function->descriptors) in usb_add_function()
166 struct usb_descriptor_header **descriptors; in config_buf() local
183 if (config->descriptors) { in config_buf()
185 config->descriptors); in config_buf()
195 descriptors = f->hs_descriptors; in config_buf()
197 descriptors = f->descriptors; in config_buf()
198 if (!descriptors) in config_buf()
310 struct usb_descriptor_header **descriptors; in set_config() local
370 descriptors = f->hs_descriptors; in set_config()
372 descriptors = f->descriptors; in set_config()
[all …]
/openbmc/libcper/
H A Dir-parse.c41 EFI_ERROR_SECTION_DESCRIPTOR *descriptors[amt_descriptors]; in ir_to_cper() local
43 descriptors[i] = (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_to_cper()
47 descriptors[i]); in ir_to_cper()
48 fwrite(descriptors[i], sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_to_cper()
63 ir_section_to_cper(section, descriptors[i], out); in ir_to_cper()
70 free(descriptors[i]); in ir_to_cper()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dp2p.c43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill()
44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill()
45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill()
46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c171 u32 index = INDEX(ctx->descriptors[loc]); in get_target()
187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) - in get_offset()
556 u32 *descp = &ctx->descriptors[ctx->bpf_index]; in setup_jmp()
583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp()
686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) { in finish_jmp()
858 u32 *descp = &ctx->descriptors[i]; in build_body()
883 ctx->descriptors[prog->len] = ctx->jit_index; in build_body()
895 ctx->descriptors[i] = INDEX(ctx->descriptors[i]) | flag; in set_convert_flag()
949 ctx.descriptors = kcalloc(prog->len + 1, sizeof(*ctx.descriptors), in bpf_int_jit_compile()
951 if (ctx.descriptors == NULL) in bpf_int_jit_compile()
[all …]
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp447 ordered_json& descriptors, const DescriptorType& descriptorType,
453 ordered_json& descriptors, const DescriptorType& descriptorType, in updateDescriptor() argument
476 for (auto& descriptor : descriptors) in updateDescriptor()
511 descriptors.emplace_back(descriptor); in updateDescriptor()
555 ordered_json descriptors; in parseResponseMsg() local
575 updateDescriptor(descriptors, descriptorType, descData); in parseResponseMsg()
600 updateDescriptor(descriptors, descriptorType, in parseResponseMsg()
610 data["Descriptors"] = descriptors; in parseResponseMsg()
/openbmc/pldm/fw-update/
H A Dinventory_manager.cpp85 Descriptors descriptors{}; in queryDeviceIdentifiers() local
107 descriptors.emplace(descriptorType, std::move(descData)); in queryDeviceIdentifiers()
133 descriptors.emplace(descriptorType, in queryDeviceIdentifiers()
145 descriptorMap.emplace(eid, std::move(descriptors)); in queryDeviceIdentifiers()
H A Dpackage_parser.cpp50 Descriptors descriptors{}; in parseFDIdentificationArea() local
71 descriptors.emplace( in parseFDIdentificationArea()
94 descriptors.emplace( in parseFDIdentificationArea()
132 utils::toString(compImageSetVersionStr), std::move(descriptors), in parseFDIdentificationArea()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dblockgroup.rst38 descriptors that are found in block group 0. Redundant copies of the
39 superblock and group descriptors are written to some of the block groups
45 GDT block” space after the block group descriptors and before the start
71 superblock, group descriptors, data block bitmaps for groups 0-3, inode
76 and group descriptors are always at the beginning of block groups, even
84 descriptors copies are kept in the first block group. Given the default
85 128MiB(2^27 bytes) block group size and 64-byte group descriptors, ext4
96 feature moves the location of the group descriptors from the congested
104 descriptors. Instead, the superblock and a single block group descriptor
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c247 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors()
292 if (!(ring->descriptors[ring->tail].flags in ring_work()
300 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
301 frame->sof = ring->descriptors[ring->tail].sof; in ring_work()
611 size * sizeof(*ring->descriptors), in tb_ring_alloc()
613 if (!ring->descriptors) in tb_ring_alloc()
628 ring->size * sizeof(*ring->descriptors), in tb_ring_alloc()
629 ring->descriptors, ring->descriptors_dma); in tb_ring_alloc()
830 ring->size * sizeof(*ring->descriptors), in tb_ring_free()
831 ring->descriptors, ring->descriptors_dma); in tb_ring_free()
[all …]
/openbmc/linux/Documentation/usb/
H A Dfunctionfs.rst7 the user space driver has registered by writing descriptors and
17 write descriptors and strings to that file. It does not need
19 simply provide descriptors such as if the function was the
25 When descriptors and strings are written "ep#" files appear
64 filesystems have been mounted and USB descriptors of all functions
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst15 descriptors in the record with information from the device. Many record
16 descriptors are defined by the PLDM standard, but it is also allowed for
17 devices to implement their own descriptors.
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_list.c260 const char *descriptors; in list_gadget_devices() local
287 descriptors = udev_device_get_sysattr_value(dev, in list_gadget_devices()
290 if (!descriptors) { in list_gadget_devices()
296 d_desc = (const struct usb_device_descriptor *) descriptors; in list_gadget_devices()
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h96 struct usb_descriptor_header **descriptors; member
200 const struct usb_descriptor_header **descriptors; member
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-dma-ioatdma12 Description: The number of descriptors active in the ring.
18 Description: Descriptor ring size, total number of descriptors available.
/openbmc/qemu/hw/remote/
H A Dtrace-events3 mpqemu_send_io_error(int cmd, int size, int nfds) "send command %d size %d, %d file descriptors to …
4 …or(int cmd, int size, int nfds) "failed to receive %d size %d, %d file descriptors to remote proce…
/openbmc/linux/drivers/mfd/
H A Dtimberdale.c298 .descriptors = 2,
304 .descriptors = 2,
310 .descriptors = 2,
316 .descriptors = 2,
323 .descriptors = 2,
339 .descriptors = 2,
345 .descriptors = 2,

12345678910>>...13