Searched refs:PIN_GROUP (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pinctrl/intel/ |
D | pinctrl-sunrisepoint.c | 221 PIN_GROUP("spi0_grp", sptlp_spi0_pins, 1), 222 PIN_GROUP("spi1_grp", sptlp_spi1_pins, 1), 223 PIN_GROUP("uart0_grp", sptlp_uart0_pins, 1), 224 PIN_GROUP("uart1_grp", sptlp_uart1_pins, 1), 225 PIN_GROUP("uart2_grp", sptlp_uart2_pins, 1), 226 PIN_GROUP("i2c0_grp", sptlp_i2c0_pins, 1), 227 PIN_GROUP("i2c1_grp", sptlp_i2c1_pins, 1), 228 PIN_GROUP("i2c2_grp", sptlp_i2c2_pins, 1), 229 PIN_GROUP("i2c3_grp", sptlp_i2c3_pins, 1), 230 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 | 77 #define PIN_GROUP(n, p, m) \ macro
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.h | 88 #define PIN_GROUP(n, p, f) \ macro
|