Home
last modified time | relevance | path

Searched refs:assert_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/c6x/kernel/
Dsoc.c25 if (soc_ops.assert_event) in soc_assert_event()
26 soc_ops.assert_event(evt); in soc_assert_event()
/Linux-v5.4/arch/c6x/platforms/
Dmegamod-pic.c324 static void assert_event(unsigned int val) in assert_event() function
341 soc_ops.assert_event = assert_event; in megamod_pic_init()
/Linux-v5.4/arch/c6x/include/asm/
Dsoc.h20 void (*assert_event)(unsigned int evt); member