| /linux/sound/soc/intel/common/ |
| H A D | soc-acpi-intel-ssp-common.c | 48 static const struct codec_map amps[] = { variable 100 for (i = 0; i < ARRAY_SIZE(amps); i++) { in snd_soc_acpi_intel_detect_amp_type() 101 if (!acpi_dev_present(amps[i].acpi_hid, NULL, -1)) in snd_soc_acpi_intel_detect_amp_type() 104 dev_dbg(dev, "amp %s found\n", amps[i].name); in snd_soc_acpi_intel_detect_amp_type() 105 return amps[i].codec_type; in snd_soc_acpi_intel_detect_amp_type() 123 for (i = 0; i < ARRAY_SIZE(amps); i++) { in snd_soc_acpi_intel_get_codec_name() 124 if (amps[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_name() 127 return amps[i].name; in snd_soc_acpi_intel_get_codec_name() 155 for (i = 0; i < ARRAY_SIZE(amps); i++) { in snd_soc_acpi_intel_get_amp_tplg_suffix() 156 if (amps[i].codec_type != codec_type) in snd_soc_acpi_intel_get_amp_tplg_suffix() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu13_driver_if_aldebaran.h | 281 uint16_t TdcLimitGfx; // Amps 282 uint16_t TdcLimitSoc; // Amps 283 uint16_t TdcLimitHbm; // Amps 399 uint16_t GfxMaxCurrent; // in Amps 400 int8_t GfxOffset; // in Amps 403 uint16_t SocMaxCurrent; // in Amps 404 int8_t SocOffset; // in Amps 407 uint16_t MemMaxCurrent; // in Amps 408 int8_t MemOffset; // in Amps 411 uint16_t BoardMaxCurrent; // in Amps [all …]
|
| H A D | smu11_driver_if_arcturus.h | 477 uint16_t TdcLimitSoc; // Amps 479 uint16_t TdcLimitGfx; // Amps 660 uint16_t GfxMaxCurrent; // in Amps 661 int8_t GfxOffset; // in Amps 664 uint16_t SocMaxCurrent; // in Amps 665 int8_t SocOffset; // in Amps 668 uint16_t MemMaxCurrent; // in Amps 669 int8_t MemOffset; // in Amps 672 uint16_t BoardMaxCurrent; // in Amps 673 int8_t BoardOffset; // in Amps
|
| H A D | smu11_driver_if_sienna_cichlid.h | 617 uint16_t TdcLimit[TDC_THROTTLER_COUNT]; // Amps 867 uint16_t GfxMaxCurrent; // in Amps 868 int8_t GfxOffset; // in Amps 871 uint16_t SocMaxCurrent; // in Amps 872 int8_t SocOffset; // in Amps 875 uint16_t Mem0MaxCurrent; // in Amps 876 int8_t Mem0Offset; // in Amps 879 uint16_t Mem1MaxCurrent; // in Amps 880 int8_t Mem1Offset; // in Amps 977 uint16_t TdcLimit[TDC_THROTTLER_COUNT]; // Amps [all …]
|
| H A D | smu11_driver_if_navi10.h | 531 uint16_t TdcLimitSoc; // Amps 533 uint16_t TdcLimitGfx; // Amps 747 uint16_t GfxMaxCurrent; // in Amps 748 int8_t GfxOffset; // in Amps 751 uint16_t SocMaxCurrent; // in Amps 752 int8_t SocOffset; // in Amps 755 uint16_t Mem0MaxCurrent; // in Amps 756 int8_t Mem0Offset; // in Amps 759 uint16_t Mem1MaxCurrent; // in Amps 760 int8_t Mem1Offset; // in Amps
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_smu_sensors.c | 276 struct wf_sensor *amps; member 291 if (pow->amps) in smu_cpu_power_release() 292 wf_put_sensor(pow->amps); in smu_cpu_power_release() 299 s32 volts, amps, power; in smu_cpu_power_get() local 303 rc = pow->amps->ops->get_value(pow->amps, &s); in smu_cpu_power_get() 308 *value = amps * 12 - 0x30000; in smu_cpu_power_get() 316 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get() 337 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument 349 wf_get_sensor(amps); in smu_cpu_power_create() 350 pow->amps = amps; in smu_cpu_power_create()
|
| H A D | windfarm_rm31.c | 204 s32 dtemp, volts, amps; in read_one_cpu_vals() local 225 rc = wf_sensor_get(sens_cpu_amps[cpu], &s); in read_one_cpu_vals() 230 DBG_LOTS(" CPU%d: amps = %d.%03d\n", cpu, FIX32TOPRINT((amps))); in read_one_cpu_vals() 237 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
|
| H A D | windfarm_pm72.c | 210 s32 dtemp, volts, amps; in read_one_cpu_vals() local 231 rc = wf_sensor_get(sens_cpu_amps[cpu], &s); in read_one_cpu_vals() 236 DBG_LOTS(" CPU%d: amps = %d.%03d\n", cpu, FIX32TOPRINT((amps))); in read_one_cpu_vals() 243 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
|
| /linux/sound/soc/codecs/ |
| H A D | idt821034.c | 45 } amps; member 418 val = idt821034->amps.ch[ch].amp_out.gain; in idt821034_kctrl_gain_get() 420 val = idt821034->amps.ch[ch].amp_in.gain; in idt821034_kctrl_gain_get() 462 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_gain_put() 465 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_gain_put() 500 idt821034->amps.ch[ch].amp_out.is_muted : in idt821034_kctrl_mute_get() 501 idt821034->amps.ch[ch].amp_in.is_muted; in idt821034_kctrl_mute_get() 527 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_mute_put() 530 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_mute_put() 908 idt821034->amps.ch[i].amp_out.gain = IDT821034_GAIN_OUT_INIT_RAW; in idt821034_reset_audio() [all …]
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cirrus_scodec_test.c | 209 * If amps are sharing GPIOs repeat the last set of in cirrus_scodec_test_spkid_parse() 210 * GPIOs until we've done that number of amps. in cirrus_scodec_test_spkid_parse() 213 * We have done all amps sharing the same GPIOs when i is in cirrus_scodec_test_spkid_parse() 285 /* Same GPIO shared by all amps */ 309 snprintf(desc, KUNIT_PARAM_DESC_SIZE, "amps:%d gpios_per_amp:%d num_amps_sharing:%d", in cirrus_scodec_test_spkid_param_desc()
|
| H A D | cs35l41_hda_property.c | 27 int cs_gpio_index; /* -1 if no cs gpio, or cs-gpios already exists, max num amps == 2 */ 155 * GPIO Mapping only needs to be done once, since it would be available for subsequent amps in cs35l41_add_gpios() 283 * This is only supported for systems with 2 amps, since we cannot expand the in generic_dsd_config() 294 "Cannot update SPI CS, Number of Amps (%d) != 2\n", in generic_dsd_config() 323 * i2c addresses for 3/4 amps are used in order: 0x40, 0x41, 0x42, 0x43, in generic_dsd_config()
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_cirrus_common.c | 153 * Note: If there are less than 4 Amps, UIDs still map to WL/WR/TL/TR. Dynamic code will only create 154 * dai links for UIDs which exist, and ignore non-existant ones. Only 2 or 4 amps are expected. 186 pr_warn("Invalid number of cs35l41 amps found: %d, expected 2 or 4\n", sz); in cs35l41_compute_codec_conf()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | bq25980.yaml | 50 Maximum input current limit in micro amps with a 100000 micro amp step. 63 Maximum input current limit in micro amps with a 100000 micro amp step.
|
| H A D | bq2515x.yaml | 52 description: Maximum input current in micro Amps.
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_cs_amp.c | 81 * same bus slots will be allocated to all the amps on a bus. Only in asoc_sdw_cs_spk_feedback_rtd_init() 83 * the available 4 slots between all the amps on a bus. in asoc_sdw_cs_spk_feedback_rtd_init()
|
| /linux/include/sound/ |
| H A D | alc5623.h | 6 /* Lineout/Speaker Amps Vmid ratio control */
|
| /linux/include/linux/mfd/ |
| H A D | motorola-cpcap.h | 122 #define CPCAP_REG_RXCOA 0x0824 /* RX Codec to Output Amps */ 123 #define CPCAP_REG_RXSDOA 0x0828 /* RX Stereo DAC to Output Amps */ 124 #define CPCAP_REG_RXEPOA 0x082c /* RX External PGA to Output Amps */
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l35.txt | 23 - cirrus,stereo-config : Boolean to determine if there are 2 AMPs for a 64 (Default) 2.46 Amps
|
| H A D | fsl,imx-audio-es8328.yaml | 33 description: Power regulator for speaker amps
|
| H A D | cs35l36.txt | 22 (Default) 4.50 Amps
|
| /linux/Documentation/sound/soc/ |
| H A D | overview.rst | 18 machine specific code to re-route audio, enable amps, etc., after such an
|
| /linux/Documentation/devicetree/bindings/iio/afe/ |
| H A D | temperature-transducer.yaml | 82 alpha is expressed in parts per million which can be micro-amps per
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | smu9_driver_if.h | 129 uint16_t TdcLimit; /* Amps */ 130 uint16_t EdcLimit; /* Amps */
|
| /linux/drivers/mfd/ |
| H A D | max14577.c | 44 * @min_ua: minimal requested current, micro Amps 45 * @max_ua: maximum requested current, micro Amps
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dptf | 97 milli Amps.
|