Searched refs:time_sync_period (Results 1 – 8 of 8) sorted by relevance
4287 plat_priv->ctrl_params.time_sync_period); in time_sync_period_show()4299 unsigned int time_sync_period; in cnss_get_min_time_sync_period_by_vote() local4302 time_sync_period = plat_priv->ctrl_params.time_sync_period_vote[i]; in cnss_get_min_time_sync_period_by_vote()4303 if (min_time_sync_period > time_sync_period) in cnss_get_min_time_sync_period_by_vote()4304 min_time_sync_period = time_sync_period; in cnss_get_min_time_sync_period_by_vote()4315 unsigned int time_sync_period = 0; in time_sync_period_store() local4320 if (sscanf(buf, "%du", &time_sync_period) != 1) { in time_sync_period_store()4325 if (time_sync_period < CNSS_MIN_TIME_SYNC_PERIOD) { in time_sync_period_store()4330 time_sync_period; in time_sync_period_store()4331 time_sync_period = cnss_get_min_time_sync_period_by_vote(plat_priv); in time_sync_period_store()[all …]
70 unsigned int time_sync_period);
715 unsigned int time_sync_period) in cnss_bus_update_time_sync_period() argument723 time_sync_period); in cnss_bus_update_time_sync_period()
329 unsigned int time_sync_period);
802 plat_priv->ctrl_params.time_sync_period = val; in cnss_control_params_debug_write()901 cnss_priv->ctrl_params.time_sync_period); in cnss_control_params_debug_show()
444 unsigned int time_sync_period; member
2867 plat_priv->ctrl_params.time_sync_period; in cnss_pci_time_sync_work_hdlr()2957 unsigned int time_sync_period) in cnss_pci_update_time_sync_period() argument2967 plat_priv->ctrl_params.time_sync_period = time_sync_period; in cnss_pci_update_time_sync_period()2970 plat_priv->ctrl_params.time_sync_period); in cnss_pci_update_time_sync_period()
464 uint32_t time_sync_period);