Home
last modified time | relevance | path

Searched refs:time_sync_period (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/platform/cnss2/
H A Dmain.c4287 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() local
4302 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() local
4320 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 …]
H A Dbus.h70 unsigned int time_sync_period);
H A Dbus.c715 unsigned int time_sync_period) in cnss_bus_update_time_sync_period() argument
723 time_sync_period); in cnss_bus_update_time_sync_period()
H A Dpci.h329 unsigned int time_sync_period);
H A Ddebug.c802 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()
H A Dmain.h444 unsigned int time_sync_period; member
H A Dpci.c2867 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() argument
2967 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()
/wlan-driver/platform/inc/
H A Dcnss2.h464 uint32_t time_sync_period);