Searched refs:CALLBACK (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/alpha/lib/ |
D | callback_srm.S | 19 ldq $0,hwrpb # gp is set up by CALLBACK macro. 59 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 65 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 78 CALLBACK(puts, CCB_PUTS, 4) 79 CALLBACK(open, CCB_OPEN, 3) 80 CALLBACK(close, CCB_CLOSE, 2) 81 CALLBACK(read, CCB_READ, 5) 82 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1) 83 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1) 84 CALLBACK(getenv, CCB_GET_ENV, 4) [all …]
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | di.c | 436 CALLBACK(a, this); in isdn_rc() 456 CALLBACK(a, this); in isdn_rc() 472 CALLBACK(a, this); in isdn_rc() 484 CALLBACK(a, this); in isdn_rc() 535 CALLBACK(a, this); in isdn_rc() 639 CALLBACK(a, this); in isdn_ind() 717 CALLBACK(a, this); in isdn_ind()
|
D | io.h | 260 extern void CALLBACK(ADAPTER *a, ENTITY *e);
|
D | io.c | 848 void CALLBACK(ADAPTER *a, ENTITY *e) in CALLBACK() function
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | operations.txt | 196 ASYNCHRONOUS CALLBACK
|