Lines Matching defs:iwl_trans_ops
558 struct iwl_trans_ops { struct
560 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);
575 int (*tx)(struct iwl_trans *trans, struct sk_buff *skb,
577 void (*reclaim)(struct iwl_trans *trans, int queue, int ssn,
580 void (*txq_enable)(struct iwl_trans *trans, int queue, u16 ssn,
583 void (*txq_disable)(struct iwl_trans *trans, int queue,
586 int (*dbgfs_register)(struct iwl_trans *trans, struct dentry* dir);
587 int (*wait_tx_queue_empty)(struct iwl_trans *trans, u32 txq_bm);
588 void (*freeze_txq_timer)(struct iwl_trans *trans, unsigned long txqs,
591 void (*write8)(struct iwl_trans *trans, u32 ofs, u8 val);
592 void (*write32)(struct iwl_trans *trans, u32 ofs, u32 val);
593 u32 (*read32)(struct iwl_trans *trans, u32 ofs);
594 u32 (*read_prph)(struct iwl_trans *trans, u32 ofs);
595 void (*write_prph)(struct iwl_trans *trans, u32 ofs, u32 val);
596 int (*read_mem)(struct iwl_trans *trans, u32 addr,
598 int (*write_mem)(struct iwl_trans *trans, u32 addr,
600 void (*configure)(struct iwl_trans *trans,
602 void (*set_pmi)(struct iwl_trans *trans, bool state);
603 bool (*grab_nic_access)(struct iwl_trans *trans, bool silent,
605 void (*release_nic_access)(struct iwl_trans *trans,
607 void (*set_bits_mask)(struct iwl_trans *trans, u32 reg, u32 mask,
609 void (*ref)(struct iwl_trans *trans);
610 void (*unref)(struct iwl_trans *trans);
611 int (*suspend)(struct iwl_trans *trans);
612 void (*resume)(struct iwl_trans *trans);
614 struct iwl_trans_dump_data *(*dump_data)(struct iwl_trans *trans,