Searched refs:noop (Results 1 – 9 of 9) sorted by relevance
| /drivers/irqchip/ |
| A D | irq-jcore-aic.c | 61 static void noop(struct irq_data *data) in noop() function 100 jcore_aic.irq_mask = noop; in aic_irq_of_init() 101 jcore_aic.irq_unmask = noop; in aic_irq_of_init()
|
| /drivers/gpio/ |
| A D | gpio-pcf857x.c | 221 static void noop(struct irq_data *data) { } in noop() function 266 .irq_ack = noop, 267 .irq_mask = noop, 268 .irq_unmask = noop,
|
| /drivers/gpu/drm/xe/ |
| A D | xe_execlist.c | 124 u32 noop[2] = { MI_NOOP, MI_NOOP }; in __xe_execlist_port_idle() local 131 xe_lrc_write_ring(port->lrc, noop, sizeof(noop)); in __xe_execlist_port_idle()
|
| A D | xe_lrc.c | 1458 u32 noop = MI_NOOP; in xe_lrc_write_ring() local 1460 __xe_lrc_write_ring(lrc, ring, &noop, sizeof(noop)); in xe_lrc_write_ring()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_display.c | 440 goto noop; in nouveau_display_hpd_work() 498 noop: in nouveau_display_hpd_work()
|
| /drivers/ata/ |
| A D | libata-transport.c | 605 static int noop(int x) in noop() function 627 ata_link_linkspeed_attr(sata_spd, noop);
|
| /drivers/net/hippi/ |
| A D | rrunner.h | 676 u32 noop; member
|
| /drivers/mfd/ |
| A D | db8500-prcmu.c | 2534 static void noop(struct irq_data *d) in noop() function 2541 .irq_ack = noop,
|
| /drivers/watchdog/ |
| A D | Kconfig | 125 bool "noop" 128 Use noop watchdog pretimeout governor by default. If noop
|
Completed in 34 milliseconds