Searched refs:descriptor (Results 51 - 75 of 231) sorted by relevance

12345678910

/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce.h90 * struct sl3516_ce_descriptor - descriptor for CE operations
91 * @frame_ctrl: Information for the current descriptor
96 struct descriptor { struct
100 * struct desc_frame_ctrl - Information for the current descriptor
107 * @perr: Protocol error during processing this descriptor
108 * @derr: Data error during processing this descriptor
125 * struct desc_flag_status - flag for this descriptor
141 * @sof_eof: does the descriptor is first (0x11),
146 * @ndar: Next descriptor address
161 * to the descriptor statu
[all...]
/linux-master/lib/
H A Ddynamic_debug.c864 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) argument
870 BUG_ON(!descriptor);
878 printk(KERN_DEBUG "%s%pV", dynamic_emit_prefix(descriptor, buf), &vaf);
884 void __dynamic_dev_dbg(struct _ddebug *descriptor, argument
890 BUG_ON(!descriptor);
904 dynamic_emit_prefix(descriptor, buf),
915 void __dynamic_netdev_dbg(struct _ddebug *descriptor, argument
921 BUG_ON(!descriptor);
934 dynamic_emit_prefix(descriptor, buf),
954 void __dynamic_ibdev_dbg(struct _ddebug *descriptor, argument
[all...]
/linux-master/drivers/usb/core/
H A Ddriver.c644 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
648 id->idProduct != le16_to_cpu(dev->descriptor.idProduct))
654 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice)))
658 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice)))
662 (id->bDeviceClass != dev->descriptor.bDeviceClass))
666 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass))
670 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol))
684 if (dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC &&
752 * in the device or interface descriptor, or else the device_id
771 * The most specific match specifiers use device descriptor
[all...]
H A Dsysfs.c237 bcdUSB = le16_to_cpu(udev->descriptor.bcdUSB);
330 if (udev->descriptor.bDeviceClass == USB_CLASS_HUB)
355 if (udev->descriptor.bDeviceClass != USB_CLASS_HUB)
698 le16_to_cpu(udev->descriptor.field)); \
714 return sysfs_emit(buf, format_string, udev->descriptor.field); \
866 /* The binary attribute begins with the device descriptor.
867 * Following that are the raw descriptor entries for all the
870 for (cfgno = -1; cfgno < udev->descriptor.bNumConfigurations &&
873 src = &udev->descriptor;
892 static BIN_ATTR_RO(descriptors, 18 + 65535); /* dev descr + max-size raw descriptor */
[all...]
H A Dhub.c89 * 10 seconds to send reply for the initial 64-byte descriptor request.
91 /* define initial 64-byte descriptor request timeout in milliseconds */
95 "initial 64-byte descriptor request timeout in milliseconds "
166 /* Skip if the device BOS descriptor couldn't be read */
171 * their USB 2.0 Extended Capabilities BOS descriptor.
228 hub->descriptor->u.ss.bHubHdrDecLat * 100;
236 total_mel += (__le16_to_cpu(hub->descriptor->u.ss.wHubDelay) +
346 /* Skip if the device BOS descriptor couldn't be read */
1453 hub->descriptor = kzalloc(sizeof(*hub->descriptor), GFP_KERNE
6096 struct usb_device_descriptor descriptor; local
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme_tsi148.c1598 * Add a link list descriptor to the list
1600 * Note: DMA engine expects the DMA descriptor to be big endian.
1622 /* Test descriptor alignment */
1623 if ((unsigned long)&entry->descriptor & 0x7) {
1625 &entry->descriptor);
1633 memset(&entry->descriptor, 0, sizeof(entry->descriptor));
1640 entry->descriptor.dsal = cpu_to_be32(pattern_attr->pattern);
1651 entry->descriptor.dsat = cpu_to_be32(val);
1658 entry->descriptor
[all...]
/linux-master/drivers/input/rmi4/
H A Drmi_f34v7.c887 const struct container_descriptor *descriptor; local
893 descriptor = image + addr;
894 container_id = le16_to_cpu(descriptor->container_id);
895 content = image + le32_to_cpu(descriptor->content_address);
896 length = le32_to_cpu(descriptor->content_length);
924 const struct container_descriptor *descriptor; local
934 descriptor = image + offset;
937 offset = le32_to_cpu(descriptor->content_address);
938 num_of_containers = le32_to_cpu(descriptor->content_length) / 4;
943 descriptor
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c3085 static bool is_display_descriptor(const struct detailed_timing *descriptor, u8 type) argument
3087 BUILD_BUG_ON(offsetof(typeof(*descriptor), pixel_clock) != 0);
3088 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.pad1) != 2);
3089 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.type) != 3);
3091 return descriptor->pixel_clock == 0 &&
3092 descriptor->data.other_data.pad1 == 0 &&
3093 descriptor->data.other_data.type == type;
3096 static bool is_detailed_timing_descriptor(const struct detailed_timing *descriptor) argument
3098 BUILD_BUG_ON(offsetof(typeof(*descriptor), pixel_clock) != 0);
3100 return descriptor
3163 is_rb(const struct detailed_timing *descriptor, void *data) argument
3193 find_gtf2(const struct detailed_timing *descriptor, void *data) argument
3210 const struct detailed_timing *descriptor = NULL; local
3222 const struct detailed_timing *descriptor = NULL; local
3234 const struct detailed_timing *descriptor = NULL; local
3246 const struct detailed_timing *descriptor = NULL; local
3258 const struct detailed_timing *descriptor = NULL; local
3268 get_timing_level(const struct detailed_timing *descriptor, void *data) argument
[all...]
/linux-master/drivers/usb/misc/
H A Dusblcd.c174 bcdDevice = le16_to_cpu((dev->udev)->descriptor.bcdDevice);
338 if (le16_to_cpu(dev->udev->descriptor.idProduct) != 0x0001) {
376 i = le16_to_cpu(dev->udev->descriptor.bcdDevice);
/linux-master/include/acpi/
H A Dprocessor.h59 u8 descriptor; member in struct:acpi_power_register
112 u8 descriptor; member in struct:acpi_pct_register
153 u8 descriptor; member in struct:acpi_ptc_register
/linux-master/include/linux/
H A Ddev_printk.h234 /* descriptor check is first to prevent flooding with "callbacks suppressed" */
240 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
241 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
243 __dynamic_dev_dbg(&descriptor, dev, dev_fmt(fmt), \
H A Dnet.h132 * "descriptor" for what we're up to with a read.
293 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, fmt); \
294 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
296 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
/linux-master/drivers/media/usb/dvb-usb/
H A Da800.c35 *cold = udev->descriptor.iManufacturer != 1;
/linux-master/sound/usb/caiaq/
H A Ddevice.c404 cdev->chip.usb_id = USB_ID(le16_to_cpu(usb_dev->descriptor.idVendor),
405 le16_to_cpu(usb_dev->descriptor.idProduct));
460 usb_string(usb_dev, usb_dev->descriptor.iManufacturer,
463 usb_string(usb_dev, usb_dev->descriptor.iProduct,
/linux-master/include/uapi/linux/
H A Dfscrypt.h90 * v1 policy keys are specified by an arbitrary 8-byte key "descriptor",
111 __u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member in union:fscrypt_key_specifier::__anon2869
/linux-master/tools/include/uapi/linux/
H A Dfscrypt.h90 * v1 policy keys are specified by an arbitrary 8-byte key "descriptor",
111 __u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member in union:fscrypt_key_specifier::__anon146
/linux-master/drivers/usb/storage/
H A Dusb.c269 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice);
436 le16_to_cpu(us->pusb_dev->descriptor.idVendor),
437 le16_to_cpu(us->pusb_dev->descriptor.idProduct),
438 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice));
467 u16 vid = le16_to_cpu(udev->descriptor.idVendor);
468 u16 pid = le16_to_cpu(udev->descriptor.idProduct);
610 le16_to_cpu(dev->descriptor.idVendor),
611 le16_to_cpu(dev->descriptor.idProduct),
625 struct usb_device_descriptor *ddesc = &dev->descriptor;
H A Donetouch.c215 le16_to_cpu(udev->descriptor.idVendor),
216 le16_to_cpu(udev->descriptor.idProduct));
/linux-master/drivers/dma/idxd/
H A Dcdev.c436 struct dsa_hw_desc descriptor __aligned(64);
439 rc = copy_from_user(&descriptor, udesc, sizeof(descriptor));
449 if (is_dsa_dev(idxd_dev) && descriptor.opcode == DSA_OPCODE_BATCH &&
457 if (!IS_ALIGNED(descriptor.completion_addr, comp_addr_align))
461 iosubmit_cmds512(portal, &descriptor, 1);
463 descriptor.priv = 0;
464 descriptor.pasid = ctx->pasid;
465 rc = idxd_enqcmds(wq, portal, &descriptor);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c39 .descriptor[0].max_ch = 2,
40 .descriptor[0].sample_rates = { 8000, 11025, 12000, 16000, 22050,
43 .descriptor[0].num_sample_rates = 13,
44 .descriptor[0].bit_rate[0] = 320,
45 .descriptor[0].bit_rate[1] = 128,
46 .descriptor[0].num_bitrates = 2,
47 .descriptor[0].profiles = 0,
48 .descriptor[0].modes = SND_AUDIOCHANMODE_MP3_STEREO,
49 .descriptor[0].formats = 0,
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1680 * descriptor post queue.
1684 * descriptor queue.
1786 * Descriptors in the reply descriptor post queue.
1932 * reply descriptor post queue in case the HBA
1984 * @poll: poll over reply descriptor pools incase interrupt for
4149 Mpi2RequestDescriptorUnion_t descriptor; local
4150 u64 *request = (u64 *)&descriptor;
4159 descriptor.SCSIIO.RequestFlags = MPI2_REQ_DESCRIPT_FLAGS_SCSI_IO;
4160 descriptor.SCSIIO.MSIxIndex = _base_set_and_get_msix_index(ioc, smid);
4161 descriptor
4177 Mpi2RequestDescriptorUnion_t descriptor; local
4200 Mpi2RequestDescriptorUnion_t descriptor; local
4223 Mpi2RequestDescriptorUnion_t descriptor; local
4264 Mpi2RequestDescriptorUnion_t descriptor; local
4285 Mpi2RequestDescriptorUnion_t descriptor; local
4327 Mpi26AtomicRequestDescriptor_t descriptor; local
4349 Mpi26AtomicRequestDescriptor_t descriptor; local
4372 Mpi26AtomicRequestDescriptor_t descriptor; local
4393 Mpi26AtomicRequestDescriptor_t descriptor; local
[all...]
/linux-master/drivers/firewire/
H A Dohci.c65 struct descriptor { struct
92 struct descriptor *descriptors;
103 struct descriptor *d,
104 struct descriptor *last);
108 * storing a portion of a DMA descriptor program.
115 struct descriptor buffer[];
140 * The descriptor containing the branch address of the first
141 * descriptor that has not yet been filled by the device.
143 struct descriptor *last;
146 * The last descriptor bloc
[all...]
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1768 struct lan743x_tx_descriptor *descriptor = NULL; local
1772 descriptor = &tx->ring_cpu_ptr[descriptor_index];
1777 descriptor_type = le32_to_cpu(descriptor->data0) &
1827 memset(descriptor, 0, sizeof(*descriptor));
1865 result++; /* requires an extension descriptor */
2004 /* wrap up previous descriptor */
2013 /* move to next descriptor */
2018 /* add extension descriptor */
2053 /* wrap up previous descriptor */
2515 struct lan743x_rx_descriptor *descriptor; local
2568 struct lan743x_rx_descriptor *descriptor; local
2585 struct lan743x_rx_descriptor *descriptor; local
2626 struct lan743x_rx_descriptor *descriptor, *desc_ext; local
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas-sysfs.c182 if (caps->descriptor == VAS_GZIP_QOS_CAPABILITIES) {
186 } else if (caps->descriptor == VAS_GZIP_DEFAULT_CAPABILITIES) {
/linux-master/drivers/media/rc/
H A Dxbox_remote.c242 le16_to_cpu(xbox_remote->udev->descriptor.idVendor),
243 le16_to_cpu(xbox_remote->udev->descriptor.idProduct));

Completed in 290 milliseconds

12345678910