Home
last modified time | relevance | path

Searched refs:action_handler (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/host1x/
Dintr.c132 typedef void (*action_handler)(struct host1x_waitlist *waiter); typedef
134 static const action_handler action_handlers[HOST1X_INTR_ACTION_COUNT] = {
147 action_handler handler = action_handlers[i]; in run_handlers()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h222 struct action_handler { struct
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h252 struct action_handler { struct
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c35 static struct action_handler OnAction_tbl[] = {
4233 struct action_handler *ptable; in OnAction()
4241 for (i = 0; i < sizeof(OnAction_tbl) / sizeof(struct action_handler); i++) { in OnAction()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c36 static struct action_handler OnAction_tbl[] = {
1908 struct action_handler *ptable; in OnAction()