Home
last modified time | relevance | path

Searched refs:noop (Results 1 – 20 of 20) sorted by relevance

/linux/kernel/irq/
A Ddummychip.c29 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/
A Dirq-jcore-aic.c61 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/
A Dof-generic.c103 static void noop(void) in noop() function
162 .mv_mem_init = noop,
/linux/drivers/gpio/
A Dgpio-pcf857x.c216 static void noop(struct irq_data *data) { } in noop() function
261 .irq_ack = noop,
262 .irq_mask = noop,
263 .irq_unmask = noop,
/linux/drivers/gpu/drm/xe/
A Dxe_execlist.c119 u32 noop[2] = { MI_NOOP, MI_NOOP }; in __xe_execlist_port_idle() local
126 xe_lrc_write_ring(port->lrc, noop, sizeof(noop)); in __xe_execlist_port_idle()
A Dxe_lrc.c1138 u32 noop = MI_NOOP; in xe_lrc_write_ring() local
1140 __xe_lrc_write_ring(lrc, ring, &noop, sizeof(noop)); in xe_lrc_write_ring()
/linux/Documentation/translations/zh_CN/core-api/
A Dgenericirq.rst202 noop(struct irq_data *data))
/linux/kernel/
A Dkthread.c1165 bool noop = false; in kthread_flush_work() local
1181 noop = true; in kthread_flush_work()
1185 if (!noop) in kthread_flush_work()
/linux/Documentation/netlink/specs/
A Dteam.yaml151 name: noop
/linux/drivers/ata/
A Dlibata-transport.c605 static int noop(int x) in noop() function
627 ata_link_linkspeed_attr(sata_spd, noop);
/linux/tools/testing/kunit/test_data/
A Dtest_is_test_passed-no_tests_run_no_header.log33 io scheduler noop registered
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_display.c480 goto noop; in nouveau_display_hpd_work()
538 noop: in nouveau_display_hpd_work()
/linux/drivers/net/hippi/
A Drrunner.h676 u32 noop; member
/linux/Documentation/networking/
A Dvrf.rst241 …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/
A Dgenericirq.rst213 noop(struct irq_data *data)
/linux/drivers/mfd/
A Ddb8500-prcmu.c2534 static void noop(struct irq_data *d) in noop() function
2541 .irq_ack = noop,
/linux/Documentation/admin-guide/mm/
A Dksm.rst158 scan. It's a noop if not a single KSM page hit the
/linux/net/ipv4/
A Dtcp_input.c1633 goto noop; in tcp_shift_skb_data()
1639 goto noop; in tcp_shift_skb_data()
1676 goto noop; in tcp_shift_skb_data()
1715 noop: in tcp_shift_skb_data()
/linux/drivers/watchdog/
A DKconfig125 bool "noop"
128 Use noop watchdog pretimeout governor by default. If noop
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst676 Limits are in the range [0, max] and defaults to "max", which is noop.
698 noop.

Completed in 60 milliseconds