Lines Matching refs:ol_ctx
187 struct ol_context *ol_ctx = cds_get_context(QDF_MODULE_ID_BMI); in epping_update_ol_config() local
189 if (!ol_ctx) in epping_update_ol_config()
198 ol_init_ini_config(ol_ctx, &cfg); in epping_update_ol_config()
202 QDF_STATUS epping_bmi_download_fw(struct ol_context *ol_ctx) in epping_bmi_download_fw() argument
207 if (bmi_download_firmware(ol_ctx)) { in epping_bmi_download_fw()
210 bmi_cleanup(ol_ctx); in epping_bmi_download_fw()
220 QDF_STATUS epping_bmi_download_fw(struct ol_context *ol_ctx) in epping_bmi_download_fw() argument
243 struct ol_context *ol_ctx = NULL; in epping_enable() local
279 ol_ctx = cds_get_context(QDF_MODULE_ID_BMI); in epping_enable()
281 if (epping_bmi_download_fw(ol_ctx) != QDF_STATUS_SUCCESS) in epping_enable()
298 bmi_cleanup(ol_ctx); in epping_enable()
309 if (bmi_done(ol_ctx)) { in epping_enable()
350 bmi_cleanup(ol_ctx); in epping_enable()