Lines Matching full:jkdet
1013 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()
1710 ret = device_property_read_u32(dev, "nuvoton,jkdet-polarity", in nau8821_read_device_properties()