Lines Matching refs:btmrvl_private
76 struct btmrvl_private { struct
80 int (*hw_host_to_card) (struct btmrvl_private *priv, argument
82 int (*hw_wakeup_firmware) (struct btmrvl_private *priv); argument
83 int (*hw_process_int_status) (struct btmrvl_private *priv); argument
139 int btmrvl_register_hdev(struct btmrvl_private *priv);
140 struct btmrvl_private *btmrvl_add_card(void *card);
141 int btmrvl_remove_card(struct btmrvl_private *priv);
143 void btmrvl_interrupt(struct btmrvl_private *priv);
145 bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb);
146 int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb);
148 int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, u8 subcmd);
149 int btmrvl_pscan_window_reporting(struct btmrvl_private *priv, u8 subcmd);
150 int btmrvl_send_hscfg_cmd(struct btmrvl_private *priv);
151 int btmrvl_enable_ps(struct btmrvl_private *priv);
152 int btmrvl_prepare_command(struct btmrvl_private *priv);
153 int btmrvl_enable_hs(struct btmrvl_private *priv);