/openbmc/linux/drivers/iio/light/ |
H A D | cm3605.c | 160 enum iio_chan_type ch_type; in cm3605_probe() local 203 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe() 206 if (ch_type != IIO_VOLTAGE) { in cm3605_probe()
|
H A D | gp2ap002.c | 433 enum iio_chan_type ch_type; in gp2ap002_probe() local 509 ret = iio_get_channel_type(gp2ap002->alsout, &ch_type); in gp2ap002_probe() 512 if (ch_type != IIO_CURRENT) { in gp2ap002_probe()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/spmi/ |
H A D | spmi-pmic-arb.c | 208 enum pmic_arb_channel ch_type); 264 enum pmic_arb_channel ch_type) in pmic_arb_wait_for_done() argument 272 rc = pmic_arb->ver_ops->offset(pmic_arb, sid, addr, ch_type); in pmic_arb_wait_for_done() 994 enum pmic_arb_channel ch_type) in pmic_arb_offset_v1() argument 1132 enum pmic_arb_channel ch_type) in pmic_arb_offset_v2() argument 1152 enum pmic_arb_channel ch_type) in pmic_arb_offset_v5() argument 1164 switch (ch_type) { in pmic_arb_offset_v5() 1186 enum pmic_arb_channel ch_type) in pmic_arb_offset_v7() argument 1198 switch (ch_type) { in pmic_arb_offset_v7()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | dxe.c | 105 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() 191 switch (wcn_ch->ch_type) { in wcn36xx_dxe_init_descs()
|
H A D | dxe.h | 431 enum wcn36xx_dxe_ch_type ch_type; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_dpia.c | 90 cmd.query_hpd.data.ch_type = AUX_CHANNEL_DPIA; in dpia_query_hpd_status()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | phy.h | 101 enum nl80211_channel_type ch_type);
|
/openbmc/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
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | phy.h | 118 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/staging/most/dim2/ |
H A D | hal.c | 214 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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.h | 120 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | phy.h | 74 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | phy.h | 168 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | phy.h | 199 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.h | 210 enum nl80211_channel_type ch_type);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | phy_common.h | 181 enum nl80211_channel_type ch_type);
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 1455 u32 ch_type = *((u32 *)ec->dobj.private); in skl_tplg_mic_control_get() local 1457 if (mconfig->dmic_ch_type == ch_type) in skl_tplg_mic_control_get() 1495 u32 ch_type = *((u32 *)ec->dobj.private); in skl_tplg_mic_control_set() local 1499 mconfig->dmic_ch_type = ch_type; in skl_tplg_mic_control_set() 1509 switch (ch_type) { in skl_tplg_mic_control_set() 1541 ch_type); in skl_tplg_mic_control_set() 1547 for (out_ch = 0; out_ch < ch_type; out_ch++) { in skl_tplg_mic_control_set()
|
/openbmc/linux/net/mac80211/ |
H A D | ibss.c | 777 enum nl80211_channel_type ch_type; in ieee80211_ibss_process_chanswitch() local 831 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch() 833 ch_type); in ieee80211_ibss_process_chanswitch()
|
H A D | util.c | 4564 enum nl80211_channel_type ch_type; in ieee80211_send_action_csa() local 4569 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa() 4570 if (ch_type == NL80211_CHAN_HT40PLUS) in ieee80211_send_action_csa()
|
/openbmc/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()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_ekanalyzer.c | 2603 unsigned char ch_type = 0; in ipmi_ek_display_chassis_info_area() local 2637 ret = fread(&ch_type, 1, 1, input_file); in ipmi_ek_display_chassis_info_area() 2642 printf("Chassis Type: %d\n", ch_type); in ipmi_ek_display_chassis_info_area()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 1958 enum aux_channel_type ch_type; /**< enum aux_channel_type */ member
|