Home
last modified time | relevance | path

Searched refs:active_protocols (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/mld/
A Dtime_sync.c21 time_sync->active_protocols = protocols; in iwl_mld_init_time_sync()
39 cmd.protocols = cpu_to_le32(time_sync->active_protocols); in iwl_mld_time_sync_fw_config()
62 if (time_sync && time_sync->active_protocols && in iwl_mld_time_sync_config()
A Dtime_sync.h11 u32 active_protocols; member
/drivers/firmware/arm_scmi/
A Ddriver.c180 struct idr active_protocols; member
2888 np = idr_find(&info->active_protocols, id_table->protocol_id); in scmi_device_request_notifier()
3175 idr_init(&info->active_protocols); in scmi_probe()
3284 ret = idr_alloc(&info->active_protocols, child, in scmi_probe()
3338 idr_for_each_entry(&info->active_protocols, child, id) in scmi_remove()
3340 idr_destroy(&info->active_protocols); in scmi_remove()

Completed in 12 milliseconds