| /linux/sound/firewire/fireworks/ |
| H A D | fireworks_proc.c | 14 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 D | cm3605.c | 159 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 D | gp2ap002.c | 431 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 D | hts221_core.c | 342 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 D | spmi-pmic-arb.c | 247 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 D | phy.h | 101 enum nl80211_channel_type ch_type);
|
| H A D | phy.c | 1257 enum nl80211_channel_type ch_type) in rtl8723be_phy_set_bw_mode() argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | phy.h | 61 enum nl80211_channel_type ch_type);
|
| H A D | phy.c | 219 enum nl80211_channel_type ch_type) in rtl92s_phy_set_bw_mode() argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | phy.h | 74 enum nl80211_channel_type ch_type);
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | phy.h | 168 enum nl80211_channel_type ch_type);
|
| H A D | phy.c | 798 enum nl80211_channel_type ch_type) in rtl8723e_phy_set_bw_mode() argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | phy.h | 199 enum nl80211_channel_type ch_type);
|
| H A D | phy.c | 1133 enum nl80211_channel_type ch_type) in rtl88e_phy_set_bw_mode() argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | phy_common.h | 181 enum nl80211_channel_type ch_type);
|
| H A D | phy_common.c | 653 enum nl80211_channel_type ch_type) in rtl92c_phy_set_bw_mode() argument
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | dxe.h | 431 enum wcn36xx_dxe_ch_type ch_type; member
|
| /linux/net/mac80211/ |
| H A D | ibss.c | 743 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 D | util.c | 3928 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 D | main.c | 1330 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 D | shaper.py | 1248 ch_type = 'combined' if channels['combined-count'] else 'tx'
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 7218 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 D | core.h | 1790 u8 ch_type[RTW89_PHY_NUM]; member 1809 u8 ch_type[RTW89_PHY_NUM]; /* enum phl_mr_ch_type */ member
|
| H A D | fw.c | 6643 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()
|