/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
H A D | 0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch | 4 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 D | config.c | 3 * 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 D | composite.c | 55 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 D | avb_descriptor.c | 67 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 D | avb_vbmeta_image.h | 38 * 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 D | avb_descriptor.h | 68 /* 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 D | inventory_manager.hpp | 171 * 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 D | firmware_inventory.hpp | 44 * @param[in] descriptors - Descriptors associated with the firmware 48 * @note The descriptors and componentInfo parameters are reserved for 55 const Descriptors& /*descriptors*/,
|
H A D | inventory_manager.cpp | 30 "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 D | firmware_inventory_manager.hpp | 54 * @param[in] descriptors - Descriptors associated with the firmware 61 const Descriptors& descriptors, const ComponentInfo& componentInfo);
|
H A D | firmware_inventory.cpp | 9 const Descriptors& /*descriptors*/, const ComponentInfo& /*componentInfo*/, in FirmwareInventory() argument
|
H A D | firmware_inventory_manager.cpp | 16 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 D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 46 -} __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 D | composite.h | 45 * @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 D | metadata-example.json | 13 "Descriptors": [ array 33 "Descriptors": [ array 44 "Descriptors": [ array
|
/openbmc/qemu/include/io/ |
H A D | channel-watch.h | 29 * 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 D | ir-parse.c | 38 //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 D | apbh_dma.c | 102 * 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 D | types.hpp | 28 using Descriptors = typedef 32 using DescriptorMap = std::unordered_map<eid, Descriptors>; 56 ComponentImageSetVersion, Descriptors,
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jr.h | 87 /*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 D | Create.interface.yaml | 38 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 D | vhost-shadow-virtqueue.c | 65 * 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 D | trace-events | 3 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 D | ivshmem-server.h | 116 * 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 D | mvneta.c | 252 /* 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 …]
|