Home
last modified time | relevance | path

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

12

/Linux-v5.4/sound/firewire/fireworks/
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-v5.4/drivers/iio/light/
Dcm3605.c160 enum iio_chan_type ch_type; in cm3605_probe() local
205 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe()
208 if (ch_type != IIO_VOLTAGE) { in cm3605_probe()
/Linux-v5.4/drivers/iio/humidity/
Dhts221_core.c348 enum iio_chan_type ch_type, in hts221_get_sensor_scale() argument
354 switch (ch_type) { in hts221_get_sensor_scale()
377 enum iio_chan_type ch_type, in hts221_get_sensor_offset() argument
383 switch (ch_type) { in hts221_get_sensor_offset()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Ddxe.c105 wcn->dxe_tx_l_ch.ch_type = WCN36XX_DXE_CH_TX_L; in wcn36xx_dxe_alloc_ctl_blks()
106 wcn->dxe_tx_h_ch.ch_type = WCN36XX_DXE_CH_TX_H; in wcn36xx_dxe_alloc_ctl_blks()
107 wcn->dxe_rx_l_ch.ch_type = WCN36XX_DXE_CH_RX_L; in wcn36xx_dxe_alloc_ctl_blks()
108 wcn->dxe_rx_h_ch.ch_type = WCN36XX_DXE_CH_RX_H; in wcn36xx_dxe_alloc_ctl_blks()
190 switch (wcn_ch->ch_type) { in wcn36xx_dxe_init_descs()
Ddxe.h431 enum wcn36xx_dxe_ch_type ch_type; member
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.h101 enum nl80211_channel_type ch_type);
Dphy.c1253 enum nl80211_channel_type ch_type) in rtl8723be_phy_set_bw_mode() argument
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.h61 enum nl80211_channel_type ch_type);
Dphy.c234 enum nl80211_channel_type ch_type) in rtl92s_phy_set_bw_mode() argument
/Linux-v5.4/drivers/spmi/
Dspmi-pmic-arb.c189 enum pmic_arb_channel ch_type);
244 enum pmic_arb_channel ch_type) in pmic_arb_wait_for_done() argument
252 rc = pmic_arb->ver_ops->offset(pmic_arb, sid, addr, ch_type); in pmic_arb_wait_for_done()
823 enum pmic_arb_channel ch_type) in pmic_arb_offset_v1() argument
951 enum pmic_arb_channel ch_type) in pmic_arb_offset_v2() argument
971 enum pmic_arb_channel ch_type) in pmic_arb_offset_v5() argument
983 switch (ch_type) { in pmic_arb_offset_v5()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.h118 enum nl80211_channel_type ch_type);
/Linux-v5.4/drivers/staging/most/dim2/
Dhal.c214 static void dim2_configure_cat(u8 cat_base, u8 ch_addr, u8 ch_type, in dim2_configure_cat() argument
217 bool isoc_fce = ch_type == CAT_CT_VAL_ISOC; in dim2_configure_cat()
218 bool sync_mfe = ch_type == CAT_CT_VAL_SYNC; in dim2_configure_cat()
221 (ch_type << CAT_CT_SHIFT) | in dim2_configure_cat()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.h120 enum nl80211_channel_type ch_type);
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.h74 enum nl80211_channel_type ch_type);
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.h168 enum nl80211_channel_type ch_type);
Dphy.c803 enum nl80211_channel_type ch_type) in rtl8723e_phy_set_bw_mode() argument
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.h199 enum nl80211_channel_type ch_type);
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.h210 enum nl80211_channel_type ch_type);
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.h181 enum nl80211_channel_type ch_type);
Dphy_common.c665 enum nl80211_channel_type ch_type) in rtl92c_phy_set_bw_mode() argument
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-topology.c1391 u32 ch_type = *((u32 *)ec->dobj.private); in skl_tplg_mic_control_get() local
1393 if (mconfig->dmic_ch_type == ch_type) in skl_tplg_mic_control_get()
1430 u32 ch_type = *((u32 *)ec->dobj.private); in skl_tplg_mic_control_set() local
1434 mconfig->dmic_ch_type = ch_type; in skl_tplg_mic_control_set()
1444 switch (ch_type) { in skl_tplg_mic_control_set()
1476 ch_type); in skl_tplg_mic_control_set()
1482 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set()
/Linux-v5.4/net/mac80211/
Dibss.c788 enum nl80211_channel_type ch_type; in ieee80211_ibss_process_chanswitch() local
836 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch()
838 ch_type); in ieee80211_ibss_process_chanswitch()
Dutil.c3497 enum nl80211_channel_type ch_type; in ieee80211_send_action_csa() local
3502 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa()
3503 if (ch_type == NL80211_CHAN_HT40PLUS) in ieee80211_send_action_csa()
/Linux-v5.4/drivers/staging/speakup/
Dmain.c1322 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits() local
1324 if (type != KT_LATIN || (ch_type & B_NUM) || ch < SPACE) in edit_bits()
1331 if (mask < PUNC && !(ch_type & PUNC)) in edit_bits()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2236 enum nl80211_channel_type ch_type);

12