Home
last modified time | relevance | path

Searched refs:ssv_hw (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.h19 int ssv6xxx_init_mac(struct ssv_hw *sh);
20 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg);
H A Ddev.h180 struct ssv_hw { struct
344 struct ssv_hw *sh;
479 int ssv6xxx_rf_disable(struct ssv_hw *sh);
480 int ssv6xxx_rf_enable(struct ssv_hw *sh);
497 int ssv6xxx_watchdog_controller(struct ssv_hw *sh ,u8 flag);
H A Defuse.h39 void efuse_read_all_map(struct ssv_hw *sh);
H A Dinit.c147 int ssv6xxx_do_iq_calib(struct ssv_hw *sh, struct ssv6xxx_iqk_cfg *p_cfg) in ssv6xxx_do_iq_calib()
224 struct ssv_hw *sh=sc->sh; in ssv6xxx_set_80211_hw_capab()
774 static void ssv6xxx_hw_set_replay_ignore(struct ssv_hw *sh,u8 ignore) in ssv6xxx_hw_set_replay_ignore()
783 int ssv6xxx_init_mac(struct ssv_hw *sh) in ssv6xxx_init_mac()
1123 static int ssv6xxx_init_hw(struct ssv_hw *sh) in ssv6xxx_init_hw()
1409 static void ssv6xxx_check_mac2(struct ssv_hw *sh) in ssv6xxx_check_mac2()
1437 static int ssv6xxx_read_configuration(struct ssv_hw *sh) in ssv6xxx_read_configuration()
1498 struct ssv_hw *sh; in ssv6xxx_read_hw_info()
1499 sh = kzalloc(sizeof(struct ssv_hw), GFP_KERNEL); in ssv6xxx_read_hw_info()
1502 memset((void *)sh, 0, sizeof(struct ssv_hw)); in ssv6xxx_read_hw_info()
[all …]
H A Defuse.c112 static u8 read_efuse(struct ssv_hw *sh, u8 *pbuf) in read_efuse()
251 void efuse_read_all_map(struct ssv_hw *sh) in efuse_read_all_map()
H A Ddev.c231 struct ssv_hw *sh=sc->sh; in ssv6xxx_set_channel()
367 struct ssv_hw *sh=sc->sh; in ssv6xxx_set_channel()
557 int ssv6xxx_rf_enable(struct ssv_hw *sh) in ssv6xxx_rf_enable()
564 int ssv6xxx_rf_disable(struct ssv_hw *sh) in ssv6xxx_rf_disable()
832 static void ssv6200_hw_set_pair_type(struct ssv_hw *sh,u8 type) in ssv6200_hw_set_pair_type()
841 static u32 ssv6200_hw_get_pair_type(struct ssv_hw *sh) in ssv6200_hw_get_pair_type()
851 static void ssv6200_hw_set_group_type(struct ssv_hw *sh,u8 type) in ssv6200_hw_set_group_type()
3150 struct ssv_hw *sh=sc->sh; in ssv6200_start()
3478 int ssv6xxx_watchdog_controller(struct ssv_hw *sh ,u8 flag)
H A Dssv_rc.c1300 struct ssv_hw *sh=sc->sh; in ssv6xxx_rate_update_rc_type()
1676 struct ssv_hw *sh = sc->sh; in ssv6xxx_rc_update_bmode_ctrl_rate()
H A Dampdu.c1996 static void ssv6200_hw_set_rx_ba_session (struct ssv_hw *sh, bool on, u8 *ta, in ssv6200_hw_set_rx_ba_session()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssv_cmd.c1494 int watchdog_controller(struct ssv_hw *sh ,u8 flag) in watchdog_controller()