Home
last modified time | relevance | path

Searched refs:ol_context (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/bmi/inc/
H A Dbmi.h32 struct ol_context;
56 void ol_init_ini_config(struct ol_context *ol_ctx,
65 void ol_set_fw_crashed_cb(struct ol_context *ol_ctx,
67 void bmi_cleanup(struct ol_context *scn);
68 QDF_STATUS bmi_done(struct ol_context *ol_ctx);
70 QDF_STATUS bmi_download_firmware(struct ol_context *ol_ctx);
85 ol_init_ini_config(struct ol_context *ol_ctx, struct ol_config_info *cfg) in ol_init_ini_config()
90 ol_set_fw_crashed_cb(struct ol_context *ol_ctx, void (*callback_fn)(void)) in ol_set_fw_crashed_cb()
94 static inline void bmi_cleanup(struct ol_context *scn) in bmi_cleanup()
98 static inline QDF_STATUS bmi_done(struct ol_context *ol_ctx) in bmi_done()
[all …]
H A Dol_fw.h41 QDF_STATUS ol_extra_initialization(struct ol_context *ol_ctx);
/wlan-driver/qcacld-3.0/core/bmi/src/
H A Di_bmi.h164 struct ol_context { struct
182 struct ol_context *ol_ctx); argument
183 QDF_STATUS bmi_init(struct ol_context *ol_ctx);
184 QDF_STATUS bmi_no_command(struct ol_context *ol_ctx);
186 struct ol_context *ol_ctx);
188 struct ol_context *ol_ctx);
190 struct ol_context *ol_ctx);
192 uint32_t *param, struct ol_context *ol_ctx);
194 struct ol_context *ol_ctx);
196 struct ol_context *ol_ctx);
[all …]
H A Dbmi.c25 QDF_STATUS bmi_init(struct ol_context *ol_ctx) in bmi_init()
73 void bmi_cleanup(struct ol_context *ol_ctx) in bmi_cleanup()
118 QDF_STATUS bmi_done(struct ol_context *ol_ctx) in bmi_done()
148 struct ol_context *ol_ctx) in bmi_get_target_info_message_based()
183 struct ol_context *ol_ctx) in bmi_get_target_info()
212 QDF_STATUS bmi_download_firmware(struct ol_context *ol_ctx) in bmi_download_firmware()
244 struct ol_context *ol_ctx) in bmi_read_soc_register()
289 struct ol_context *ol_ctx) in bmi_write_soc_register()
333 bmilz_data(uint8_t *buffer, uint32_t length, struct ol_context *ol_ctx) in bmilz_data()
388 uint32_t length, struct ol_context *ol_ctx) in bmi_sign_stream_start()
[all …]
H A Dol_fw_common.c37 static inline void ol_sdio_disable_sleep(struct ol_context *ol_ctx) in ol_sdio_disable_sleep()
55 static inline void ol_sdio_disable_sleep(struct ol_context *ol_ctx) in ol_sdio_disable_sleep()
70 ol_usb_extra_initialization(struct ol_context *ol_ctx) in ol_usb_extra_initialization()
90 QDF_STATUS ol_sdio_extra_initialization(struct ol_context *ol_ctx) in ol_sdio_extra_initialization()
184 QDF_STATUS ol_extra_initialization(struct ol_context *ol_ctx) in ol_extra_initialization()
H A Dbmi_1.c26 uint8_t *buffer, uint32_t length, struct ol_context *ol_ctx) in bmi_read_memory()
97 struct ol_context *ol_ctx) in bmi_write_memory()
167 bmi_execute(uint32_t address, A_UINT32 *param, struct ol_context *ol_ctx) in bmi_execute()
223 bmi_no_command(struct ol_context *ol_ctx) in bmi_no_command()
229 bmi_firmware_download(struct ol_context *ol_ctx) in bmi_firmware_download()
266 QDF_STATUS bmi_done_local(struct ol_context *ol_ctx) in bmi_done_local()
H A Dol_fw.c173 __ol_transfer_bin_file(struct ol_context *ol_ctx, enum ATH_BIN_FILE file, in __ol_transfer_bin_file()
518 ol_transfer_bin_file(struct ol_context *ol_ctx, enum ATH_BIN_FILE file, in ol_transfer_bin_file()
552 static inline void ol_check_clean_recovery_flag(struct ol_context *ol_ctx) in ol_check_clean_recovery_flag()
620 struct ol_context *ol_ctx = data; in __ramdump_work_handler()
711 struct ol_context *ol_ctx = data; in fw_indication_work_handler()
722 struct ol_context *ol_ctx = instance; in ol_target_failure()
799 static QDF_STATUS ol_disable_cdc_max_perf(struct ol_context *ol_ctx) in ol_disable_cdc_max_perf()
827 static QDF_STATUS ol_disable_cdc_max_perf(struct ol_context *ol_ctx) in ol_disable_cdc_max_perf()
835 static QDF_STATUS ol_set_lpass_support(struct ol_context *ol_ctx) in ol_set_lpass_support()
865 static QDF_STATUS ol_set_lpass_support(struct ol_context *ol_ctx) in ol_set_lpass_support()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_main.c187 struct ol_context *ol_ctx = cds_get_context(QDF_MODULE_ID_BMI); in epping_update_ol_config()
202 QDF_STATUS epping_bmi_download_fw(struct ol_context *ol_ctx) in epping_bmi_download_fw()
220 QDF_STATUS epping_bmi_download_fw(struct ol_context *ol_ctx) in epping_bmi_download_fw()
243 struct ol_context *ol_ctx = NULL; in epping_enable()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c751 struct ol_context *ol_ctx; in cds_open()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c20863 struct ol_context *ol_ctx = cds_get_context(QDF_MODULE_ID_BMI); in hdd_update_ol_config()