Home
last modified time | relevance | path

Searched defs:iwl_trans_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-trans.h494 struct iwl_trans_ops { struct
496 int (*start_hw)(struct iwl_trans *iwl_trans, bool low_power);
497 void (*op_mode_leave)(struct iwl_trans *iwl_trans);
498 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw,
500 int (*update_sf)(struct iwl_trans *trans,
502 void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr);
503 void (*stop_device)(struct iwl_trans *trans, bool low_power);
505 void (*d3_suspend)(struct iwl_trans *trans, bool test);
506 int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status,
509 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
[all …]