Lines Matching refs:btmrvl_private
89 struct btmrvl_private { struct
93 int (*hw_host_to_card)(struct btmrvl_private *priv, argument
95 int (*hw_wakeup_firmware)(struct btmrvl_private *priv); argument
96 int (*hw_process_int_status)(struct btmrvl_private *priv); argument
154 int btmrvl_register_hdev(struct btmrvl_private *priv);
155 struct btmrvl_private *btmrvl_add_card(void *card);
156 int btmrvl_remove_card(struct btmrvl_private *priv);
158 void btmrvl_interrupt(struct btmrvl_private *priv);
160 bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb);
161 int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb);
163 int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, u8 subcmd);
164 int btmrvl_pscan_window_reporting(struct btmrvl_private *priv, u8 subcmd);
165 int btmrvl_send_hscfg_cmd(struct btmrvl_private *priv);
166 int btmrvl_enable_ps(struct btmrvl_private *priv);
167 int btmrvl_prepare_command(struct btmrvl_private *priv);
168 int btmrvl_enable_hs(struct btmrvl_private *priv);