Home
last modified time | relevance | path

Searched refs:ch_sel (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra186_dspk.c113 ucontrol->value.enumerated.item[0] = dspk->ch_sel; in tegra186_dspk_get_ch_sel()
125 if (value == dspk->ch_sel) in tegra186_dspk_put_ch_sel()
128 dspk->ch_sel = value; in tegra186_dspk_put_ch_sel()
231 switch (dspk->ch_sel) { in tegra186_dspk_hw_params()
298 ((dspk->ch_sel + 1) << CH_SEL_SHIFT) | in tegra186_dspk_hw_params()
490 dspk->ch_sel = DSPK_CH_SELECT_STEREO; in tegra186_dspk_platform_probe()
H A Dtegra186_dspk.h63 unsigned int ch_sel; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme.c2836 struct rtw_ieee80211_channel *ch_sel = NULL; in rtw_drv_scan_by_self() local
2869 ch_sel = ch_for_2040_bss; in rtw_drv_scan_by_self()
2873 rtw_set_802_11_bssid_list_scan(padapter, NULL, 0, ch_sel, ch_num); in rtw_drv_scan_by_self()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme.c2852 struct rtw_ieee80211_channel *ch_sel = NULL; local
2892 ch_sel = ch_for_2040_bss;
2896 rtw_set_802_11_bssid_list_scan(padapter, NULL, 0, ch_sel, ch_num);