/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | usb.c | 696 us->protocol_name = "Reduced Block Commands (RBC)"; in get_protocol() 701 us->protocol_name = "8020i"; in get_protocol() 707 us->protocol_name = "QIC-157"; in get_protocol() 713 us->protocol_name = "8070i"; in get_protocol() 719 us->protocol_name = "Transparent SCSI"; in get_protocol() 724 us->protocol_name = "Uniform Floppy Interface (UFI)"; in get_protocol() 1010 usb_stor_dbg(us, "Protocol: %s\n", us->protocol_name); in usb_stor_probe2()
|
H A D | cypress_atacb.c | 262 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe() 265 us->protocol_name = "Transparent SCSI"; in cypress_probe()
|
H A D | usb.h | 108 char *protocol_name; member
|
H A D | isd200.c | 1191 us->protocol_name = "Transparent SCSI"; in isd200_get_inquiry_data() 1195 us->protocol_name); in isd200_get_inquiry_data() 1552 us->protocol_name = "ISD200 ATA/ATAPI"; in isd200_probe()
|
H A D | scsiglue.c | 564 seq_printf(m, " Protocol: %s\n", us->protocol_name); in show_info()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | usb.c | 696 us->protocol_name = "Reduced Block Commands (RBC)"; in get_protocol() 701 us->protocol_name = "8020i"; in get_protocol() 707 us->protocol_name = "QIC-157"; in get_protocol() 713 us->protocol_name = "8070i"; in get_protocol() 719 us->protocol_name = "Transparent SCSI"; in get_protocol() 724 us->protocol_name = "Uniform Floppy Interface (UFI)"; in get_protocol() 1010 usb_stor_dbg(us, "Protocol: %s\n", us->protocol_name); in usb_stor_probe2()
|
H A D | cypress_atacb.c | 261 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe() 264 us->protocol_name = "Transparent SCSI"; in cypress_probe()
|
H A D | usb.h | 108 char *protocol_name; member
|
H A D | isd200.c | 1191 us->protocol_name = "Transparent SCSI"; in isd200_get_inquiry_data() 1195 us->protocol_name); in isd200_get_inquiry_data() 1552 us->protocol_name = "ISD200 ATA/ATAPI"; in isd200_probe()
|
H A D | scsiglue.c | 570 seq_printf(m, " Protocol: %s\n", us->protocol_name); in show_info()
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.c | 133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name)) in ishtp_fw_cl_by_uuid() 244 &device->fw_client->props.protocol_name); in ishtp_cl_bus_match() 672 device_uuid = dev->fw_clients[i].props.protocol_name; in ishtp_bus_new_client()
|
H A D | hbm.h | 144 guid_t protocol_name; member
|
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.c | 133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name)) in ishtp_fw_cl_by_uuid() 245 &device->fw_client->props.protocol_name) : 0); in ishtp_cl_bus_match() 657 device_uuid = dev->fw_clients[i].props.protocol_name; in ishtp_bus_new_client()
|
H A D | hbm.h | 144 guid_t protocol_name; member
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | debugfs.c | 43 &me_cl->props.protocol_name, in mei_dbgfs_meclients_show()
|
H A D | client.h | 57 return &me_cl->props.protocol_name; in mei_me_cl_uuid()
|
H A D | hw.h | 405 * @protocol_name: guid of the client 415 uuid_le protocol_name; member
|
H A D | client.c | 140 pn = &me_cl->props.protocol_name; in __mei_me_cl_by_uuid() 220 pn = &me_cl->props.protocol_name; in __mei_me_cl_by_uuid_id()
|
H A D | hbm.c | 404 const uuid_le *uuid = &res->client_properties.protocol_name; in mei_hbm_me_cl_add()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | debugfs.c | 43 &me_cl->props.protocol_name, in mei_dbgfs_meclients_show()
|
H A D | client.h | 57 return &me_cl->props.protocol_name; in mei_me_cl_uuid()
|
H A D | hw.h | 514 * @protocol_name: guid of the client 524 uuid_le protocol_name; member
|
H A D | client.c | 141 pn = &me_cl->props.protocol_name; in __mei_me_cl_by_uuid() 221 pn = &me_cl->props.protocol_name; in __mei_me_cl_by_uuid_id()
|
H A D | hbm.c | 410 const uuid_le *uuid = &res->client_properties.protocol_name; in mei_hbm_me_cl_add()
|