Lines Matching refs:btmrvl_private
105 struct btmrvl_private { struct
109 int (*hw_host_to_card)(struct btmrvl_private *priv, argument
111 int (*hw_wakeup_firmware)(struct btmrvl_private *priv); argument
112 int (*hw_process_int_status)(struct btmrvl_private *priv); argument
170 int btmrvl_register_hdev(struct btmrvl_private *priv);
171 struct btmrvl_private *btmrvl_add_card(void *card);
172 int btmrvl_remove_card(struct btmrvl_private *priv);
174 void btmrvl_interrupt(struct btmrvl_private *priv);
176 bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb);
177 int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb);
179 int btmrvl_send_module_cfg_cmd(struct btmrvl_private *priv, u8 subcmd);
180 int btmrvl_pscan_window_reporting(struct btmrvl_private *priv, u8 subcmd);
181 int btmrvl_send_hscfg_cmd(struct btmrvl_private *priv);
182 int btmrvl_enable_ps(struct btmrvl_private *priv);
183 int btmrvl_prepare_command(struct btmrvl_private *priv);
184 int btmrvl_enable_hs(struct btmrvl_private *priv);