Home
last modified time | relevance | path

Searched refs:lbtf_private (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dcmd.c29 static struct cmd_ctrl_node *lbtf_get_cmd_ctrl_node(struct lbtf_private *priv);
35 * @priv: A pointer to struct lbtf_private structure
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()
75 * @priv: A pointer to struct lbtf_private structure
79 int lbtf_update_hw_spec(struct lbtf_private *priv) in lbtf_update_hw_spec()
144 * @priv: A pointer to struct lbtf_private structure
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 *pri
605 __lbtf_cmd_async(struct lbtf_private * priv,uint16_t command,struct cmd_header * in_cmd,int in_cmd_size,int (* callback)(struct lbtf_private *,unsigned long,struct cmd_header *),unsigned long callback_arg) __lbtf_cmd_async() argument
663 __lbtf_cmd(struct lbtf_private * priv,uint16_t command,struct cmd_header * in_cmd,int in_cmd_size,int (* callback)(struct lbtf_private *,unsigned long,struct cmd_header *),unsigned long callback_arg) __lbtf_cmd() argument
[all...]
H A Dif_usb.c41 static int if_usb_prog_firmware(struct lbtf_private *priv);
42 static int if_usb_host_to_card(struct lbtf_private *priv, uint8_t type,
48 static int if_usb_reset_device(struct lbtf_private *priv);
96 static void if_usb_setup_firmware(struct lbtf_private *priv) in if_usb_setup_firmware()
150 struct lbtf_private *priv; in if_usb_probe()
247 struct lbtf_private *priv = cardp->priv; in if_usb_disconnect()
335 static int if_usb_reset_device(struct lbtf_private *priv) in if_usb_reset_device()
584 struct lbtf_private *priv) in process_cmdtypedata()
601 struct lbtf_private *priv) in process_cmdrequest()
630 struct lbtf_private *pri in if_usb_receive()
[all...]
H A Dif_usb.h9 struct lbtf_private;
44 struct lbtf_private *priv;