/test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
H A D | AudioRenderMmapTest.cpp | 70 devDesc.pins = PIN_OUT_SPEAKER; in InitRenderDevDesc()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | es1968.c | 2541 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_es1968_tea575x_set_pins() argument 2547 val |= (pins & TEA575X_DATA) ? (1 << gpio.data) : 0; in snd_es1968_tea575x_set_pins() 2548 val |= (pins & TEA575X_CLK) ? (1 << gpio.clk) : 0; in snd_es1968_tea575x_set_pins() 2549 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1968.c | 2531 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins) in snd_es1968_tea575x_set_pins() argument 2537 val |= (pins & TEA575X_DATA) ? (1 << gpio.data) : 0; in snd_es1968_tea575x_set_pins() 2538 val |= (pins & TEA575X_CLK) ? (1 << gpio.clk) : 0; in snd_es1968_tea575x_set_pins() 2539 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdirender_performace_test.cpp | 398 struct AudioSceneDescriptor scenes = {.scene.id = 0, .desc.pins = PIN_OUT_SPEAKER, .desc.desc = strdup("mic") }; in HWTEST_F() 425 struct AudioSceneDescriptor scenes = {.scene.id = 0, .desc.pins = PIN_OUT_SPEAKER, .desc.desc = strdup("mic") }; in HWTEST_F()
|
H A D | audio_idlhdicapture_performace_test.cpp | 590 struct AudioSceneDescriptor scenes = { .scene.id = 0, .desc.pins = PIN_IN_MIC }; in HWTEST_F() 619 struct AudioSceneDescriptor scenes = { .scene.id = 0, .desc.pins = PIN_IN_MIC }; in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 374 deviceDesc.pins = AudioPortPin::PIN_OUT_SPEAKER; in CreateRender() 802 scene.desc.pins = AudioPortPin::PIN_OUT_SPEAKER; in SetAudioScene()
|
/kernel/linux/linux-5.10/drivers/pinctrl/meson/ |
H A D | pinctrl-meson-g12a.c | 1375 .pins = meson_g12a_periphs_pins, 1389 .pins = meson_g12a_aobus_pins,
|
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik-db8500.c | 6 /* All the pins that can be used for GPIO and some other functions */ 181 * The names of the pins are denoted by GPIO number and ball name, even 361 * u0_a_1 = first groups of pins for uart0 on alt function a 362 * i2c2_b_2 = second group of pins for i2c2 on alt function b 366 * all. When functions require pins on different altfunctions, you need 378 /* MSP0 can only be on these pins, but TXD and RXD can be flipped */ 382 /* Basic pins of the MMC/SD card 0 interface */ 410 /* MSP1 can only be on these pins, but TXD and RXD can be flipped */ 447 * Image processor GPIO pins are named "ipgpio" and have their own 452 /* Three modem pins name [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32mp157.c | 2324 .pins = stm32mp157_pins, 2329 .pins = stm32mp157_z_pins,
|
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
H A D | pinctrl-ipq4019.c | 229 .pins = gpio##id##_pins, \ 695 .pins = ipq4019_pins,
|
H A D | pinctrl-msm8996.c | 25 .pins = gpio##id##_pins, \ 64 .pins = pg_name##_pins, \ 1892 .pins = msm8996_pins,
|
H A D | pinctrl-msm8994.c | 23 .pins = gpio##id##_pins, \ 64 .pins = pg_name##_pins, \ 1328 .pins = msm8994_pins,
|
H A D | pinctrl-msm8960.c | 347 .pins = gpio##id##_pins, \ 389 .pins = pg_name##_pins, \ 1232 .pins = msm8960_pins,
|
/kernel/linux/linux-6.6/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32mp157.c | 2324 .pins = stm32mp157_pins, 2329 .pins = stm32mp157_z_pins,
|
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt7986.c | 687 /* List all groups consisting of these pins dedicated to the enablement of 688 * certain hardware block and the corresponding mode for all of the pins. 914 .pins = mt7986a_pins, 940 .pins = mt7986b_pins,
|
/kernel/linux/linux-6.6/drivers/pinctrl/meson/ |
H A D | pinctrl-meson-g12a.c | 1380 .pins = meson_g12a_periphs_pins, 1394 .pins = meson_g12a_aobus_pins,
|
/test/xts/hats/hdf/audio/idl/common/adapter/src/ |
H A D | audio_adapter_common_test.cpp | 193 devicedesc.pins = PIN_OUT_SPEAKER;
in HWTEST_F() 244 devicedesc.pins = PIN_IN_MIC;
in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 530 enum r600_power_level index, u64 pins) in r600_voltage_control_program_voltages() 535 WREG32(CTXSW_VID_LOWER_GPIO_CNTL + (ix * 4), pins & 0xffffffff); in r600_voltage_control_program_voltages() 539 tmp = (tmp & ~mask) | ((pins >> (32 - (3 * ix))) & mask); in r600_voltage_control_program_voltages() 529 r600_voltage_control_program_voltages(struct radeon_device *rdev, enum r600_power_level index, u64 pins) r600_voltage_control_program_voltages() argument
|
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra114.c | 19 * Most pins affected by the pinmux can also be GPIOs. Define these first. 20 * These must match how the GPIO driver names/numbers its pins. 194 /* All non-GPIO pins follow */ 198 /* Non-GPIO pins */ 1553 .pins = pg_name##_pins, \ 1584 .pins = drive_##pg_name##_pins, \ 1835 .pins = tegra114_pins,
|
H A D | pinctrl-tegra210.c | 17 * Most pins affected by the pinmux can also be GPIOs. Define these first. 18 * These must match how the GPIO driver names/numbers its pins. 177 /* All non-GPIO pins follow */ 181 /* Non-GPIO pins */ 1283 .pins = pg_name##_pins, \ 1326 .pins = drive_##pg_name##_pins, \ 1549 .pins = tegra210_pins,
|
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra114.c | 19 * Most pins affected by the pinmux can also be GPIOs. Define these first. 20 * These must match how the GPIO driver names/numbers its pins. 194 /* All non-GPIO pins follow */ 198 /* Non-GPIO pins */ 1550 .pins = pg_name##_pins, \ 1581 .pins = drive_##pg_name##_pins, \ 1832 .pins = tegra114_pins,
|
H A D | pinctrl-tegra234.c | 18 /* Define unique ID for each pins */ 1619 .pins = pg_name##_pins, \ 1805 .pins = tegra234_pins, 1922 .pins = tegra234_aon_pins,
|
H A D | pinctrl-tegra210.c | 17 * Most pins affected by the pinmux can also be GPIOs. Define these first. 18 * These must match how the GPIO driver names/numbers its pins. 177 /* All non-GPIO pins follow */ 181 /* Non-GPIO pins */ 1280 .pins = pg_name##_pins, \ 1324 .pins = drive_##pg_name##_pins, \ 1548 .pins = tegra210_pins,
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-xway.c | 76 { .name = a, .mux = XWAY_MUX_##m, .pins = p, .npins = ARRAY_SIZE(p), } 1241 info->grps[selector].pins[i], in xway_pinconf_group_set() 1488 xway_pctrl_desc.pins = xway_info.pads; in pinmux_xway_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 530 enum r600_power_level index, u64 pins) in r600_voltage_control_program_voltages() 535 WREG32(CTXSW_VID_LOWER_GPIO_CNTL + (ix * 4), pins & 0xffffffff); in r600_voltage_control_program_voltages() 539 tmp = (tmp & ~mask) | ((pins >> (32 - (3 * ix))) & mask); in r600_voltage_control_program_voltages() 529 r600_voltage_control_program_voltages(struct radeon_device *rdev, enum r600_power_level index, u64 pins) r600_voltage_control_program_voltages() argument
|