Searched full:desc_type (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | scsi_common.c | 239 * @desc_type: value of descriptor type to find 249 int desc_type) in scsi_sense_desc_find() argument 265 if (descp[0] == desc_type) in scsi_sense_desc_find()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.h | 28 __u8 desc_type; /* = HID_DT_HID */ member
|
| H A D | surface_hid_core.c | 57 if (shid->hid_desc.desc_type != HID_DT_HID) { in surface_hid_load_hid_descriptor() 59 shid->hid_desc.desc_type, HID_DT_HID); in surface_hid_load_hid_descriptor()
|
| /linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| H A D | amd_sfh_hid_desc.h | 13 enum desc_type { enum
|
| /linux/include/scsi/fc/ |
| H A D | fc_fip.h | 154 FIP_DT_LIMIT, /* max defined desc_type + 1 */ 157 FIP_DT_VENDOR_BASE = 241, /* first vendor-specific desc_type */
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 102 * next_desc() - advance to the next desc_type descriptor 104 * @desc_type: descriptor type 106 * Return: next desc_type descriptor or NULL 108 * Iterate over @t until either desc_type descriptor found or 112 next_desc(struct usb_descriptor_header **t, u8 desc_type) in next_desc() argument 115 if ((*t)->bDescriptorType == desc_type) in next_desc() 122 * for_each_desc() - iterate over desc_type descriptors in the 125 * @iter_desc: desc_type descriptor to use as the loop cursor 126 * @desc_type: wanted descriptr type 128 #define for_each_desc(start, iter_desc, desc_type) \ argument [all …]
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | fw.c | 289 static int pdsc_devcmd_match_record_desc(struct pdsc *pdsc, u16 desc_type, in pdsc_devcmd_match_record_desc() argument 296 .match_record_desc.type = cpu_to_le16(desc_type), in pdsc_devcmd_match_record_desc()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hal.h | 1278 * This BM action can only be used in combination with desc_type being
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 3208 ret = (1 << DESC_TYPE(desc_hdr_template) & priv->desc_types) && in hw_supports() 3277 DESC_TYPE(t_alg->algt.desc_hdr_template) != in talitos_alg_alloc() 3278 DESC_TYPE(DESC_HDR_TYPE_AESU_CTR_NONSNOOP)) { in talitos_alg_alloc()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipsec.c | 521 enum desc_type { 539 enum desc_type type; 520 enum desc_type { global() enum
|
| /linux/drivers/usb/serial/ |
| H A D | io_ti.c | 629 int desc_type, struct ti_i2c_desc *rom_desc) in get_descriptor_addr() argument 644 if (rom_desc->Type == desc_type) in get_descriptor_addr()
|