Searched refs:tw_compat_info (Results 1 – 4 of 4) sorted by relevance
590 tw_dev->tw_compat_info.working_srl = fw_on_ctlr_srl; in twa_check_srl()591 tw_dev->tw_compat_info.working_branch = fw_on_ctlr_branch; in twa_check_srl()592 tw_dev->tw_compat_info.working_build = fw_on_ctlr_build; in twa_check_srl()614 tw_dev->tw_compat_info.working_srl = TW_BASE_FW_SRL; in twa_check_srl()615 tw_dev->tw_compat_info.working_branch = TW_BASE_FW_BRANCH; in twa_check_srl()616 tw_dev->tw_compat_info.working_build = TW_BASE_FW_BUILD; in twa_check_srl()620 strlcpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, in twa_check_srl()621 sizeof(tw_dev->tw_compat_info.driver_version)); in twa_check_srl()622 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twa_check_srl()623 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()1329 strncpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, strlen(TW_DRIVER_VERSION)); in twl_reset_sequence()1330 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twl_reset_sequence()1331 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twl_reset_sequence()1332 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twl_reset_sequence()1333 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twl_reset_sequence()1334 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twl_reset_sequence()1335 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twl_reset_sequence()1336 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twl_reset_sequence()1337 tw_dev->tw_compat_info.fw_on_ctlr_branch = fw_on_ctlr_branch; in twl_reset_sequence()[all …]
400 TW_Compatibility_Info tw_compat_info; member
691 TW_Compatibility_Info tw_compat_info; member