| /Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| 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 …]
|
| 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
|
| 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 …]
|
| 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-v6.6/drivers/macintosh/ |
| 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()
|
| 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()
|
| 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-v6.6/sound/soc/codecs/ |
| 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-v6.6/drivers/gpu/drm/amd/include/ |
| D | atomfirmware.h | 2474 uint16_t GfxMaxCurrent; // in Amps 2475 uint8_t GfxOffset; // in Amps 2477 uint16_t SocMaxCurrent; // in Amps 2478 uint8_t SocOffset; // in Amps 2481 uint16_t Mem0MaxCurrent; // in Amps 2482 uint8_t Mem0Offset; // in Amps 2485 uint16_t Mem1MaxCurrent; // in Amps 2486 uint8_t Mem1Offset; // in Amps 2556 uint16_t gfxmaxcurrent; // in amps 2557 uint8_t gfxoffset; // in amps [all …]
|
| /Linux-v6.6/sound/soc/intel/boards/ |
| D | sof_cirrus_common.c | 152 * Note: If there are less than 4 Amps, UIDs still map to WL/WR/TL/TR. Dynamic code will only create 153 * dai links for UIDs which exist, and ignore non-existant ones. Only 2 or 4 amps are expected. 185 pr_warn("Invalid number of cs35l41 amps found: %d, expected 2 or 4\n", sz); in cs35l41_compute_codec_conf()
|
| /Linux-v6.6/Documentation/devicetree/bindings/power/supply/ |
| 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.
|
| D | bq2515x.yaml | 52 description: Maximum input current in micro Amps.
|
| /Linux-v6.6/include/sound/ |
| D | alc5623.h | 6 /* Lineout/Speaker Amps Vmid ratio control */
|
| /Linux-v6.6/include/linux/mfd/ |
| 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-v6.6/Documentation/devicetree/bindings/sound/ |
| D | cs35l35.txt | 23 - cirrus,stereo-config : Boolean to determine if there are 2 AMPs for a 64 (Default) 2.46 Amps
|
| D | imx-audio-es8328.txt | 8 - audio-amp-supply : Power regulator for speaker amps
|
| D | cs35l36.txt | 22 (Default) 4.50 Amps
|
| /Linux-v6.6/drivers/hwmon/ |
| D | lochnagar-hwmon.c | 65 * floating point value in either volts, amps or celsius. This function 66 * will convert that into an integer in a smaller unit such as micro-amps
|
| /Linux-v6.6/Documentation/sound/soc/ |
| D | overview.rst | 18 machine specific code to re-route audio, enable amps, etc., after such an
|
| /Linux-v6.6/Documentation/devicetree/bindings/iio/afe/ |
| D | temperature-transducer.yaml | 82 alpha is expressed in parts per million which can be micro-amps per
|
| /Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| D | smu9_driver_if.h | 129 uint16_t TdcLimit; /* Amps */ 130 uint16_t EdcLimit; /* Amps */
|
| /Linux-v6.6/drivers/mfd/ |
| D | max14577.c | 43 * @min_ua: minimal requested current, micro Amps 44 * @max_ua: maximum requested current, micro Amps
|
| /Linux-v6.6/sound/pci/hda/ |
| D | cs35l41_hda.c | 637 * All amps must be resumed before we can start playing back. in cs35l41_hda_playback_hook() 638 * This ensures, for external boost, that all amps are in AMP_SAFE mode. in cs35l41_hda_playback_hook() 665 * Playback must be finished for all amps before we start runtime suspend. in cs35l41_hda_playback_hook() 666 * This ensures no amps are playing back when we start putting them to sleep. in cs35l41_hda_playback_hook() 800 * However beyond this point, amps may be powered down. in cs35l41_system_suspend()
|
| D | cs35l56_hda.c | 726 * RESET is usually shared by all amps so it must not be asserted until in cs35l56_hda_system_suspend_late() 884 * line and reset all the amps in cs35l56_hda_read_acpi() 971 * This prevents multiple amps trying to drive the same slot. in cs35l56_hda_common_probe()
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-platform-dptf | 97 milli Amps.
|