Home
last modified time | relevance | path

Searched refs:vnt_private (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/staging/vt6656/
A Dcard.h24 struct vnt_private;
27 int vnt_set_rspinf(struct vnt_private *priv, u8 bb_type);
28 int vnt_update_ifs(struct vnt_private *priv);
29 void vnt_update_top_rates(struct vnt_private *priv);
30 bool vnt_ofdm_min_rate(struct vnt_private *priv);
31 int vnt_adjust_tsf(struct vnt_private *priv, u8 rx_rate,
34 bool vnt_clear_current_tsf(struct vnt_private *priv);
40 int vnt_radio_power_off(struct vnt_private *priv);
41 int vnt_radio_power_on(struct vnt_private *priv);
42 u8 vnt_get_pkt_type(struct vnt_private *priv);
[all …]
A Dmac.c23 int vnt_mac_set_filter(struct vnt_private *priv, u64 mc_filter) in vnt_mac_set_filter()
32 int vnt_mac_shutdown(struct vnt_private *priv) in vnt_mac_shutdown()
37 int vnt_mac_set_bb_type(struct vnt_private *priv, u8 type) in vnt_mac_set_bb_type()
49 int vnt_mac_disable_keyentry(struct vnt_private *priv, u8 entry_idx) in vnt_mac_disable_keyentry()
91 int vnt_mac_reg_bits_on(struct vnt_private *priv, u8 reg_ofs, u8 bits) in vnt_mac_reg_bits_on()
113 int vnt_mac_set_bssid_addr(struct vnt_private *priv, u8 *addr) in vnt_mac_set_bssid_addr()
119 int vnt_mac_enable_protect_mode(struct vnt_private *priv) in vnt_mac_enable_protect_mode()
130 int vnt_mac_disable_protect_mode(struct vnt_private *priv) in vnt_mac_disable_protect_mode()
141 int vnt_mac_enable_barker_preamble_mode(struct vnt_private *priv) in vnt_mac_enable_barker_preamble_mode()
152 int vnt_mac_disable_barker_preamble_mode(struct vnt_private *priv) in vnt_mac_disable_barker_preamble_mode()
[all …]
A Dbaseband.h67 int vnt_set_short_slot_time(struct vnt_private *priv);
68 int vnt_set_vga_gain_offset(struct vnt_private *priv, u8 data);
69 int vnt_set_antenna_mode(struct vnt_private *priv, u8 antenna_mode);
70 int vnt_vt3184_init(struct vnt_private *priv);
71 int vnt_set_deep_sleep(struct vnt_private *priv);
72 int vnt_exit_deep_sleep(struct vnt_private *priv);
73 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning);
A Dmac.h356 int vnt_mac_set_filter(struct vnt_private *priv, u64 mc_filter);
357 int vnt_mac_shutdown(struct vnt_private *priv);
358 int vnt_mac_set_bb_type(struct vnt_private *priv, u8 type);
359 int vnt_mac_disable_keyentry(struct vnt_private *priv, u8 entry_idx);
363 int vnt_mac_reg_bits_on(struct vnt_private *priv, u8 reg_ofs, u8 bits);
365 int vnt_mac_set_bssid_addr(struct vnt_private *priv, u8 *addr);
366 int vnt_mac_enable_protect_mode(struct vnt_private *priv);
367 int vnt_mac_disable_protect_mode(struct vnt_private *priv);
368 int vnt_mac_enable_barker_preamble_mode(struct vnt_private *priv);
369 int vnt_mac_disable_barker_preamble_mode(struct vnt_private *priv);
[all …]
A Dusbpipe.h50 int vnt_control_out(struct vnt_private *priv, u8 request, u16 value,
52 int vnt_control_in(struct vnt_private *priv, u8 request, u16 value,
55 int vnt_control_out_u8(struct vnt_private *priv, u8 reg, u8 ref_off, u8 data);
56 int vnt_control_in_u8(struct vnt_private *priv, u8 reg, u8 reg_off, u8 *data);
58 int vnt_control_out_blocks(struct vnt_private *priv,
61 int vnt_start_interrupt_urb(struct vnt_private *priv);
62 int vnt_submit_rx_urb(struct vnt_private *priv, struct vnt_rcb *rcb);
63 int vnt_tx_context(struct vnt_private *priv,
A Dcard.c91 int vnt_set_rspinf(struct vnt_private *priv, u8 bb_type) in vnt_set_rspinf()
124 int vnt_update_ifs(struct vnt_private *priv) in vnt_update_ifs()
167 void vnt_update_top_rates(struct vnt_private *priv) in vnt_update_top_rates()
178 bool vnt_ofdm_min_rate(struct vnt_private *priv) in vnt_ofdm_min_rate()
183 u8 vnt_get_pkt_type(struct vnt_private *priv) in vnt_get_pkt_type()
212 int vnt_adjust_tsf(struct vnt_private *priv, u8 rx_rate, in vnt_adjust_tsf()
264 bool vnt_clear_current_tsf(struct vnt_private *priv) in vnt_clear_current_tsf()
327 int vnt_update_next_tbtt(struct vnt_private *priv, u64 tsf, in vnt_update_next_tbtt()
365 int vnt_radio_power_off(struct vnt_private *priv) in vnt_radio_power_off()
411 int vnt_radio_power_on(struct vnt_private *priv) in vnt_radio_power_on()
[all …]
A Dmain_usb.c564 struct vnt_private *priv = hw->priv; in vnt_tx_80211()
573 struct vnt_private *priv = hw->priv; in vnt_start()
618 struct vnt_private *priv = hw->priv; in vnt_stop()
651 struct vnt_private *priv = hw->priv; in vnt_add_interface()
685 struct vnt_private *priv = hw->priv; in vnt_remove_interface()
714 struct vnt_private *priv = hw->priv; in vnt_config()
750 struct vnt_private *priv = hw->priv; in vnt_bss_info_changed()
846 struct vnt_private *priv = hw->priv; in vnt_prepare_multicast()
865 struct vnt_private *priv = hw->priv; in vnt_configure()
904 struct vnt_private *priv = hw->priv; in vnt_set_key()
[all …]
A Dusbpipe.c34 int vnt_control_out(struct vnt_private *priv, u8 request, u16 value, in vnt_control_out()
77 int vnt_control_out_blocks(struct vnt_private *priv, in vnt_control_out_blocks()
94 int vnt_control_in(struct vnt_private *priv, u8 request, u16 value, in vnt_control_in()
176 static void vnt_int_process_data(struct vnt_private *priv) in vnt_int_process_data()
213 struct vnt_private *priv = urb->context; in vnt_start_interrupt_urb_complete()
238 int vnt_start_interrupt_urb(struct vnt_private *priv) in vnt_start_interrupt_urb()
260 static int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb, in vnt_rx_data()
363 struct vnt_private *priv = rcb->priv; in vnt_submit_rx_urb_complete()
396 int vnt_submit_rx_urb(struct vnt_private *priv, struct vnt_rcb *rcb) in vnt_submit_rx_urb()
425 struct vnt_private *priv = context->priv; in vnt_tx_context_complete()
[all …]
A Dwcmd.c29 static void vnt_cmd_timer_wait(struct vnt_private *priv, unsigned long msecs) in vnt_cmd_timer_wait()
34 static int vnt_cmd_complete(struct vnt_private *priv) in vnt_cmd_complete()
81 struct vnt_private *priv = in vnt_run_command()
82 container_of(work, struct vnt_private, run_command_work.work); in vnt_run_command()
153 int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command) in vnt_schedule_command()
169 void vnt_reset_command_timer(struct vnt_private *priv) in vnt_reset_command_timer()
A Drf.h41 int vnt_rf_write_embedded(struct vnt_private *priv, u32 data);
42 int vnt_rf_setpower(struct vnt_private *priv, struct ieee80211_channel *ch);
43 void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm);
44 int vnt_rf_table_download(struct vnt_private *priv);
A Dbaseband.c207 int vnt_set_antenna_mode(struct vnt_private *priv, u8 antenna_mode) in vnt_set_antenna_mode()
240 int vnt_vt3184_init(struct vnt_private *priv) in vnt_vt3184_init()
361 int vnt_set_short_slot_time(struct vnt_private *priv) in vnt_set_short_slot_time()
382 int vnt_set_vga_gain_offset(struct vnt_private *priv, u8 data) in vnt_set_vga_gain_offset()
412 int vnt_set_deep_sleep(struct vnt_private *priv) in vnt_set_deep_sleep()
425 int vnt_exit_deep_sleep(struct vnt_private *priv) in vnt_exit_deep_sleep()
438 int vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) in vnt_update_pre_ed_threshold()
A Dpower.h19 int vnt_disable_power_saving(struct vnt_private *priv);
20 void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval);
21 int vnt_next_tbtt_wakeup(struct vnt_private *priv);
A Dwcmd.h40 struct vnt_private;
42 void vnt_reset_command_timer(struct vnt_private *priv);
44 int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd);
A Drxtx.c56 *vnt_get_free_context(struct vnt_private *priv) in vnt_get_free_context()
144 static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate) in vnt_time_stamp_off()
152 struct vnt_private *priv = context->priv; in vnt_rxtx_rsvtime_le16()
164 struct vnt_private *priv = context->priv; in vnt_get_rts_duration()
173 struct vnt_private *priv = context->priv; in vnt_get_cts_duration()
183 struct vnt_private *priv = tx_context->priv; in vnt_rxtx_datahead_g()
205 struct vnt_private *priv = tx_context->priv; in vnt_rxtx_datahead_ab()
237 struct vnt_private *priv = tx_context->priv; in vnt_rxtx_rts_g_head()
257 struct vnt_private *priv = tx_context->priv; in vnt_rxtx_rts_ab_head()
273 struct vnt_private *priv = tx_context->priv; in vnt_fill_cts_head()
[all …]
A Dpower.c39 void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval) in vnt_enable_power_saving()
70 int vnt_disable_power_saving(struct vnt_private *priv) in vnt_disable_power_saving()
99 int vnt_next_tbtt_wakeup(struct vnt_private *priv) in vnt_next_tbtt_wakeup()
/linux/drivers/staging/vt6655/
A Dcard.h40 struct vnt_private;
42 void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
43 void CARDvUpdateBasicTopRate(struct vnt_private *priv);
44 bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
45 void CARDvSetFirstNextTBTT(struct vnt_private *priv,
47 void CARDvUpdateNextTBTT(struct vnt_private *priv, u64 qwTSF,
52 unsigned char CARDbyGetPktType(struct vnt_private *priv);
53 void CARDvSafeResetTx(struct vnt_private *priv);
54 void CARDvSafeResetRx(struct vnt_private *priv);
55 void CARDbRadioPowerOff(struct vnt_private *priv);
[all …]
A Dbaseband.h52 void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
55 bool bb_read_embedded(struct vnt_private *priv, unsigned char by_bb_addr,
57 bool bb_write_embedded(struct vnt_private *priv, unsigned char by_bb_addr,
60 void bb_set_short_slot_time(struct vnt_private *priv);
64 bool bb_vt3253_init(struct vnt_private *priv);
65 void bb_software_reset(struct vnt_private *priv);
66 void bb_power_save_mode_on(struct vnt_private *priv);
67 void bb_power_save_mode_off(struct vnt_private *priv);
68 void bb_set_tx_antenna_mode(struct vnt_private *priv,
70 void bb_set_rx_antenna_mode(struct vnt_private *priv,
[all …]
A Dmac.c78 bool MACbIsIntDisable(struct vnt_private *priv) in MACbIsIntDisable()
102 void MACvSetShortRetryLimit(struct vnt_private *priv, in MACvSetShortRetryLimit()
124 void MACvSetLongRetryLimit(struct vnt_private *priv, in MACvSetLongRetryLimit()
250 bool MACbSoftwareReset(struct vnt_private *priv) in MACbSoftwareReset()
281 bool MACbSafeSoftwareReset(struct vnt_private *priv) in MACbSafeSoftwareReset()
313 bool MACbSafeRxOff(struct vnt_private *priv) in MACbSafeRxOff()
367 bool MACbSafeTxOff(struct vnt_private *priv) in MACbSafeTxOff()
423 bool MACbSafeStop(struct vnt_private *priv) in MACbSafeStop()
458 bool MACbShutdown(struct vnt_private *priv) in MACbShutdown()
486 void MACvInitialize(struct vnt_private *priv) in MACvInitialize()
[all …]
A Drf.h60 bool IFRFbWriteEmbedded(struct vnt_private *priv, unsigned long dwData);
61 bool RFbSelectChannel(struct vnt_private *priv, unsigned char byRFType, u16 byChannel);
62 bool RFbInit(struct vnt_private *priv);
63 bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char rf_type, u16 channel);
64 bool RFbSetPower(struct vnt_private *priv, unsigned int rate, u16 uCH);
65 bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
68 void RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI,
72 bool RFbAL7230SelectChannelPostProcess(struct vnt_private *priv, u16 byOldChannel, u16 byNewChannel…
A Dmac.h880 bool MACbIsIntDisable(struct vnt_private *priv);
882 void MACvSetShortRetryLimit(struct vnt_private *priv,
892 bool MACbSoftwareReset(struct vnt_private *priv);
893 bool MACbSafeSoftwareReset(struct vnt_private *priv);
894 bool MACbSafeRxOff(struct vnt_private *priv);
895 bool MACbSafeTxOff(struct vnt_private *priv);
896 bool MACbSafeStop(struct vnt_private *priv);
897 bool MACbShutdown(struct vnt_private *priv);
898 void MACvInitialize(struct vnt_private *priv);
899 void MACvSetCurrRx0DescAddr(struct vnt_private *priv,
[all …]
A Ddevice_main.c1133 struct vnt_private *priv = in vnt_interrupt_work()
1144 struct vnt_private *priv = arg; in vnt_interrupt()
1219 struct vnt_private *priv = hw->priv; in vnt_tx_80211()
1227 struct vnt_private *priv = hw->priv; in vnt_start()
1279 struct vnt_private *priv = hw->priv; in vnt_stop()
1300 struct vnt_private *priv = hw->priv; in vnt_add_interface()
1331 struct vnt_private *priv = hw->priv; in vnt_remove_interface()
1357 struct vnt_private *priv = hw->priv; in vnt_config()
1401 struct vnt_private *priv = hw->priv; in vnt_bss_info_changed()
1491 struct vnt_private *priv = hw->priv; in vnt_prepare_multicast()
[all …]
A Dbaseband.c1760 void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length, in vnt_get_phy_field()
1905 bool bb_read_embedded(struct vnt_private *priv, unsigned char by_bb_addr, in bb_read_embedded()
1948 bool bb_write_embedded(struct vnt_private *priv, unsigned char by_bb_addr, in bb_write_embedded()
1991 bool bb_vt3253_init(struct vnt_private *priv) in bb_vt3253_init()
2196 bb_set_short_slot_time(struct vnt_private *priv) in bb_set_short_slot_time()
2216 void bb_set_vga_gain_offset(struct vnt_private *priv, unsigned char by_data) in bb_set_vga_gain_offset()
2247 bb_software_reset(struct vnt_private *priv) in bb_software_reset()
2268 bb_power_save_mode_on(struct vnt_private *priv) in bb_power_save_mode_on()
2290 bb_power_save_mode_off(struct vnt_private *priv) in bb_power_save_mode_off()
2314 bb_set_tx_antenna_mode(struct vnt_private *priv, unsigned char by_antenna_mode) in bb_set_tx_antenna_mode()
[all …]
A Dcard.c180 bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type) in CARDbSetPhyParameter()
374 bool CARDbSetBeaconPeriod(struct vnt_private *priv, in CARDbSetBeaconPeriod()
405 void CARDbRadioPowerOff(struct vnt_private *priv) in CARDbRadioPowerOff()
438 void CARDvSafeResetTx(struct vnt_private *priv) in CARDvSafeResetTx()
486 void CARDvSafeResetRx(struct vnt_private *priv) in CARDvSafeResetRx()
593 void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type) in CARDvSetRSPINF()
714 void CARDvUpdateBasicTopRate(struct vnt_private *priv) in CARDvUpdateBasicTopRate()
739 bool CARDbIsOFDMinBasicRate(struct vnt_private *priv) in CARDbIsOFDMinBasicRate()
750 unsigned char CARDbyGetPktType(struct vnt_private *priv) in CARDbyGetPktType()
857 void CARDvSetFirstNextTBTT(struct vnt_private *priv, in CARDvSetFirstNextTBTT()
[all …]
A Dpower.h23 void PSvDisablePowerSaving(struct vnt_private *priv);
25 void PSvEnablePowerSaving(struct vnt_private *priv, unsigned short wListenInterval);
27 bool PSbIsNextTBTTWakeUp(struct vnt_private *priv);
A Drf.c407 static bool s_bAL7230Init(struct vnt_private *priv) in s_bAL7230Init()
456 static bool s_bAL7230SelectChannel(struct vnt_private *priv, unsigned char byChannel) in s_bAL7230SelectChannel()
495 bool IFRFbWriteEmbedded(struct vnt_private *priv, unsigned long dwData) in IFRFbWriteEmbedded()
528 static bool RFbAL2230Init(struct vnt_private *priv) in RFbAL2230Init()
605 bool RFbInit(struct vnt_private *priv) in RFbInit()
642 bool RFbSelectChannel(struct vnt_private *priv, unsigned char byRFType, in RFbSelectChannel()
679 bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char rf_type, in RFvWriteWakeProgSyn()
757 bool RFbSetPower(struct vnt_private *priv, unsigned int rate, u16 uCH) in RFbSetPower()
826 bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr, in RFbRawSetPower()
889 RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI, long *pldBm) in RFvRSSITodBm()
[all …]

Completed in 786 milliseconds

12