Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/sparc/include/asm/
Dttable.h25 #define TRAP(routine) \ argument
35 #define TRAP_7INSNS(routine) \ argument
44 #define TRAP_SAVEFPU(routine) \ argument
54 #define TRAP_NOSAVE(routine) \ argument
59 #define TRAP_NOSAVE_7INSNS(routine) \ argument
64 #define TRAPTL1(routine) \ argument
74 #define TRAP_ARG(routine, arg) \ argument
84 #define TRAPTL1_ARG(routine, arg) \ argument
94 #define SYSCALL_TRAP(routine, systbl) \ argument
126 #define TRAP_IRQ(routine, level) \ argument
[all …]
/linux-6.6.21/drivers/isdn/mISDN/
Dfsm.h39 void (*routine) (struct FsmInst *, int, void *); member
/linux-6.6.21/drivers/tty/
Dtty_io.c260 const char *routine) in tty_paranoia_check()
273 static void check_tty_count(struct tty_struct *tty, const char *routine) in check_tty_count()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_gs.c121 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc.h1761 #define DECLARE_ENUM2STR_LOOKUP(routine, enum_name, enum_init) \ argument