Searched refs:tw_compat_info (Results 1 – 4 of 4) sorted by relevance
591 tw_dev->tw_compat_info.working_srl = fw_on_ctlr_srl; in twa_check_srl()592 tw_dev->tw_compat_info.working_branch = fw_on_ctlr_branch; in twa_check_srl()593 tw_dev->tw_compat_info.working_build = fw_on_ctlr_build; in twa_check_srl()615 tw_dev->tw_compat_info.working_srl = TW_BASE_FW_SRL; in twa_check_srl()616 tw_dev->tw_compat_info.working_branch = TW_BASE_FW_BRANCH; in twa_check_srl()617 tw_dev->tw_compat_info.working_build = TW_BASE_FW_BUILD; in twa_check_srl()621 strlcpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, in twa_check_srl()622 sizeof(tw_dev->tw_compat_info.driver_version)); in twa_check_srl()623 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twa_check_srl()624 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twa_check_srl()[all …]
146 …ret = memory_read_from_buffer(outbuf, count, &offset, &tw_dev->tw_compat_info, sizeof(TW_Compatibi… in twl_sysfs_compat_info()1334 strncpy(tw_dev->tw_compat_info.driver_version, TW_DRIVER_VERSION, strlen(TW_DRIVER_VERSION)); in twl_reset_sequence()1335 tw_dev->tw_compat_info.driver_srl_high = TW_CURRENT_DRIVER_SRL; in twl_reset_sequence()1336 tw_dev->tw_compat_info.driver_branch_high = TW_CURRENT_DRIVER_BRANCH; in twl_reset_sequence()1337 tw_dev->tw_compat_info.driver_build_high = TW_CURRENT_DRIVER_BUILD; in twl_reset_sequence()1338 tw_dev->tw_compat_info.driver_srl_low = TW_BASE_FW_SRL; in twl_reset_sequence()1339 tw_dev->tw_compat_info.driver_branch_low = TW_BASE_FW_BRANCH; in twl_reset_sequence()1340 tw_dev->tw_compat_info.driver_build_low = TW_BASE_FW_BUILD; in twl_reset_sequence()1341 tw_dev->tw_compat_info.fw_on_ctlr_srl = fw_on_ctlr_srl; in twl_reset_sequence()1342 tw_dev->tw_compat_info.fw_on_ctlr_branch = fw_on_ctlr_branch; in twl_reset_sequence()[all …]
387 TW_Compatibility_Info tw_compat_info; member
677 TW_Compatibility_Info tw_compat_info; member