Home
last modified time | relevance | path

Searched refs:n_latch (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpio/
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()
334 gpio->out = ~n_latch; in pcf857x_probe()
/Linux-v5.4/include/linux/platform_data/
Dpcf857x.h34 unsigned n_latch; member
/Linux-v5.4/arch/arm/mach-pxa/
Dballoon3.c541 .n_latch = 0,
Dstargate2.c786 .n_latch = 0,
/Linux-v5.4/arch/arm/mach-davinci/
Dboard-dm644x-evm.c445 .n_latch = (1 << 3) | (1 << 2) | (1 << 1),