Searched refs:p_cds_context (Results 1 – 6 of 6) sorted by relevance
1773 struct cds_context *p_cds_context = cds_get_global_context(); in cds_set_context() local1775 if (!p_cds_context) { in cds_set_context()1782 p_cds_context->hdd_context = context; in cds_set_context()1785 p_cds_context->hif_context = context; in cds_set_context()2147 struct cds_context *p_cds_context; in cds_set_wakelock_logging() local2149 p_cds_context = cds_get_global_context(); in cds_set_wakelock_logging()2150 if (!p_cds_context) { in cds_set_wakelock_logging()2154 p_cds_context->is_wakelock_log_enabled = value; in cds_set_wakelock_logging()2166 struct cds_context *p_cds_context; in cds_is_wakelock_enabled() local2168 p_cds_context = cds_get_global_context(); in cds_is_wakelock_enabled()[all …]
450 QDF_STATUS cds_sched_open(void *p_cds_context, in cds_sched_open() argument456 if ((!p_cds_context) || (!pSchedContext)) { in cds_sched_open()
238 struct cds_context *p_cds_context = NULL; in epping_enable() local248 p_cds_context = cds_get_global_context(); in epping_enable()250 if (!p_cds_context) { in epping_enable()293 p_cds_context->htc_ctx = htc_create(scn, &htc_info, qdf_ctx, in epping_enable()295 if (!p_cds_context->htc_ctx) { in epping_enable()348 htc_destroy(p_cds_context->htc_ctx); in epping_enable()349 p_cds_context->htc_ctx = NULL; in epping_enable()
427 QDF_STATUS cds_sched_open(void *p_cds_context,
100 void *p_cds_context; /* CDS context */ member
11434 struct cds_context *p_cds_context; in wlan_destroy_bug_report_lock() local11436 p_cds_context = cds_get_global_context(); in wlan_destroy_bug_report_lock()11437 if (!p_cds_context) { in wlan_destroy_bug_report_lock()11442 qdf_spinlock_destroy(&p_cds_context->bug_report_lock); in wlan_destroy_bug_report_lock()17211 struct cds_context *p_cds_context; in wlan_init_bug_report_lock() local17213 p_cds_context = cds_get_global_context(); in wlan_init_bug_report_lock()17214 if (!p_cds_context) { in wlan_init_bug_report_lock()17219 qdf_spinlock_create(&p_cds_context->bug_report_lock); in wlan_init_bug_report_lock()