Lines Matching defs:lbs_private

24  * @priv:	A pointer to &struct lbs_private structure
31 int lbs_cmd_copyback(struct lbs_private *priv, unsigned long extra,
54 static int lbs_cmd_async_callback(struct lbs_private *priv, unsigned long extra,
85 * @priv: A pointer to &struct lbs_private structure
89 int lbs_update_hw_spec(struct lbs_private *priv)
163 static int lbs_ret_host_sleep_cfg(struct lbs_private *priv, unsigned long dummy,
179 int lbs_host_sleep_cfg(struct lbs_private *priv, uint32_t criteria,
223 * @priv: A pointer to &struct lbs_private structure
230 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block)
262 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action,
301 static int lbs_wait_for_ds_awake(struct lbs_private *priv)
316 int lbs_set_deep_sleep(struct lbs_private *priv, int deep_sleep)
349 static int lbs_ret_host_sleep_activate(struct lbs_private *priv,
359 int lbs_set_host_sleep(struct lbs_private *priv, int host_sleep)
411 * @priv: A pointer to &struct lbs_private structure
417 int lbs_set_snmp_mib(struct lbs_private *priv, u32 oid, u16 val)
458 * @priv: A pointer to &struct lbs_private structure
465 int lbs_get_tx_power(struct lbs_private *priv, s16 *curlevel, s16 *minlevel,
491 * @priv: A pointer to &struct lbs_private structure
496 int lbs_set_monitor_mode(struct lbs_private *priv, int enable)
521 * @priv: A pointer to &struct lbs_private structure
525 static int lbs_get_channel(struct lbs_private *priv)
545 int lbs_update_channel(struct lbs_private *priv)
562 * @priv: A pointer to &struct lbs_private structure
567 int lbs_set_channel(struct lbs_private *priv, u8 channel)
595 * @priv: A pointer to &struct lbs_private structure
601 int lbs_get_rssi(struct lbs_private *priv, s8 *rssi, s8 *nf)
627 * @priv: pointer to &struct lbs_private
631 int lbs_set_11d_domain_info(struct lbs_private *priv)
749 * @priv: pointer to &struct lbs_private
757 int lbs_get_reg(struct lbs_private *priv, u16 reg, u16 offset, u32 *value)
791 * @priv: pointer to &struct lbs_private
799 int lbs_set_reg(struct lbs_private *priv, u16 reg, u16 offset, u32 value)
824 static void lbs_queue_cmd(struct lbs_private *priv,
866 static void lbs_submit_command(struct lbs_private *priv,
918 static void __lbs_cleanup_and_insert_cmd(struct lbs_private *priv,
932 static void lbs_cleanup_and_insert_cmd(struct lbs_private *priv,
942 void __lbs_complete_command(struct lbs_private *priv, struct cmd_ctrl_node *cmd,
963 void lbs_complete_command(struct lbs_private *priv, struct cmd_ctrl_node *cmd,
972 int lbs_set_radio(struct lbs_private *priv, u8 preamble, u8 radio_on)
1012 void lbs_set_mac_control(struct lbs_private *priv)
1023 int lbs_set_mac_control_sync(struct lbs_private *priv)
1040 * @priv: A pointer to &struct lbs_private structure
1044 int lbs_allocate_cmd_buffer(struct lbs_private *priv)
1092 * @priv: A pointer to &struct lbs_private structure
1096 int lbs_free_cmd_buffer(struct lbs_private *priv)
1131 * @priv: A pointer to &struct lbs_private structure
1136 static struct cmd_ctrl_node *lbs_get_free_cmd_node(struct lbs_private *priv)
1164 * @priv: A pointer to &struct lbs_private structure
1168 int lbs_execute_next_command(struct lbs_private *priv)
1301 static void lbs_send_confirmsleep(struct lbs_private *priv)
1337 * @priv: A pointer to &struct lbs_private structure
1341 void lbs_ps_confirm_sleep(struct lbs_private *priv)
1374 struct cmd_ctrl_node *__lbs_cmd_async(struct lbs_private *priv,
1376 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),
1427 void lbs_cmd_async(struct lbs_private *priv, uint16_t command,
1434 int __lbs_cmd(struct lbs_private *priv, uint16_t command,
1436 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),