Lines Matching defs:tip
69 /* This tip sense invert is always set, HW wants an inverted signal */
142 ret = device_property_read_u32(cs42l43->dev, "cirrus,tip-debounce-ms",
145 dev_err(priv->dev, "Property cirrus,tip-debounce-ms malformed: %d\n", ret);
149 /* This tip sense invert is set normally, as TIPSENSE_INV already inverted */
150 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-invert"))
153 if (device_property_read_bool(cs42l43->dev, "cirrus,tip-disable-pullup"))
158 ret = cs42l43_find_index(priv, "cirrus,tip-fall-db-ms", 500,
166 ret = cs42l43_find_index(priv, "cirrus,tip-rise-db-ms", 500,
706 unsigned int tip, ring;
711 dev_err(priv->dev, "Failed to resume for tip work: %d\n", ret);
721 tip = (sts >> CS42L43_TIPSENSE_PLUG_DB_STS_SHIFT) & CS42L43_JACK_PRESENT;
724 if (tip == CS42L43_JACK_PRESENT) {