Home
last modified time | relevance | path

Searched refs:hardware_version (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/media/radio/si470x/
Dradio-si470x-usb.c354 radio->hardware_version = radio->usb_buf[2]; in si470x_get_scratch_page_versions()
707 radio->software_version, radio->hardware_version); in si470x_usb_driver_probe()
708 if (radio->hardware_version < RADIO_HW_VERSION) { in si470x_usb_driver_probe()
714 radio->hardware_version); in si470x_usb_driver_probe()
Dradio-si470x.h187 unsigned char hardware_version; member
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_def.h156 u32 hardware_version; /* of FCP channel */ member
Dzfcp_sysfs.c68 ZFCP_DEFINE_A_ATTR(hardware_version, "0x%08x\n", adapter->hardware_version);
Dzfcp_fsf.h370 u32 hardware_version; member
Dzfcp_fsf.c594 adapter->hardware_version = bottom->hardware_version; in zfcp_fsf_exchange_config_data_handler()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h516 char hardware_version[FC_VERSION_STRING_SIZE]; member
582 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-firewire85 hardware_version
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c1003 snprintf(info->hardware_version, in ixgbe_fcoe_get_hbainfo()
1004 sizeof(info->hardware_version), in ixgbe_fcoe_get_hbainfo()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c416 memset(fc_host->hardware_version, 0, in fc_host_setup()
417 sizeof(fc_host->hardware_version)); in fc_host_setup()
1537 fc_private_host_rd_attr(hardware_version, "%s\n", FC_VERSION_STRING_SIZE + 1);
2239 SETUP_HOST_ATTRIBUTE_RD(hardware_version); in fc_attach_transport()
/Linux-v4.19/drivers/net/can/softing/
Dsofting_main.c715 DEV_ATTR_RO(hardware_version, id.hw_version);
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_attr.c951 static DEVICE_ATTR(hardware_version, S_IRUGO,
/Linux-v4.19/drivers/firewire/
Dcore-device.c337 IMMEDIATE_ATTR(hardware_version, CSR_HARDWARE_VERSION),
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1470 snprintf(fc_host->hardware_version, sizeof(fc_host->hardware_version), in qedf_setup_fdmi()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c868 fdmi->hardware_version); in fcoe_fdmi_info()
/Linux-v4.19/drivers/hid/
Dhid-sony.c661 static DEVICE_ATTR(hardware_version, 0444, sony_show_hardware_version, NULL);
/Linux-v4.19/include/linux/
Dnetdevice.h774 char hardware_version[64]; member