Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c132 int n_latch; in pcf8575_ofdata_platdata() local
142 n_latch = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in pcf8575_ofdata_platdata()
144 plat->out = ~n_latch; in pcf8575_ofdata_platdata()
/OK3568_Linux_fs/kernel/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()
334 gpio->out = ~n_latch; in pcf857x_probe()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dpcf857x.h34 unsigned n_latch; member
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dballoon3.c541 .n_latch = 0,
H A Dstargate2.c786 .n_latch = 0,
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c447 .n_latch = (1 << 3) | (1 << 2) | (1 << 1),