Home
last modified time | relevance | path

Searched refs:is_high (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/spi/
H A Dspi-ch341.c42 static void ch341_set_cs(struct spi_device *spi, bool is_high) in ch341_set_cs() argument
50 ch341->tx_buf[1] = CH341A_CMD_UIO_STM_OUT | (is_high ? 0x36 : 0x37); in ch341_set_cs()
52 if (is_high) { in ch341_set_cs()
60 (is_high ? 4 : 3), NULL, CH341_DEFAULT_TIMEOUT); in ch341_set_cs()
H A Dspi-altera-core.c73 static void altera_spi_set_cs(struct spi_device *spi, bool is_high) in altera_spi_set_cs() argument
77 if (is_high) { in altera_spi_set_cs()
H A Dspi-axiado.c107 static void ax_spi_chipselect(struct spi_device *spi, bool is_high) in ax_spi_chipselect() argument
/linux/sound/soc/codecs/
H A Dnau8821.c1018 bool active_high, is_high; in nau8821_is_jack_inserted()
1024 is_high = status & NAU8821_GPIO2_IN;
1028 return active_high == is_high; in nau8821_irq_status_clear()
1012 bool active_high, is_high; nau8821_is_jack_inserted() local