Home
last modified time | relevance | path

Searched refs:PWRDOWN (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/input/touchscreen/
Dtsc2007_core.c66 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_values()
208 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_open()
391 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_probe()
Dtsc2007.h52 #define PWRDOWN (TSC2007_12BIT | TSC2007_POWER_OFF_IRQ_EN) macro
Dtsc2007_iio.c93 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_raw()
Dads7846.c194 #define PWRDOWN (READ_12BIT_DFR(y, 0, 0)) /* LAST */ macro
402 req->ref_off = PWRDOWN; in ads7846_read12_ser()
740 return PWRDOWN; in ads7846_get_cmd()
1390 ads7845_read12_ser(dev, PWRDOWN); in ads7846_probe()
/linux-6.1.9/drivers/pinctrl/
Dpinctrl-palmas.c320 FUNCTION_GROUP(pwrdown, PWRDOWN), \
522 PALMAS_PINGROUP(pwrdown, PWRDOWN, NONE, NONE, 0x0, 0x0, &pin_pwrdown_info, NULL, NULL, NULL),
551 PALMAS_PINGROUP(pwrdown, PWRDOWN, NONE, NONE, 0x0, 0x0, &pin_pwrdown_info, NULL, NULL, NULL),
/linux-6.1.9/drivers/usb/gadget/udc/
Dmax3420_udc.c96 #define PWRDOWN BIT(4) macro
426 val |= PWRDOWN; in __max3420_stop()