Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dti-ads131e08.c96 struct ads131e08_channel_config *channel_config; member
415 st->channel_config[i].pga_gain); in ads131e08_initial_config()
420 st->channel_config[i].mux); in ads131e08_initial_config()
530 *value /= st->channel_config[channel->address].pga_gain; in ads131e08_read_raw()
694 struct ads131e08_channel_config *channel_config; in ads131e08_alloc_channels() local
733 channel_config = devm_kcalloc(&st->spi->dev, num_channels, in ads131e08_alloc_channels()
734 sizeof(*channel_config), GFP_KERNEL); in ads131e08_alloc_channels()
735 if (!channel_config) in ads131e08_alloc_channels()
746 channel_config[i].pga_gain = ADS131E08_DEFAULT_PGA_GAIN; in ads131e08_alloc_channels()
752 channel_config[i].pga_gain = tmp; in ads131e08_alloc_channels()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bb13 file://channel_config.json \
41 install -m 0644 -D ${UNPACKDIR}/channel_config.json \
42 ${D}${datadir}/ipmi-providers/channel_config.json
56 ${datadir}/ipmi-providers/channel_config.json \
/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c68 struct most_channel_config *channel_config) in configure_channel() argument
76 if (channel_config->data_type != MOST_CH_CONTROL) { in configure_channel()
81 if (channel_config->direction != dev->capabilities[ch_idx].direction) { in configure_channel()
86 if (channel_config->direction == MOST_CH_RX) { in configure_channel()
/openbmc/linux/drivers/hwmon/
H A Dlm90.c689 u32 channel_config[MAX_CHANNELS + 1]; member
2694 data->channel_config[id] |= HWMON_T_LABEL; in lm90_probe_channel_from_dt()
2809 info->config = data->channel_config; in lm90_probe()
2811 data->channel_config[0] = HWMON_T_INPUT | HWMON_T_MAX | in lm90_probe()
2813 data->channel_config[1] = HWMON_T_INPUT | HWMON_T_MAX | in lm90_probe()
2817 data->channel_config[0] |= HWMON_T_MIN | HWMON_T_MIN_ALARM; in lm90_probe()
2818 data->channel_config[1] |= HWMON_T_MIN | HWMON_T_MIN_ALARM; in lm90_probe()
2822 data->channel_config[0] |= HWMON_T_CRIT | HWMON_T_CRIT_ALARM | HWMON_T_CRIT_HYST; in lm90_probe()
2823 data->channel_config[1] |= HWMON_T_CRIT | HWMON_T_CRIT_ALARM | HWMON_T_CRIT_HYST; in lm90_probe()
2827 data->channel_config[1] |= HWMON_T_OFFSET; in lm90_probe()
[all …]
/openbmc/qemu/hw/sensor/
H A Dmax34451.c164 uint16_t channel_config[MAX34451_NUM_PWR_DEVICES]; member
344 pmbus_send16(pmdev, s->channel_config[pmdev->page]); in max34451_read_byte()
524 s->channel_config[pmdev->page] = pmbus_receive16(pmdev); in max34451_write_data()
644 memset_word(s->channel_config, DEFAULT_CHANNEL_CONFIG, in max34451_exit_reset()
694 VMSTATE_UINT16_ARRAY(channel_config, MAX34451State,
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend12 ${D}${datadir}/ipmi-providers/channel_config.json
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-ssp-clk.h72 u32 channel_config; member
/openbmc/linux/include/linux/
H A Dmost.h242 struct most_channel_config *channel_config);
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend34 config_json=${D}${datadir}/ipmi-providers/channel_config.json
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h987 struct iwl_scan_channel_cfg_umac channel_config[SCAN_MAX_NUM_CHANS_V3]; member
1007 struct iwl_scan_channel_cfg_umac channel_config[SCAN_MAX_NUM_CHANS_V3]; member
/openbmc/linux/sound/soc/intel/catpt/
H A Dmessages.h143 u32 channel_config; member
H A Dpcm.c394 afmt.channel_config = catpt_get_channel_config(afmt.num_channels); in catpt_dai_hw_params()
395 afmt.channel_map = catpt_get_channel_map(afmt.channel_config); in catpt_dai_hw_params()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot57 # and "channel_config.json" in BMC.
309 [Documentation] Get active and inactive/invalid channels from channel_config.json file
H A Dtest_ipmi_cipher.robot120 [Documentation] Get active and inactive/invalid channels from channel_config.json file
H A Dtest_ipmi_payload.robot236 [Documentation] Get active and inactive/invalid channels from channel_config.json file
/openbmc/linux/sound/soc/intel/avs/
H A Dmessages.h646 u32 channel_config; member
H A Dtopology.c518 .offset = offsetof(struct avs_audio_format, channel_config),
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1614 &cp->channel_config[i]; in iwl_mvm_umac_scan_cfg_channels_v4()
1640 struct iwl_scan_channel_cfg_umac *cfg = &cp->channel_config[i]; in iwl_mvm_umac_scan_cfg_channels_v7()
1751 &cp->channel_config[ch_cnt]; in iwl_mvm_umac_scan_cfg_channels_v7_6g()
2431 &cp->channel_config[cp->count]; in iwl_mvm_scan_umac_fill_ch_p_v7()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot755 # ${channel_config_json} - output of /usr/share/ipmi-providers/channel_config.json file.
766 [Documentation] Get Available channels from channel_config.json file and return as list.
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt1958 0: /usr/share/ipmi-providers/channel_config.json
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]
/openbmc/
Dopengrok1.0.log5215 2025-03-31 03:00:47.304-0500 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/channel_config.json' (3,466) at 20241106090019922
[all...]
Dopengrok2.0.log5091 2025-03-30 03:00:43.641-0500 FINEST t468 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/channel_config.json' (3,466) at 20241106090019922
[all...]