Home
last modified time | relevance | path

Searched full:jkdet (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dnuvoton,nau8821.yaml25 nuvoton,jkdet-enable:
26 description: Enable jack detection via JKDET pin.
29 nuvoton,jkdet-pull-enable:
30 description: Enable JKDET pin pull. If set - pin pull enabled,
34 nuvoton,jkdet-pull-up:
35 description: Pull-up JKDET pin. If set then JKDET pin is pull up,
43 nuvoton,jkdet-polarity:
44 description: JKDET pin polarity.
133 nuvoton,jkdet-enable;
134 nuvoton,jkdet-pull-enable;
[all …]
Dnuvoton,nau8825.yaml26 nuvoton,jkdet-enable:
28 Enable jack detection via JKDET pin.
31 nuvoton,jkdet-pull-enable:
33 Enable JKDET pin pull.
37 nuvoton,jkdet-pull-up:
39 Pull-up JKDET pin.
40 If set then JKDET pin is pull up, otherwise pull down.
43 nuvoton,jkdet-polarity:
46 JKDET pin polarity.
218 nuvoton,jkdet-enable;
[all …]
Dnuvoton,nau8824.yaml37 nuvoton,jkdet-polarity:
40 JKDET pin polarity.
/linux-6.12.1/sound/soc/codecs/
Dnau8821.c1013 int status, jkdet; in nau8821_is_jack_inserted() local
1015 regmap_read(regmap, NAU8821_R0D_JACK_DET_CTRL, &jkdet); in nau8821_is_jack_inserted()
1016 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted()
1679 dev_dbg(dev, "jkdet-enable: %d\n", nau8821->jkdet_enable); in nau8821_print_device_properties()
1680 dev_dbg(dev, "jkdet-pull-enable: %d\n", nau8821->jkdet_pull_enable); in nau8821_print_device_properties()
1681 dev_dbg(dev, "jkdet-pull-up: %d\n", nau8821->jkdet_pull_up); in nau8821_print_device_properties()
1682 dev_dbg(dev, "jkdet-polarity: %d\n", nau8821->jkdet_polarity); in nau8821_print_device_properties()
1701 "nuvoton,jkdet-enable"); in nau8821_read_device_properties()
1703 "nuvoton,jkdet-pull-enable"); in nau8821_read_device_properties()
1705 "nuvoton,jkdet-pull-up"); in nau8821_read_device_properties()
[all …]
Dnau8825.c1579 int status, jkdet; in nau8825_is_jack_inserted() local
1581 regmap_read(regmap, NAU8825_REG_JACK_DET_CTRL, &jkdet); in nau8825_is_jack_inserted()
1582 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted()
2741 dev_dbg(dev, "jkdet-enable: %d\n", nau8825->jkdet_enable); in nau8825_print_device_properties()
2742 dev_dbg(dev, "jkdet-pull-enable: %d\n", nau8825->jkdet_pull_enable); in nau8825_print_device_properties()
2743 dev_dbg(dev, "jkdet-pull-up: %d\n", nau8825->jkdet_pull_up); in nau8825_print_device_properties()
2744 dev_dbg(dev, "jkdet-polarity: %d\n", nau8825->jkdet_polarity); in nau8825_print_device_properties()
2773 "nuvoton,jkdet-enable"); in nau8825_read_device_properties()
2775 "nuvoton,jkdet-pull-enable"); in nau8825_read_device_properties()
2777 "nuvoton,jkdet-pull-up"); in nau8825_read_device_properties()
[all …]
Dnau8824.c1816 dev_dbg(dev, "jkdet-polarity: %d\n", nau8824->jkdet_polarity); in nau8824_print_device_properties()
1838 ret = device_property_read_u32(dev, "nuvoton,jkdet-polarity", in nau8824_read_device_properties()
/linux-6.12.1/arch/arm64/boot/dts/nvidia/
Dtegra210-smaug.dts1665 nuvoton,jkdet-enable;
1666 nuvoton,jkdet-polarity = <GPIO_ACTIVE_LOW>;