Searched refs:rt2880_pmx_func (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pinctrl/ralink/ |
A D | pinctrl-mt7620.c | 60 static struct rt2880_pmx_func mdio_grp[] = { 70 static struct rt2880_pmx_func uartf_grp[] = { 79 static struct rt2880_pmx_func wdt_grp[] = { 83 static struct rt2880_pmx_func pcie_rst_grp[] = { 87 static struct rt2880_pmx_func nd_sd_grp[] = { 115 static struct rt2880_pmx_func pwm1_grp_mt7628[] = { 122 static struct rt2880_pmx_func pwm0_grp_mt7628[] = { 143 static struct rt2880_pmx_func i2c_grp_mt7628[] = { 169 static struct rt2880_pmx_func i2s_grp_mt7628[] = { 183 static struct rt2880_pmx_func spis_grp_mt7628[] = { [all …]
|
A D | pinctrl-rt305x.c | 34 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 35 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 36 static struct rt2880_pmx_func uartf_func[] = { 46 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 47 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 49 static struct rt2880_pmx_func rt5350_cs1_func[] = { 53 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 54 static struct rt2880_pmx_func rt3352_rgmii_func[] = { 57 static struct rt2880_pmx_func rgmii_func[] = { FUNC("rgmii", 0, 40, 12) }; 59 static struct rt2880_pmx_func rt3352_pa_func[] = { FUNC("pa", 0, 38, 2) }; [all …]
|
A D | pinctrl-mt7621.c | 37 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) }; 38 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) }; 39 static struct rt2880_pmx_func uart3_grp[] = { 44 static struct rt2880_pmx_func uart2_grp[] = { 49 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) }; 50 static struct rt2880_pmx_func wdt_grp[] = { 54 static struct rt2880_pmx_func pcie_rst_grp[] = { 58 static struct rt2880_pmx_func mdio_grp[] = { FUNC("mdio", 0, 20, 2) }; 59 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 22, 12) }; 60 static struct rt2880_pmx_func spi_grp[] = { [all …]
|
A D | pinctrl-rt3883.c | 42 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 43 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 44 static struct rt2880_pmx_func uartf_func[] = { 53 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) }; 54 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 55 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 56 static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) }; 57 static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) }; 58 static struct rt2880_pmx_func pci_func[] = { 64 static struct rt2880_pmx_func ge1_func[] = { FUNC("ge1", 0, 72, 12) }; [all …]
|
A D | pinctrl-rt288x.c | 18 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 19 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 20 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) }; 21 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 22 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 23 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 24 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
|
A D | pinmux.h | 24 struct rt2880_pmx_func { struct 46 struct rt2880_pmx_func *func; argument
|
A D | pinctrl-rt2880.c | 35 struct rt2880_pmx_func **func; 190 static struct rt2880_pmx_func gpio_func = {
|
Completed in 7 milliseconds