Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-usb.c358 radio->hardware_version = radio->usb_buf[2]; in si470x_get_scratch_page_versions()
706 radio->software_version, radio->hardware_version); in si470x_usb_driver_probe()
707 if (radio->hardware_version < RADIO_HW_VERSION) { in si470x_usb_driver_probe()
713 radio->hardware_version); in si470x_usb_driver_probe()
Dradio-si470x.h180 unsigned char hardware_version; member
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_def.h155 u32 hardware_version; /* of FCP channel */ member
Dzfcp_sysfs.c67 ZFCP_DEFINE_A_ATTR(hardware_version, "0x%08x\n", adapter->hardware_version);
Dzfcp_fsf.h362 u32 hardware_version; member
Dzfcp_fsf.c583 adapter->hardware_version = bottom->hardware_version; in zfcp_fsf_exchange_config_data_handler()
/linux-4.1.27/include/scsi/
Dscsi_transport_fc.h510 char hardware_version[FC_VERSION_STRING_SIZE]; member
576 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-firewire85 hardware_version
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c1026 snprintf(info->hardware_version, in ixgbe_fcoe_get_hbainfo()
1027 sizeof(info->hardware_version), in ixgbe_fcoe_get_hbainfo()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c412 memset(fc_host->hardware_version, 0, in fc_host_setup()
413 sizeof(fc_host->hardware_version)); in fc_host_setup()
1533 fc_private_host_rd_attr(hardware_version, "%s\n", FC_VERSION_STRING_SIZE + 1);
2253 SETUP_HOST_ATTRIBUTE_RD(hardware_version); in fc_attach_transport()
/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c715 DEV_ATTR_RO(hardware_version, id.hw_version);
/linux-4.1.27/drivers/scsi/bfa/
Dbfad_attr.c953 static DEVICE_ATTR(hardware_version, S_IRUGO,
/linux-4.1.27/drivers/firewire/
Dcore-device.c337 IMMEDIATE_ATTR(hardware_version, CSR_HARDWARE_VERSION),
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c824 fdmi->hardware_version); in fcoe_fdmi_info()
/linux-4.1.27/include/linux/
Dnetdevice.h750 char hardware_version[64]; member