Searched refs:PIN_GROUP (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-broxton.c | 136 PIN_GROUP("pwm0_grp", bxt_north_pwm0_pins, 1), 137 PIN_GROUP("pwm1_grp", bxt_north_pwm1_pins, 1), 138 PIN_GROUP("pwm2_grp", bxt_north_pwm2_pins, 1), 139 PIN_GROUP("pwm3_grp", bxt_north_pwm3_pins, 1), 140 PIN_GROUP("uart0_grp", bxt_north_uart0_pins, 1), 141 PIN_GROUP("uart1_grp", bxt_north_uart1_pins, 1), 142 PIN_GROUP("uart2_grp", bxt_north_uart2_pins, 1), 143 PIN_GROUP("uart0b_grp", bxt_north_uart0b_pins, 2), 144 PIN_GROUP("uart1b_grp", bxt_north_uart1b_pins, 2), 145 PIN_GROUP("uart2b_grp", bxt_north_uart2b_pins, 2), [all …]
|
D | pinctrl-sunrisepoint.c | 222 PIN_GROUP("spi0_grp", sptlp_spi0_pins, 1), 223 PIN_GROUP("spi1_grp", sptlp_spi1_pins, 1), 224 PIN_GROUP("uart0_grp", sptlp_uart0_pins, 1), 225 PIN_GROUP("uart1_grp", sptlp_uart1_pins, 1), 226 PIN_GROUP("uart2_grp", sptlp_uart2_pins, 1), 227 PIN_GROUP("i2c0_grp", sptlp_i2c0_pins, 1), 228 PIN_GROUP("i2c1_grp", sptlp_i2c1_pins, 1), 229 PIN_GROUP("i2c2_grp", sptlp_i2c2_pins, 1), 230 PIN_GROUP("i2c3_grp", sptlp_i2c3_pins, 1), 231 PIN_GROUP("i2c4_grp", sptlp_i2c4_pins, 1), [all …]
|
D | pinctrl-cherryview.c | 193 #define PIN_GROUP(n, p, m, i) \ macro 327 PIN_GROUP("uart0_grp", southwest_uart0_pins, 2, false), 328 PIN_GROUP("uart1_grp", southwest_uart1_pins, 1, false), 329 PIN_GROUP("uart2_grp", southwest_uart2_pins, 1, false), 330 PIN_GROUP("hda_grp", southwest_hda_pins, 2, false), 331 PIN_GROUP("i2c0_grp", southwest_i2c0_pins, 1, true), 332 PIN_GROUP("i2c1_grp", southwest_i2c1_pins, 1, true), 333 PIN_GROUP("i2c2_grp", southwest_i2c2_pins, 1, true), 334 PIN_GROUP("i2c3_grp", southwest_i2c3_pins, 1, true), 335 PIN_GROUP("i2c4_grp", southwest_i2c4_pins, 1, true), [all …]
|
D | pinctrl-intel.h | 80 #define PIN_GROUP(n, p, m) \ macro
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-pistachio.c | 638 #define PIN_GROUP(_pin, _name) \ macro 824 PIN_GROUP(TCK, "tck"), 825 PIN_GROUP(TRSTN, "trstn"), 826 PIN_GROUP(TDI, "tdi"), 827 PIN_GROUP(TMS, "tms"), 828 PIN_GROUP(TDO, "tdo"), 829 PIN_GROUP(JTAG_COMPLY, "jtag_comply"), 830 PIN_GROUP(SAFE_MODE, "safe_mode"), 831 PIN_GROUP(POR_DISABLE, "por_disable"), 832 PIN_GROUP(RESETN, "resetn"),
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.h | 88 #define PIN_GROUP(n, p, f) \ macro
|