Searched refs:handler1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/soc/ixp4xx/ |
H A D | ixp4xx-qmgr.c | 378 irq_handler_t handler1, handler2; in ixp4xx_qmgr_probe() local 417 handler1 = qmgr_irq1_a0; in ixp4xx_qmgr_probe() 420 handler1 = handler2 = qmgr_irq; in ixp4xx_qmgr_probe() 422 err = devm_request_irq(dev, irq1, handler1, 0, "IXP4xx Queue Manager", in ixp4xx_qmgr_probe()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_subskeleton.c | 20 int handler1(const void *ctx) in handler1() function
|
H A D | test_static_linked1.c | 22 int handler1(const void *ctx) in handler1() function
|
H A D | test_ksyms_btf_write_check.c | 11 int handler1(const void *ctx) in handler1() function
|
H A D | linked_vars1.c | 39 int BPF_PROG(handler1) in BPF_PROG() argument
|
H A D | linked_funcs1.c | 67 int BPF_PROG(handler1, struct pt_regs *regs, long id) in BPF_PROG() argument
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_funcs.c | 20 bpf_program__set_autoload(skel->progs.handler1, true); in test_linked_funcs()
|
H A D | ksyms_btf.c | 148 bpf_program__set_autoload(test_handler1 ? skel->progs.handler2 : skel->progs.handler1, false); in test_write_check()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 81 test_handlers["handler1"] = self._test_process.handler1
|