Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/
Diwl-trans.h421 struct iwl_trans_ops { struct
423 int (*start_hw)(struct iwl_trans *iwl_trans);
424 void (*stop_hw)(struct iwl_trans *iwl_trans, bool op_mode_leaving);
425 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw,
427 void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr);
428 void (*stop_device)(struct iwl_trans *trans);
430 void (*d3_suspend)(struct iwl_trans *trans);
431 int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status);
433 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
435 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb,
[all …]