Lines Matching refs:ol_context
32 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()
109 bmi_download_firmware(struct ol_context *ol_ctx) in bmi_download_firmware()