Home
last modified time | relevance | path

Searched refs:n_latch (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pcf857x.c239 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 Dpcf857x.h8 * @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 Dgpio-pcf857x.c276 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 Dballoon3.c541 .n_latch = 0,
H A Dstargate2.c786 .n_latch = 0,
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c447 .n_latch = (1 << 3) | (1 << 2) | (1 << 1),

Completed in 8 milliseconds