Searched refs:n_latch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-pcf857x.c | 239 unsigned int n_latch = 0; in pcf857x_probe() local 243 of_property_read_u32(np, "lines-initial-states", &n_latch); in pcf857x_probe() 245 n_latch = pdata->n_latch; in pcf857x_probe() 330 * Using n_latch avoids that trouble. When left initialized to zero, in pcf857x_probe() 334 gpio->out = ~n_latch; in pcf857x_probe()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | pcf857x.h | 8 * @n_latch: optional bit-inverse of initial register value; if 29 * to it. If you leave n_latch initialized to zero, that last written 34 unsigned n_latch; member
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-pcf857x.c | 276 unsigned int n_latch = 0; in pcf857x_probe() local 279 device_property_read_u32(&client->dev, "lines-initial-states", &n_latch); in pcf857x_probe() 364 * Using n_latch avoids that trouble. When left initialized to zero, in pcf857x_probe() 368 gpio->out = ~n_latch; in pcf857x_probe()
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | balloon3.c | 541 .n_latch = 0,
|
H A D | stargate2.c | 786 .n_latch = 0,
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-dm644x-evm.c | 447 .n_latch = (1 << 3) | (1 << 2) | (1 << 1),
|
Completed in 8 milliseconds