Home
last modified time | relevance | path

Searched full:descriptors (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch4 Subject: [PATCH] libusbgx: Add interface name for NCM Feature Descriptors
11 libusbgx: Add interface name for Feature Descriptors
13 This adds interface name required for "Feature Descriptors". If
19 it only added Feature Descriptors for RNDIS, NCM also needs that, or
22 Add Feature Descriptors interface name for NCM.
/openbmc/u-boot/drivers/usb/gadget/
H A Dconfig.c3 * usb/gadget/config.c -- simplify building config descriptors
22 * usb_descriptor_fillbuf - fill buffer with descriptors
27 * Copies descriptors into the buffer, returning the length or a
29 * assembling descriptors for an associated set of interfaces used
31 * sets of descriptors need to be marshaled.
60 * @desc: Null-terminated vector of pointers to the descriptors (interface,
66 * This copies descriptors into the response buffer, building a descriptor
H A Dcomposite.c55 if (!config->fullspeed && function->descriptors) in usb_add_function()
133 * ID in interface, association, CDC union, and other descriptors. It
143 * multiple versions of the relevant descriptors.
166 struct usb_descriptor_header **descriptors; in config_buf() local
182 /* There may be e.g. OTG descriptors */ in config_buf()
183 if (config->descriptors) { in config_buf()
185 config->descriptors); in config_buf()
192 /* add each function's descriptors */ in config_buf()
195 descriptors = f->hs_descriptors; in config_buf()
197 descriptors = f->descriptors; in config_buf()
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c67 avb_error("Descriptors not inside passed-in data.\n"); in avb_descriptor_foreach()
83 avb_error("Invalid data in descriptors array.\n"); in avb_descriptor_foreach()
109 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_vbmeta_image.h38 * verification will be disabled and descriptors will not be parsed.
67 * the signature and descriptors.
74 * The descriptors starts at |descriptors_offset| from the beginning
77 * number of bytes following. The number of descriptors can be
84 * Descriptors are free-form blocks stored in a part of the vbmeta
87 * descriptors. See avb_descriptor_foreach() for a convenience
88 * function to iterate over descriptors.
93 * on the features (e.g. algorithms, descriptors) used. Note that this
H A Davb_descriptor.h68 /* Convenience function to iterate over all descriptors in an vbmeta
89 /* Gets all descriptors in a vbmeta image.
93 * it. If |out_num_descriptors| is non-NULL, the number of descriptors
/openbmc/pldm/fw-update/
H A Dinventory_manager.hpp171 * descriptors, if none of them is available, a default name is
175 * @param[in] descriptors - Descriptors of the firmware device
178 const Descriptors& descriptors);
223 * @brief Obtain the device name from the descriptors
225 * @param[in] descriptors - Descriptors of the device
230 const Descriptors& descriptors);
H A Dfirmware_inventory.hpp44 * @param[in] descriptors - Descriptors associated with the firmware
48 * @note The descriptors and componentInfo parameters are reserved for
55 const Descriptors& /*descriptors*/,
H A Dinventory_manager.cpp30 "Failed to discover file descriptors for endpoint ID {EID} with {ERROR}", in discoverFDs()
118 Descriptors descriptors{}; in queryDeviceIdentifiers() local
140 descriptors.emplace(descriptorType, std::move(descData)); in queryDeviceIdentifiers()
166 descriptors.emplace(descriptorType, in queryDeviceIdentifiers()
178 obtainFirmwareDeviceName(eid, descriptors); in queryDeviceIdentifiers()
179 descriptorMap.insert_or_assign(eid, std::move(descriptors)); in queryDeviceIdentifiers()
379 Descriptors descriptors{}; in queryDownstreamIdentifiers() local
389 descriptors.emplace(desc.descriptor_type, std::move(descData)); in queryDownstreamIdentifiers()
416 descriptors.emplace( in queryDownstreamIdentifiers()
429 downstreamDevices->emplace(dev.downstream_device_index, descriptors); in queryDownstreamIdentifiers()
[all …]
H A Dfirmware_inventory_manager.hpp54 * @param[in] descriptors - Descriptors associated with the firmware
61 const Descriptors& descriptors, const ComponentInfo& componentInfo);
H A Dfirmware_inventory.cpp9 const Descriptors& /*descriptors*/, const ComponentInfo& /*componentInfo*/, in FirmwareInventory() argument
H A Dfirmware_inventory_manager.cpp16 const Descriptors& descriptors, const ComponentInfo& componentInfo) in createFirmwareEntry() argument
45 *boardPath, descriptors, componentInfo)); in createFirmwareEntry()
/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/u-boot/include/linux/usb/
H A Dcomposite.h45 * @descriptors: Table of full (or low) speed descriptors, using interface and
48 * @hs_descriptors: Table of high speed descriptors, using interface and
55 * in interface or class descriptors; endpoints; I/O buffers; and so on.
77 * To support dual speed operation, a function driver provides descriptors
79 * involve bulk endpoints, each speed needs different endpoint descriptors.
96 struct usb_descriptor_header **descriptors; member
159 * @descriptors: Table of descriptors preceding all function descriptors.
160 * Examples include OTG and vendor-specific descriptors.
194 * descriptors complete by the time the composite driver returns from
200 const struct usb_descriptor_header **descriptors; member
/openbmc/pldm/tools/fw-update/
H A Dmetadata-example.json13 "Descriptors": [ array
33 "Descriptors": [ array
44 "Descriptors": [ array
/openbmc/qemu/include/io/
H A Dchannel-watch.h29 * on file descriptors / sockets
76 * monitor the pair of file descriptors @fdread
79 * file descriptors such as pipes, where a pair
80 * of descriptors is required for bidirectional
/openbmc/libcper/
H A Dir-parse.c38 //Create the CPER section descriptors. in ir_to_cper()
42 cper_print_log("Invalid CPER file: No section descriptors.\n"); in ir_to_cper()
46 EFI_ERROR_SECTION_DESCRIPTOR *descriptors[amt_descriptors]; in ir_to_cper() local
48 descriptors[i] = (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_to_cper()
52 descriptors[i]); in ir_to_cper()
53 fwrite(descriptors[i], sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_to_cper()
72 ir_section_to_cper(section, descriptors[i], out); in ir_to_cper()
79 free(descriptors[i]); in ir_to_cper()
/openbmc/u-boot/drivers/dma/
H A Dapbh_dma.c102 * If the given channel has any DMA descriptors on its active list, this
106 * descriptors to process.
169 * descriptors on the active list are immediately moved to the head of the
171 * hardware. The "ready" flags of these descriptors are NOT cleared, so they
375 * descriptors.
443 * Clean up processed DMA descriptors.
445 * This function removes processed DMA descriptors from the "active" list. Pass
446 * in a non-NULL list head to get the descriptors moved to your list. Pass NULL
447 * to get the descriptors moved to the channel's "done" list. Descriptors on
451 * descriptors remain on the "active" list.
[all …]
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dtypes.hpp28 using Descriptors = typedef
32 using DescriptorMap = std::unordered_map<eid, Descriptors>;
56 ComponentImageSetVersion, Descriptors,
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.h87 /*Circular Ring of i/p descriptors */
89 /* Circular Ring of o/p descriptors */
90 /* Circula Ring containing info regarding descriptors in i/p
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DCreate.interface.yaml38 array of file descriptors for files that contain FFDC (first failure
44 When the method call is complete the descriptors must be closed and
68 File descriptors for any files containing FFDC, along with
/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c65 * Number of descriptors that the SVQ can make available from the guest.
81 * @gpas: Descriptors' GPAs, if backed by guest memory
142 * Write descriptors to SVQ vring
148 * @addr: Descriptors' GPAs, if backed by guest memory
149 * @more_descs: True if more descriptors come in the chain
150 * @write: True if they are writeable descriptors
205 /* We need some descriptors here */ in vhost_svq_add_split()
208 "Guest provided element with no descriptors"); in vhost_svq_add_split()
351 * exposed to the device needs to be a chain of descriptors in vhost_handle_guest_kick()
493 * good moment to make more descriptors available if possible. in vhost_svq_push_elem()
[all …]
/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/qemu/contrib/ivshmem-server/
H A Divshmem-server.h116 * Fill a fd_set with file descriptors to be monitored
118 * This function will fill a fd_set with all file descriptors that must
137 * @fds: The fd_set containing the file descriptors to be checked. Note that
138 * file descriptors that are not related to our server are ignored.
/openbmc/u-boot/drivers/net/
H A Dmvneta.c252 /* Max number of Rx descriptors */
255 /* Max number of Tx descriptors */
285 * layout of the transmit and reception DMA descriptors, and their
342 /* Number of TX DMA descriptors in the descriptor ring */
351 /* Virtual address of the TX DMA descriptors array */
354 /* DMA address of the TX DMA descriptors array */
368 /* num of rx descriptors in the rx descriptor ring */
371 /* Virtual address of the RX DMA descriptors array */
374 /* DMA address of the RX DMA descriptors array */
440 /* Rx descriptors helper methods */
[all …]

12345678910>>...15