Searched refs:descriptor (Results 76 - 100 of 231) sorted by relevance

12345678910

/linux-master/drivers/hid/usbhid/
H A Dusbmouse.c156 le16_to_cpu(dev->descriptor.idVendor),
157 le16_to_cpu(dev->descriptor.idProduct));
/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c98 switch (le16_to_cpu(us428->dev->descriptor.idProduct)) {
150 le16_to_cpu(dev->descriptor.idProduct) == USB_ID_US428 ?
/linux-master/fs/crypto/
H A Dkeysetup_v1.c88 * description prefix:descriptor, and if found acquire a read lock on it and
93 const u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE],
103 FSCRYPT_KEY_DESCRIPTOR_SIZE, descriptor);
189 * information, we must key the hash table by descriptor rather than by
208 /* using existing tfm with same (descriptor, mode, raw_key) */
92 find_and_lock_process_key(const char *prefix, const u8 descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE], unsigned int min_keysize, const struct fscrypt_key **payload_ret) argument
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S89 movw $__KERNEL_DS, %dx # Data segment descriptor
258 # Duplicate the global descriptor table
/linux-master/drivers/cxl/core/
H A Dtrace.h327 __field(u8, descriptor)
351 __entry->descriptor = rec->descriptor;
371 "descriptor='%s' type='%s' transaction_type='%s' channel=%u rank=%u " \
375 show_event_desc_flags(__entry->descriptor),
424 __field(u8, descriptor)
450 __entry->descriptor = rec->descriptor;
473 CXL_EVT_TP_printk("dpa=%llx dpa_flags='%s' descriptor='%s' type='%s' " \
479 show_event_desc_flags(__entry->descriptor),
[all...]
/linux-master/drivers/usb/misc/
H A Dldusb.c670 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VENDOR_ID_LD) &&
671 ((le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_CASSY) ||
672 (le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_COM3LAB)) &&
673 (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x103)) {
710 udev->descriptor.bMaxPacketSize0;
H A Dapple-mfi-fastcharge.c28 * descriptor of attached USB devices for the following fields:
172 idProduct = le16_to_cpu(udev->descriptor.idProduct);
H A Dehset.c75 u16 test_pid = le16_to_cpu(dev->descriptor.idProduct);
/linux-master/drivers/usb/class/
H A Dusblp.c211 #define USBLP_QUIRK_BAD_CLASS 0x4 /* descriptor uses vendor-specific Class or SubClass */
612 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 ||
662 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor);
663 twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct);
1177 le16_to_cpu(dev->descriptor.idVendor),
1178 le16_to_cpu(dev->descriptor.idProduct));
1185 le16_to_cpu(dev->descriptor.idVendor),
1186 le16_to_cpu(dev->descriptor.idProduct));
1222 le16_to_cpu(usblp->dev->descriptor.idVendor),
1223 le16_to_cpu(usblp->dev->descriptor
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c169 .descriptor[0].max_ch = 2,
170 .descriptor[0].sample_rates = { 8000, 11025, 12000, 16000, 22050,
173 .descriptor[0].num_sample_rates = 13,
174 .descriptor[0].bit_rate[0] = 320,
175 .descriptor[0].bit_rate[1] = 128,
176 .descriptor[0].num_bitrates = 2,
177 .descriptor[0].profiles = 0,
178 .descriptor[0].modes = SND_AUDIOCHANMODE_MP3_STEREO,
179 .descriptor[0].formats = 0,
/linux-master/include/linux/
H A Dprintk.h685 /* descriptor check is first to prevent flooding with "callbacks suppressed" */
691 DEFINE_DYNAMIC_DEBUG_METADATA(descriptor, pr_fmt(fmt)); \
692 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
694 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
/linux-master/drivers/i2c/busses/
H A Di2c-robotfuzz-osif.c166 version = le16_to_cpu(priv->usb_dev->descriptor.bcdDevice);
/linux-master/drivers/usb/core/
H A Dquirks.c177 * right after reading the device descriptor. They can thus only match on device
620 for (i = 0; i < udev->descriptor.bNumConfigurations; ++i) {
674 u16 vid = le16_to_cpu(udev->descriptor.idVendor);
675 u16 pid = le16_to_cpu(udev->descriptor.idProduct);
718 if (udev->descriptor.bDeviceClass == USB_CLASS_HUB)
H A Dconfig.c34 /* Find the next descriptor of type dt1 or dt2 */
58 * The SuperSpeedPlus Isoc endpoint companion descriptor immediately
59 * follows the SuperSpeed Endpoint Companion descriptor
79 /* The SuperSpeed endpoint companion descriptor is supposed to
80 * be the first thing immediately following the endpoint descriptor.
172 /* Parse a possible SuperSpeedPlus isoc ep companion descriptor */
277 "invalid endpoint descriptor of length %d, skipping\n",
461 /* Parse a possible SuperSpeed endpoint companion descriptor */
467 * find the next endpoint or interface descriptor */
474 dev_dbg(ddev, "skipped %d descriptor
[all...]
/linux-master/include/acpi/
H A Dcppc_acpi.h37 u8 descriptor; member in struct:cpc_reg
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c594 caps->descriptor = be64_to_cpu(hv_caps->descriptor);
1081 caps_all.descriptor = be64_to_cpu(hv_caps->descriptor);
/linux-master/drivers/usb/serial/
H A Dti_usb_3410_5052.c520 __func__, le16_to_cpu(dev->descriptor.idProduct),
521 dev->descriptor.bNumConfigurations,
538 vid = le16_to_cpu(dev->descriptor.idVendor);
539 pid = le16_to_cpu(dev->descriptor.idProduct);
553 if (dev->descriptor.bNumConfigurations == 1 && num_endpoints == 1) {
1589 if (le16_to_cpu(dev->descriptor.idVendor) == MXU1_VENDOR_ID) {
1593 le16_to_cpu(dev->descriptor.idProduct));
1601 le16_to_cpu(dev->descriptor.idVendor),
1602 le16_to_cpu(dev->descriptor.idProduct));
1607 if (le16_to_cpu(dev->descriptor
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9035.c868 if ((le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA) &&
869 (le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_AVERMEDIA_TD310)) {
996 le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA)
998 switch (le16_to_cpu(d->udev->descriptor.idProduct)) {
1647 if ((le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_DEXATEK &&
1648 le16_to_cpu(d->udev->descriptor.idProduct) == 0x0100) ||
1649 (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_TERRATEC &&
1650 le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_TERRATEC_CINERGY_TC2_STICK))
1975 usb_string(udev, udev->descriptor.iManufacturer,
1994 if ((le16_to_cpu(udev->descriptor
[all...]
/linux-master/drivers/media/usb/au0828/
H A Dau0828-input.c328 rc->input_id.vendor = le16_to_cpu(dev->usbdev->descriptor.idVendor);
329 rc->input_id.product = le16_to_cpu(dev->usbdev->descriptor.idProduct);
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-core.c237 le16_to_cpu(udev->descriptor.idVendor),
238 le16_to_cpu(udev->descriptor.idProduct),
/linux-master/drivers/media/usb/dvb-usb/
H A Ddigitv.c102 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
/linux-master/drivers/thunderbolt/
H A Dnhi.c242 struct ring_desc *descriptor; local
247 descriptor = &ring->descriptors[ring->head];
248 descriptor->phys = frame->buffer_phy;
249 descriptor->time = 0;
250 descriptor->flags = RING_DESC_POSTED | RING_DESC_INTERRUPT;
252 descriptor->length = frame->size;
253 descriptor->eof = frame->eof;
254 descriptor->sof = frame->sof;
/linux-master/drivers/net/usb/
H A Dkaweth.c606 250); /* overriding the descriptor */
891 udev->devnum, le16_to_cpu(udev->descriptor.idVendor),
892 le16_to_cpu(udev->descriptor.idProduct),
893 le16_to_cpu(udev->descriptor.bcdDevice));
898 (int)udev->descriptor.bLength,
899 (int)udev->descriptor.bDescriptorType);
922 if (le16_to_cpu(udev->descriptor.bcdDevice) >> 8) {
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c219 le16_to_cpu(udev->descriptor.bcdUSB),
220 udev->descriptor.bDeviceClass,
221 udev->descriptor.bDeviceSubClass,
222 udev->descriptor.bDeviceProtocol);
277 cardp->boot2_version = udev->descriptor.bcdDevice;
525 if (le16_to_cpu(cardp->udev->descriptor.bcdDevice) < 0x3106) {
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c169 le16_to_cpu(udev->descriptor.bcdUSB),
170 udev->descriptor.bDeviceClass,
171 udev->descriptor.bDeviceSubClass,
172 udev->descriptor.bDeviceProtocol);
221 cardp->boot2_version = udev->descriptor.bcdDevice;
498 if (le16_to_cpu(cardp->udev->descriptor.bcdDevice) < 0x3106) {

Completed in 255 milliseconds

12345678910