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