Searched refs:lbs_private (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.h5 struct lbs_private;
10 int lbs_cfg_register(struct lbs_private *priv);
11 void lbs_cfg_free(struct lbs_private *priv);
16 void lbs_send_disconnect_notification(struct lbs_private *priv);
17 void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event);
19 void lbs_scan_deinit(struct lbs_private *priv);
H A Ddebugfs.h7 void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
8 void lbs_debugfs_remove_one(struct lbs_private *priv);
H A Ddecl.h13 struct lbs_private;
24 void lbs_send_tx_feedback(struct lbs_private *priv, u32 try_count);
29 int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *);
33 struct lbs_private *lbs_add_card(void *card, struct device *dmdev);
34 void lbs_remove_card(struct lbs_private *priv);
35 int lbs_start_card(struct lbs_private *priv);
36 void lbs_stop_card(struct lbs_private *priv);
37 void lbs_host_to_card_done(struct lbs_private *priv);
39 int lbs_rtap_supported(struct lbs_private *priv);
44 int lbs_suspend(struct lbs_private *pri
[all...]
H A Dcmd.h18 int (*callback)(struct lbs_private *,
42 void lbs_cmd_async(struct lbs_private *priv, uint16_t command,
45 int __lbs_cmd(struct lbs_private *priv, uint16_t command,
47 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),
50 struct cmd_ctrl_node *__lbs_cmd_async(struct lbs_private *priv,
52 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),
55 int lbs_cmd_copyback(struct lbs_private *priv, unsigned long extra,
58 int lbs_allocate_cmd_buffer(struct lbs_private *priv);
59 int lbs_free_cmd_buffer(struct lbs_private *priv);
61 int lbs_execute_next_command(struct lbs_private *pri
[all...]
H A Dmesh.h29 struct lbs_private;
31 int lbs_init_mesh(struct lbs_private *priv);
32 int lbs_deinit_mesh(struct lbs_private *priv);
34 int lbs_add_mesh(struct lbs_private *priv);
35 void lbs_remove_mesh(struct lbs_private *priv);
43 struct net_device *lbs_mesh_set_dev(struct lbs_private *priv,
45 void lbs_mesh_set_txpd(struct lbs_private *priv,
55 int lbs_mesh_bt_add_del(struct lbs_private *priv, bool add, u8 *addr1);
56 int lbs_mesh_bt_reset(struct lbs_private *priv);
57 int lbs_mesh_bt_get_inverted(struct lbs_private *pri
[all...]
H A Ddev.h4 * structure struct lbs_private..
27 struct lbs_private { struct
92 int (*hw_host_to_card) (struct lbs_private *priv, u8 type, u8 *payload, u16 nb);
93 void (*reset_card) (struct lbs_private *priv);
94 int (*enter_deep_sleep) (struct lbs_private *priv);
95 int (*exit_deep_sleep) (struct lbs_private *priv);
96 int (*reset_deep_sleep_wakeup) (struct lbs_private *priv);
H A Dethtool.c12 struct lbs_private *priv = dev->ml_priv;
36 struct lbs_private *priv = dev->ml_priv;
65 struct lbs_private *priv = dev->ml_priv;
85 struct lbs_private *priv = dev->ml_priv;
H A Dmesh.c29 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
48 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
70 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
93 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
122 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
132 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
193 int lbs_init_mesh(struct lbs_private *priv)
259 int lbs_deinit_mesh(struct lbs_private *priv)
284 struct lbs_private *priv = dev->ml_priv;
311 struct lbs_private *pri
[all...]
H A Dcmd.c21 * @param priv A pointer to struct lbs_private structure
28 int lbs_cmd_copyback(struct lbs_private *priv, unsigned long extra,
51 static int lbs_cmd_async_callback(struct lbs_private *priv, unsigned long extra,
80 * @param priv A pointer to struct lbs_private structure
84 int lbs_update_hw_spec(struct lbs_private *priv)
157 static int lbs_ret_host_sleep_cfg(struct lbs_private *priv, unsigned long dummy,
174 int lbs_host_sleep_cfg(struct lbs_private *priv, uint32_t criteria,
210 * @param priv A pointer to struct lbs_private structure
217 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block)
252 int lbs_cmd_802_11_sleep_params(struct lbs_private *pri
[all...]
H A Dif_usb.h7 struct lbs_private;
47 struct lbs_private *priv;
H A Dmain.c101 struct lbs_private *priv = dev->ml_priv;
129 struct lbs_private *priv = dev->ml_priv;
145 struct lbs_private *priv = dev->ml_priv;
164 void lbs_host_to_card_done(struct lbs_private *priv)
188 struct lbs_private *priv = dev->ml_priv;
268 struct lbs_private *priv = container_of(work, struct lbs_private, mcast_work);
325 struct lbs_private *priv = dev->ml_priv;
341 struct lbs_private *priv = dev->ml_priv;
529 int lbs_suspend(struct lbs_private *pri
[all...]
H A Ddebugfs.c19 static void lbs_debug_init(struct lbs_private *priv);
39 struct lbs_private *priv = file->private_data;
62 struct lbs_private *priv = file->private_data;
102 struct lbs_private *priv = file->private_data;
131 struct lbs_private *priv = file->private_data;
175 struct lbs_private *priv = file->private_data;
233 struct lbs_private *priv = file->private_data;
286 struct lbs_private *priv = file->private_data;
452 struct lbs_private *priv = file->private_data;
477 struct lbs_private *pri
[all...]
H A Dcfg.c184 static int lbs_add_channel_list_tlv(struct lbs_private *priv, u8 *tlv,
438 struct lbs_private *priv = wiphy_priv(wiphy);
477 static int lbs_ret_scan(struct lbs_private *priv, unsigned long dummy,
643 struct lbs_private *priv =
644 container_of(work, struct lbs_private, scan_work.work);
732 static void _internal_start_scan(struct lbs_private *priv, bool internal,
754 struct lbs_private *priv = wiphy_priv(wiphy);
782 void lbs_send_disconnect_notification(struct lbs_private *priv)
794 void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event)
821 static int lbs_remove_wep_keys(struct lbs_private *pri
[all...]
H A Dif_usb.c49 static int if_usb_host_to_card(struct lbs_private *priv, uint8_t type,
65 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
90 struct lbs_private *priv = to_net_dev(dev)->ml_priv;
121 struct lbs_private *priv = cardp->priv;
163 static void if_usb_setup_firmware(struct lbs_private *priv)
212 static void if_usb_reset_olpc_card(struct lbs_private *priv)
231 struct lbs_private *priv;
354 struct lbs_private *priv = (struct lbs_private *) cardp->priv;
380 * @param priv pointer to struct lbs_private
[all...]
H A Dif_cs.c61 struct lbs_private *priv;
329 static int if_cs_send_cmd(struct lbs_private *priv, u8 *buf, u16 nb)
375 static void if_cs_send_data(struct lbs_private *priv, u8 *buf, u16 nb)
403 static int if_cs_receive_cmdres(struct lbs_private *priv, u8 *data, u32 *len)
443 static struct sk_buff *if_cs_receive_data(struct lbs_private *priv)
482 struct lbs_private *priv = card->priv;
734 static int if_cs_host_to_card(struct lbs_private *priv,
823 struct lbs_private *priv;
920 /* Finish setting up fields in lbs_private */
H A Dtx.c57 * @param priv A pointer to struct lbs_private structure
64 struct lbs_private *priv = dev->ml_priv;
174 * @param priv A pointer to struct lbs_private structure
179 void lbs_send_tx_feedback(struct lbs_private *priv, u32 try_count)
H A Dcmdresp.c19 * @param priv A pointer to struct lbs_private structure
22 void lbs_mac_event_disconnected(struct lbs_private *priv)
57 int lbs_process_command_response(struct lbs_private *priv, u8 *data, u32 len)
211 int lbs_process_event(struct lbs_private *priv, u32 event)
H A Drx.c39 static int process_rxed_802_11_packet(struct lbs_private *priv,
46 * @param priv A pointer to struct lbs_private
50 int lbs_process_rxed_packet(struct lbs_private *priv, struct sk_buff *skb)
200 * @param priv A pointer to struct lbs_private
204 static int process_rxed_802_11_packet(struct lbs_private *priv,
H A Dif_sdio.c94 struct lbs_private *priv;
188 struct lbs_private *priv = card->priv;
719 static int if_sdio_host_to_card(struct lbs_private *priv,
798 static int if_sdio_enter_deep_sleep(struct lbs_private *priv)
815 static int if_sdio_exit_deep_sleep(struct lbs_private *priv)
832 static int if_sdio_reset_deep_sleep_wakeup(struct lbs_private *priv)
899 struct lbs_private *priv;
H A Dif_spi.c39 struct lbs_private *priv;
636 struct lbs_private *priv = card->priv;
755 struct lbs_private *priv = card->priv;
842 static int if_spi_host_to_card(struct lbs_private *priv,
913 struct lbs_private *priv = NULL;
1052 struct lbs_private *priv = card->priv;

Completed in 94 milliseconds