Home
last modified time | relevance | path

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

/linux/drivers/media/radio/si470x/
H A Dradio-si470x-usb.c345 radio->hardware_version = radio->usb_buf[2]; in si470x_get_scratch_page_versions()
696 radio->software_version, radio->hardware_version); in si470x_usb_driver_probe()
697 if (radio->hardware_version < RADIO_HW_VERSION) { in si470x_usb_driver_probe()
701 radio->hardware_version); in si470x_usb_driver_probe()
H A Dradio-si470x.h178 unsigned char hardware_version; member
/linux/drivers/s390/scsi/
H A Dzfcp_def.h159 u32 hardware_version; /* of FCP channel */ member
H A Dzfcp_fsf.h399 u32 hardware_version; member
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire86 hardware_version
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c997 snprintf(info->hardware_version, in ixgbe_fcoe_get_hbainfo()
998 sizeof(info->hardware_version), in ixgbe_fcoe_get_hbainfo()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c414 memset(fc_host->hardware_version, 0, in fc_host_setup()
415 sizeof(fc_host->hardware_version)); in fc_host_setup()
1922 fc_private_host_rd_attr(hardware_version, "%s\n", FC_VERSION_STRING_SIZE + 1);
2683 SETUP_HOST_ATTRIBUTE_RD(hardware_version); in fc_attach_transport()
/linux/drivers/hid/
H A Dhid-nvidia-shield.c1007 static DEVICE_ATTR_RO(hardware_version);
H A Dhid-playstation.c1003 static DEVICE_ATTR_RO(hardware_version);
/linux/drivers/scsi/fcoe/
H A Dfcoe.c854 fdmi->hardware_version); in fcoe_fdmi_info()
/linux/include/linux/
H A Dnetdevice.h843 char hardware_version[64]; member