Home
last modified time | relevance | path

Searched refs:config_pins (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dpinmux.h14 int config_pins(const void *blob, const char *pin_grp);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dti_am335x_tsc.c40 static const int config_pins[] = { variable
89 if (WARN_ON(wire_order[i] > ARRAY_SIZE(config_pins))) in titsc_config_wires()
99 bit_cfg = config_pins[wi_order]; in titsc_config_wires()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c83 int config_pins(const void *blob, const char *pin_grp) in config_pins() function