Searched refs:threaded (Results 1 – 9 of 9) sorted by relevance
/drivers/firmware/tegra/ |
D | bpmp.c | 230 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read() 234 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read() 263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded() 269 index = find_first_zero_bit(bpmp->threaded.allocated, count); in tegra_bpmp_write_threaded() 282 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 289 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded() 295 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 298 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded() 666 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx() 704 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe() [all …]
|
D | bpmp-tegra186.c | 212 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init() 237 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_init() 243 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init() 268 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_deinit() 286 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_resume()
|
D | bpmp-tegra210.c | 195 for (i = 0; i < bpmp->threaded.count; i++) { in tegra210_bpmp_init()
|
/drivers/pci/hotplug/ |
D | TODO | 12 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling. 73 simplified by converting it to threaded IRQ handling. Use pciehp as a
|
/drivers/tty/serial/ |
D | stm32-usart.c | 171 bool threaded) in stm32_pending_rx() argument 180 if (threaded && stm32_port->rx_ch) { in stm32_pending_rx() 215 static void stm32_receive_chars(struct uart_port *port, bool threaded) in stm32_receive_chars() argument 227 while (stm32_pending_rx(port, &sr, &stm32_port->last_res, threaded)) { in stm32_receive_chars()
|
/drivers/gpio/ |
D | gpio-pmic-eic-sprd.c | 352 irq->threaded = true; in sprd_pmic_eic_probe()
|
D | gpiolib.c | 1743 if (gpiochip->irq.threaded) { in gpiochip_set_chained_irqchip() 2061 if (chip->irq.threaded) in gpiochip_irq_map() 2088 if (chip->irq.threaded) in gpiochip_irq_unmap() 2405 bool threaded, in gpiochip_irqchip_add_key() argument 2418 gpiochip->irq.threaded = threaded; in gpiochip_irqchip_add_key()
|
/drivers/dma/ |
D | Kconfig | 249 Enable support for the IMG multi-threaded DMA controller (MDC).
|
/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 229 int (*do_interrupt)(struct hfi1_ctxtdata *rcd, int threaded);
|