Searched defs:is_high (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/media/platform/cec-gpio/ |
D | cec-gpio.c | 72 bool is_high = gpiod_get_value(cec->v5_gpio); in cec_5v_gpio_irq_handler() local 92 bool is_high = gpiod_get_value(cec->hpd_gpio); in cec_hpd_gpio_irq_handler() local
|
/Linux-v5.4/drivers/media/cec/ |
D | cec-adap.c | 171 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event() 190 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event() 206 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
|
/Linux-v5.4/drivers/spi/ |
D | spi-altera.c | 61 static void altera_spi_set_cs(struct spi_device *spi, bool is_high) in altera_spi_set_cs()
|
D | spi-sifive.c | 153 static void sifive_spi_set_cs(struct spi_device *device, bool is_high) in sifive_spi_set_cs()
|
D | spi-zynqmp-gqspi.c | 386 static void zynqmp_qspi_chipselect(struct spi_device *qspi, bool is_high) in zynqmp_qspi_chipselect()
|
/Linux-v5.4/sound/soc/codecs/ |
D | nau8825.c | 1450 bool active_high, is_high; in nau8825_is_jack_inserted() local
|