Home
last modified time | relevance | path

Searched defs:action_handler (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h267 struct action_handler { struct
268 unsigned int num;
269 char *str;
270 int (*func)(struct rtw_adapter *padapter, struct recv_frame *precv_frame);
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h250 struct action_handler { struct
251 unsigned int num;
252 char *str;
253 unsigned int (*func)(struct adapter *adapt, struct recv_frame *frame);
/linux-4.4.14/drivers/gpu/host1x/
Dintr.c134 typedef void (*action_handler)(struct host1x_waitlist *waiter); typedef