Searched refs:assert_event (Results 1 – 3 of 3) sorted by relevance
25 if (soc_ops.assert_event) in soc_assert_event()26 soc_ops.assert_event(evt); in soc_assert_event()
324 static void assert_event(unsigned int val) in assert_event() function341 soc_ops.assert_event = assert_event; in megamod_pic_init()
20 void (*assert_event)(unsigned int evt); member