Home
last modified time | relevance | path

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

/drivers/pinctrl/
Dpinctrl-palmas.c407 PULL_UP_DN(enable1, PU_PD_OD, PALMAS_PU_PD_INPUT_CTRL2, 0xC, 0x0, 0x8, 0x4);
488 PIN_INFO(enable1, NA, &pud_enable1_info, NULL);
539 PALMAS_PINGROUP(enable1, ENABLE1, NONE, NONE, 0x0, 0x0, &pin_enable1_info, NULL, NULL, NULL),
568 PALMAS_PINGROUP(enable1, ENABLE1, NONE, NONE, 0x0, 0x0, &pin_enable1_info, NULL, NULL, NULL),
/drivers/net/can/
Dgrcan.c230 unsigned short enable1; member
238 .enable1 = 0, \
998 | (priv->config.enable1 ? GRCAN_CONF_ENABLE1 : 0) in grcan_start()
1521 GRCAN_CONFIG_ATTR(enable1,
/drivers/spi/
Dspi.c798 bool enable1 = enable; in spi_set_cs() local
812 if (enable1) in spi_set_cs()
838 gpiod_set_value_cansleep(spi->cs_gpiod, enable1); in spi_set_cs()
856 if (!enable1) in spi_set_cs()