/linux/kernel/irq/ |
H A D | dummychip.c | 29 static void noop(struct irq_data *data) { } in noop() function 42 .irq_shutdown = noop, 43 .irq_enable = noop, 44 .irq_disable = noop, 56 .irq_shutdown = noop, 57 .irq_enable = noop, 58 .irq_disable = noop, 59 .irq_ack = noop, 60 .irq_mask = noop, 61 .irq_unmask = noop,
|
/linux/drivers/irqchip/ |
H 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()
|
/linux/arch/sh/boards/ |
H A D | of-generic.c | 103 static void noop(void) in noop() function 162 .mv_mem_init = noop,
|
/linux/drivers/gpu/drm/xe/ |
H 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()
|
H A D | xe_lrc.c | 1145 u32 noop = MI_NOOP; in xe_lrc_write_ring() local 1147 __xe_lrc_write_ring(lrc, ring, &noop, sizeof(noop)); in xe_lrc_write_ring()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | genericirq.rst | 202 noop(struct irq_data *data))
|
/linux/kernel/ |
H A D | kthread.c | 1325 bool noop = false; in kthread_flush_work() local 1341 noop = true; in kthread_flush_work() 1345 if (!noop) in kthread_flush_work()
|
/linux/drivers/ata/ |
H A D | libata-transport.c | 605 static int noop(int x) in noop() function 627 ata_link_linkspeed_attr(sata_spd, noop);
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 441 goto noop; in nouveau_display_hpd_work() 499 noop: in nouveau_display_hpd_work()
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 33 io scheduler noop registered
|
/linux/drivers/net/hippi/ |
H A D | rrunner.h | 676 u32 noop; member
|
/linux/Documentation/networking/ |
H A D | vrf.rst | 241 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul… 298 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000
|
/linux/Documentation/core-api/ |
H A D | genericirq.rst | 213 noop(struct irq_data *data)
|
/linux/drivers/mfd/ |
H A D | db8500-prcmu.c | 2534 static void noop(struct irq_data *d) in noop() function 2541 .irq_ack = noop,
|
/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 158 scan. It's a noop if not a single KSM page hit the
|
/linux/net/ipv4/ |
H A D | tcp_input.c | 1639 goto noop; in tcp_shift_skb_data() 1645 goto noop; in tcp_shift_skb_data() 1682 goto noop; in tcp_shift_skb_data() 1721 noop: in tcp_shift_skb_data()
|
/linux/drivers/watchdog/ |
H A D | Kconfig | 125 bool "noop" 128 Use noop watchdog pretimeout governor by default. If noop
|
/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 677 Limits are in the range [0, max] and defaults to "max", which is noop. 699 noop.
|