Searched refs:PWRDOWN (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 66 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_values() 195 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_open() 378 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_probe()
|
H A D | tsc2007.h | 52 #define PWRDOWN (TSC2007_12BIT | TSC2007_POWER_OFF_IRQ_EN) macro
|
H A D | tsc2007_iio.c | 93 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_raw()
|
H A D | ads7846.c | 193 #define PWRDOWN (READ_12BIT_DFR(y, 0, 0)) /* LAST */ macro 401 req->ref_off = PWRDOWN; in ads7846_read12_ser() 742 return PWRDOWN; in ads7846_get_cmd() 1396 ads7845_read12_ser(dev, PWRDOWN); in ads7846_probe()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-palmas.c | 319 FUNCTION_GROUP(pwrdown, PWRDOWN), \ 521 PALMAS_PINGROUP(pwrdown, PWRDOWN, NONE, NONE, 0x0, 0x0, &pin_pwrdown_info, NULL, NULL, NULL), 550 PALMAS_PINGROUP(pwrdown, PWRDOWN, NONE, NONE, 0x0, 0x0, &pin_pwrdown_info, NULL, NULL, NULL),
|
/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 94 #define PWRDOWN BIT(4) macro 424 val |= PWRDOWN; in __max3420_stop()
|