Searched defs:iwl_trans_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-trans.h | 546 struct iwl_trans_ops { struct 548 int (*start_hw)(struct iwl_trans *iwl_trans, bool low_power); 549 void (*op_mode_leave)(struct iwl_trans *iwl_trans); 550 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw, 552 void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr); 553 void (*stop_device)(struct iwl_trans *trans, bool low_power); 555 void (*d3_suspend)(struct iwl_trans *trans, bool test, bool reset); 556 int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status, 559 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd); 561 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-trans.h | 575 struct iwl_trans_ops { struct 577 int (*start_hw)(struct iwl_trans *iwl_trans); 578 void (*op_mode_leave)(struct iwl_trans *iwl_trans); 579 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw, 581 void (*fw_alive)(struct iwl_trans *trans, u32 scd_addr); 582 void (*stop_device)(struct iwl_trans *trans); 584 int (*d3_suspend)(struct iwl_trans *trans, bool test, bool reset); 585 int (*d3_resume)(struct iwl_trans *trans, enum iwl_d3_status *status, 588 int (*send_cmd)(struct iwl_trans *trans, struct iwl_host_cmd *cmd); 590 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb, [all …]
|