Searched refs:hardware_version (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
D | radio-si470x-usb.c | 345 radio->hardware_version = radio->usb_buf[2]; in si470x_get_scratch_page_versions() 698 radio->software_version, radio->hardware_version); in si470x_usb_driver_probe() 699 if (radio->hardware_version < RADIO_HW_VERSION) { in si470x_usb_driver_probe() 705 radio->hardware_version); in si470x_usb_driver_probe()
|
D | radio-si470x.h | 178 unsigned char hardware_version; member
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_def.h | 160 u32 hardware_version; /* of FCP channel */ member
|
D | zfcp_fsf.h | 388 u32 hardware_version; member
|
D | zfcp_sysfs.c | 69 ZFCP_DEFINE_A_ATTR(hardware_version, "0x%08x\n", adapter->hardware_version);
|
D | zfcp_scsi.c | 883 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data()
|
D | zfcp_fsf.c | 624 adapter->hardware_version = bottom->hardware_version; in zfcp_fsf_exchange_config_data_handler()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_transport_fc.h | 504 char hardware_version[FC_VERSION_STRING_SIZE]; member 570 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 86 hardware_version
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 997 snprintf(info->hardware_version, in ixgbe_fcoe_get_hbainfo() 998 sizeof(info->hardware_version), in ixgbe_fcoe_get_hbainfo()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_transport_fc.c | 404 memset(fc_host->hardware_version, 0, in fc_host_setup() 405 sizeof(fc_host->hardware_version)); in fc_host_setup() 1524 fc_private_host_rd_attr(hardware_version, "%s\n", FC_VERSION_STRING_SIZE + 1); 2226 SETUP_HOST_ATTRIBUTE_RD(hardware_version); in fc_attach_transport()
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
D | softing_main.c | 710 DEV_ATTR_RO(hardware_version, id.hw_version);
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfad_attr.c | 945 static DEVICE_ATTR(hardware_version, S_IRUGO,
|
/kernel/linux/linux-5.10/drivers/firewire/ |
D | core-device.c | 324 IMMEDIATE_ATTR(hardware_version, CSR_HARDWARE_VERSION),
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
D | fcoe.c | 855 fdmi->hardware_version); in fcoe_fdmi_info()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-sony.c | 663 static DEVICE_ATTR(hardware_version, 0444, sony_show_hardware_version, NULL);
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdevice.h | 806 char hardware_version[64]; member
|