Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhydra.c30 uint hardware_version = versions & 0xf; in print_hydra_version() local
34 switch (hardware_version) { in print_hydra_version()
49 hardware_version); in print_hydra_version()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c366 unsigned hardware_version; in hydra_initialize() local
396 hardware_version = versions & 0xf; in hydra_initialize()
402 switch (hardware_version) { in hydra_initialize()
417 hardware_version); in hydra_initialize()
/OK3568_Linux_fs/kernel/drivers/media/radio/si470x/
H A Dradio-si470x-usb.c345 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()
H A Dradio-si470x.h178 unsigned char hardware_version; member
/OK3568_Linux_fs/u-boot/board/astro/mcf5373l/
H A Dastro.h17 char hardware_version; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11_ta.h770 uint8_t hardware_version[PKCS11_SLOT_VERSION_SIZE]; member
806 uint8_t hardware_version[2]; member
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_fc.h504 char hardware_version[FC_VERSION_STRING_SIZE]; member
570 (((struct fc_host_attrs *)(x)->shost_data)->hardware_version)
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_def.h160 u32 hardware_version; /* of FCP channel */ member
H A Dzfcp_fsf.h388 u32 hardware_version; member
H A Dzfcp_sysfs.c69 ZFCP_DEFINE_A_ATTR(hardware_version, "0x%08x\n", adapter->hardware_version);
H A Dzfcp_scsi.c883 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data()
H A Dzfcp_fsf.c624 adapter->hardware_version = bottom->hardware_version; in zfcp_fsf_exchange_config_data_handler()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h330 uint32_t hardware_version; member
357 hardware_version = 0; in reset()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-firewire86 hardware_version
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c404 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()
/OK3568_Linux_fs/kernel/drivers/net/can/softing/
H A Dsofting_main.c710 DEV_ATTR_RO(hardware_version, id.hw_version);
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_attr.c945 static DEVICE_ATTR(hardware_version, S_IRUGO,
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-device.c324 IMMEDIATE_ATTR(hardware_version, CSR_HARDWARE_VERSION),
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-playstation.c704 static DEVICE_ATTR_RO(hardware_version);
H A Dhid-sony.c663 static DEVICE_ATTR(hardware_version, 0444, sony_show_hardware_version, NULL);
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c855 fdmi->hardware_version); in fcoe_fdmi_info()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h839 char hardware_version[64]; member