Searched refs:lbtf_private (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | libertas_tf.h | 157 struct lbtf_private; 174 int (*hw_host_to_card)(struct lbtf_private *priv, u8 type, 176 int (*hw_prog_firmware)(struct lbtf_private *priv); 177 int (*hw_reset_device)(struct lbtf_private *priv); 181 struct lbtf_private { struct 329 int (*callback)(struct lbtf_private *, 461 void lbtf_set_mac_control(struct lbtf_private *priv); 463 int lbtf_free_cmd_buffer(struct lbtf_private *priv); 465 int lbtf_allocate_cmd_buffer(struct lbtf_private *priv); 466 int lbtf_execute_next_command(struct lbtf_private *priv); [all …]
|
| H A D | cmd.c | 29 static struct cmd_ctrl_node *lbtf_get_cmd_ctrl_node(struct lbtf_private *priv); 42 int lbtf_cmd_copyback(struct lbtf_private *priv, unsigned long extra, in lbtf_cmd_copyback() 56 static void lbtf_geo_init(struct lbtf_private *priv) in lbtf_geo_init() 79 int lbtf_update_hw_spec(struct lbtf_private *priv) in lbtf_update_hw_spec() 149 int lbtf_set_channel(struct lbtf_private *priv, u8 channel) in lbtf_set_channel() 165 int lbtf_beacon_set(struct lbtf_private *priv, struct sk_buff *beacon) in lbtf_beacon_set() 187 int lbtf_beacon_ctrl(struct lbtf_private *priv, bool beacon_enable, in lbtf_beacon_ctrl() 204 static void lbtf_queue_cmd(struct lbtf_private *priv, in lbtf_queue_cmd() 232 static void lbtf_submit_command(struct lbtf_private *priv, in lbtf_submit_command() 275 static void __lbtf_cleanup_and_insert_cmd(struct lbtf_private *priv, in __lbtf_cleanup_and_insert_cmd() [all …]
|
| H A D | if_usb.h | 9 struct lbtf_private; 44 struct lbtf_private *priv;
|