Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 24 of 24) sorted by relevance

/linux/sound/firewire/fireworks/
H A Dfireworks_proc.c14 static const char *const ch_type[] = { in get_phys_name() local
19 if (grp->type < ARRAY_SIZE(ch_type)) in get_phys_name()
20 return ch_type[grp->type]; in get_phys_name()
/linux/drivers/iio/light/
H A Dcm3605.c159 enum iio_chan_type ch_type; in cm3605_probe() local
202 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe()
205 if (ch_type != IIO_VOLTAGE) { in cm3605_probe()
H A Dgp2ap002.c431 enum iio_chan_type ch_type; in gp2ap002_probe() local
507 ret = iio_get_channel_type(gp2ap002->alsout, &ch_type); in gp2ap002_probe()
510 if (ch_type != IIO_CURRENT) { in gp2ap002_probe()
/linux/drivers/iio/humidity/
H A Dhts221_core.c342 enum iio_chan_type ch_type, in hts221_get_sensor_scale() argument
348 switch (ch_type) { in hts221_get_sensor_scale()
371 enum iio_chan_type ch_type, in hts221_get_sensor_offset() argument
377 switch (ch_type) { in hts221_get_sensor_offset()
/linux/drivers/spmi/
H A Dspmi-pmic-arb.c247 enum pmic_arb_channel ch_type);
385 enum pmic_arb_channel ch_type) in pmic_arb_wait_for_done() argument
394 rc = pmic_arb->ver_ops->offset(bus, sid, addr, ch_type); in pmic_arb_wait_for_done()
1159 enum pmic_arb_channel ch_type) in pmic_arb_offset_v1() argument
1345 enum pmic_arb_channel ch_type) in pmic_arb_offset_v2() argument
1401 enum pmic_arb_channel ch_type) in pmic_arb_offset_v5() argument
1414 switch (ch_type) { in pmic_arb_offset_v5()
1501 enum pmic_arb_channel ch_type) in pmic_arb_offset_v7() argument
1514 switch (ch_type) { in pmic_arb_offset_v7()
1597 enum pmic_arb_channel ch_type) in pmic_arb_offset_v8() argument
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.h101 enum nl80211_channel_type ch_type);
H A Dphy.c1257 enum nl80211_channel_type ch_type) in rtl8723be_phy_set_bw_mode() argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.h61 enum nl80211_channel_type ch_type);
H A Dphy.c219 enum nl80211_channel_type ch_type) in rtl92s_phy_set_bw_mode() argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.h74 enum nl80211_channel_type ch_type);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.h168 enum nl80211_channel_type ch_type);
H A Dphy.c798 enum nl80211_channel_type ch_type) in rtl8723e_phy_set_bw_mode() argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.h199 enum nl80211_channel_type ch_type);
H A Dphy.c1133 enum nl80211_channel_type ch_type) in rtl88e_phy_set_bw_mode() argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.h181 enum nl80211_channel_type ch_type);
H A Dphy_common.c653 enum nl80211_channel_type ch_type) in rtl92c_phy_set_bw_mode() argument
/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddxe.h431 enum wcn36xx_dxe_ch_type ch_type; member
/linux/net/mac80211/
H A Dibss.c743 enum nl80211_channel_type ch_type; in ieee80211_ibss_process_chanswitch() local
797 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch()
799 ch_type); in ieee80211_ibss_process_chanswitch()
H A Dutil.c3928 enum nl80211_channel_type ch_type; in ieee80211_send_action_csa() local
3933 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa()
3934 if (ch_type == NL80211_CHAN_HT40PLUS) in ieee80211_send_action_csa()
/linux/drivers/accessibility/speakup/
H A Dmain.c1330 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits() local
1332 if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE) in edit_bits()
1339 if (mask < PUNC && !(ch_type & PUNC)) in edit_bits()
/linux/tools/testing/selftests/drivers/net/
H A Dshaper.py1248 ch_type = 'combined' if channels['combined-count'] else 'tx'
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c7218 if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_5GHZ || in _update_wl_link_mode()
7219 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_6GHZ) { in _update_wl_link_mode()
7221 } else if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ || in _update_wl_link_mode()
7222 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ || in _update_wl_link_mode()
7223 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_6GHZ || in _update_wl_link_mode()
7224 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ_6GHZ) { in _update_wl_link_mode()
7297 mlo_info->ch_type[i] = qinfo.ctxtype; in _update_wl_mlo_info()
7321 if (mlo_info->ch_type[RTW89_MAC_0] != RTW89_MR_CTX_NONE && in _update_wl_mlo_info()
7322 mlo_info->ch_type[RTW89_MAC_0] != RTW89_MR_CTX_UNKNOWN && in _update_wl_mlo_info()
7323 mlo_info->ch_type[RTW89_MAC_1] != RTW89_MR_CTX_NONE && in _update_wl_mlo_info()
[all …]
H A Dcore.h1790 u8 ch_type[RTW89_PHY_NUM]; member
1809 u8 ch_type[RTW89_PHY_NUM]; /* enum phl_mr_ch_type */ member
H A Dfw.c6643 memcpy(h2c->mlo.ch_type, mlo->ch_type, in rtw89_fw_h2c_cxdrv_mlo_v2()
6644 sizeof(h2c->mlo.ch_type)); in rtw89_fw_h2c_cxdrv_mlo_v2()