Searched defs:iwl_trans_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/iwlwifi/ | 
| D | iwl-trans.h | 558 struct iwl_trans_ops {  struct560 	int (*start_hw)(struct iwl_trans *iwl_trans, bool low_power);
 561 	void (*op_mode_leave)(struct iwl_trans *iwl_trans);
 562 	int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw,
 564 	int (*update_sf)(struct iwl_trans *trans,
 566 	void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr);
 567 	void (*stop_device)(struct iwl_trans *trans, bool low_power);
 569 	void (*d3_suspend)(struct iwl_trans *trans, bool test);
 570 	int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status,
 573 	int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
 [all …]
 
 |