Searched refs:tw_compat_info (Results 1 – 4 of 4) sorted by relevance
585 tw_dev->tw_compat_info.working_srl = fw_on_ctlr_srl; in twa_check_srl()586 tw_dev->tw_compat_info.working_branch = fw_on_ctlr_branch; in twa_check_srl()587 tw_dev->tw_compat_info.working_build = fw_on_ctlr_build; in twa_check_srl()609 tw_dev->tw_compat_info.working_srl = TW_BASE_FW_SRL; in twa_check_srl()610 tw_dev->tw_compat_info.working_branch = TW_BASE_FW_BRANCH; in twa_check_srl()611 tw_dev->tw_compat_info.working_build = TW_BASE_FW_BUILD; in twa_check_srl()615 strlcpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, in twa_check_srl()616 sizeof(tw_dev->tw_compat_info.driver_version)); in twa_check_srl()617 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twa_check_srl()618 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twa_check_srl()[all …]
143 …ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibi… in twl_sysfs_compat_info()1328 strncpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, strlen(TW_DRIVER_VERSION)); in twl_reset_sequence()1329 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twl_reset_sequence()1330 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twl_reset_sequence()1331 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twl_reset_sequence()1332 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twl_reset_sequence()1333 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twl_reset_sequence()1334 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twl_reset_sequence()1335 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twl_reset_sequence()1336 tw_dev->tw_compat_info.fw_on_ctlr_branch = fw_on_ctlr_branch; in twl_reset_sequence()[all …]
384 TW_Compatibility_Info tw_compat_info; member
674 TW_Compatibility_Info tw_compat_info; member