Searched refs:PWRDOWN (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | tsc2007_core.c | 66 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()
|
D | tsc2007.h | 52 #define PWRDOWN (TSC2007_12BIT | TSC2007_POWER_OFF_IRQ_EN) macro
|
D | tsc2007_iio.c | 93 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_raw()
|
D | ads7846.c | 194 #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/ |
D | pinctrl-palmas.c | 320 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/ |
D | max3420_udc.c | 96 #define PWRDOWN BIT(4) macro 426 val |= PWRDOWN; in __max3420_stop()
|