Home
last modified time | relevance | path

Searched refs:has_irq (Results 1 – 7 of 7) sorted by relevance

/drivers/soc/fsl/qe/
Dqe_io.c48 int open_drain, int assignment, int has_irq) in __par_io_config_pin() argument
109 int assignment, int has_irq) in par_io_config_pin() argument
115 has_irq); in par_io_config_pin()
176 int has_irq = be32_to_cpu(pio_map[5]); in par_io_of_config() local
179 assignment, has_irq); in par_io_of_config()
/drivers/i2c/muxes/
Di2c-mux-pca954x.c71 u8 has_irq; member
104 .has_irq = 1,
110 .has_irq = 1,
117 .has_irq = 1,
123 .has_irq = 1,
355 if (!data->chip->has_irq || client->irq <= 0) in pca954x_irq_setup()
/drivers/watchdog/
Dftwdt010_wdt.c41 bool has_irq; member
71 ftwdt010_enable(gwdt, wdd->timeout, gwdt->has_irq); in ftwdt010_wdt_start()
179 gwdt->has_irq = true; in ftwdt010_wdt_probe()
/drivers/gpio/
Dgpio-ep93xx.c278 bool has_irq; member
290 .has_irq = _has_irq, \
352 if (bank->has_irq || bank->has_hierarchical_irq) { in ep93xx_gpio_add_bank()
370 if (bank->has_irq) { in ep93xx_gpio_add_bank()
Dgpio-max732x.c499 int has_irq = max732x_features[id->driver_data] >> 32; in max732x_irq_setup() local
503 if (client->irq && has_irq != INT_NONE) { in max732x_irq_setup()
506 chip->irq_features = has_irq; in max732x_irq_setup()
539 int has_irq = max732x_features[id->driver_data] >> 32; in max732x_irq_setup() local
541 if (client->irq && has_irq != INT_NONE) in max732x_irq_setup()
/drivers/spi/
Dspi-mtk-nor.c121 bool has_irq; member
371 if (sp->has_irq) { in mtk_nor_dma_exec()
380 if (sp->has_irq) { in mtk_nor_dma_exec()
853 sp->has_irq = false; in mtk_nor_probe()
893 sp->has_irq = true; in mtk_nor_probe()
/drivers/rtc/
Drtc-rs5c372.c127 unsigned has_irq:1; member
366 if (!rs5c->has_irq) in rs5c_rtc_alarm_irq_enable()