/linux-4.1.27/arch/alpha/lib/ |
H A D | callback_srm.S | 17 ldq $0,hwrpb # gp is set up by CALLBACK macro. 57 #define CALLBACK(NAME, CODE, ARG_CNT) \ define 63 #define CALLBACK(NAME, CODE, ARG_CNT) \ define 76 CALLBACK(puts, CCB_PUTS, 4) 77 CALLBACK(open, CCB_OPEN, 3) 78 CALLBACK(close, CCB_CLOSE, 2) 79 CALLBACK(read, CCB_READ, 5) 80 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1) 81 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1) 82 CALLBACK(getenv, CCB_GET_ENV, 4) 83 CALLBACK(setenv, CCB_SET_ENV, 4) 84 CALLBACK(getc, CCB_GETC, 2) 85 CALLBACK(reset_term, CCB_RESET_TERM, 2) 86 CALLBACK(term_int, CCB_SET_TERM_INT, 3) 87 CALLBACK(term_ctl, CCB_SET_TERM_CTL, 3) 88 CALLBACK(process_keycode, CCB_PROCESS_KEYCODE, 3) 89 CALLBACK(ioctl, CCB_IOCTL, 6) 90 CALLBACK(write, CCB_WRITE, 5) 91 CALLBACK(reset_env, CCB_RESET_ENV, 4) 92 CALLBACK(save_env, CCB_SAVE_ENV, 1) 93 CALLBACK(pswitch, CCB_PSWITCH, 3) 94 CALLBACK(bios_emul, CCB_BIOS_EMUL, 5)
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | di.c | 436 CALLBACK(a, this); isdn_rc() 456 CALLBACK(a, this); isdn_rc() 472 CALLBACK(a, this); isdn_rc() 484 CALLBACK(a, this); isdn_rc() 535 CALLBACK(a, this); isdn_rc() 639 CALLBACK(a, this); isdn_ind() 717 CALLBACK(a, this); isdn_ind() 743 case 1: printf ("CALLBACK"); break; 747 CALLBACK - about to make callback to the application
|
H A D | io.h | 260 extern void CALLBACK(ADAPTER *a, ENTITY *e);
|
H A D | um_idi.c | 489 CALLBACK FROM XDI
|
H A D | io.c | 848 void CALLBACK(ADAPTER *a, ENTITY *e) CALLBACK() function
|
/linux-4.1.27/drivers/usb/host/ |
H A D | u132-hcd.c | 714 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_interrupt_recv() 765 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_bulk_output_sent() 868 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_bulk_input_recv() 905 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_configure_empty_sent() 977 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_configure_input_recv() 1014 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_configure_empty_recv() 1072 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_configure_setup_sent() 1113 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_enumeration_empty_recv() 1156 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_enumeration_address_sent() 1193 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_initial_empty_sent() 1245 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_initial_input_recv() 1289 dev_err(&u132->platform_dev->dev, "CALLBACK called urb=%p " u132_hcd_initial_setup_sent()
|
/linux-4.1.27/include/trace/events/ |
H A D | xen.h | 88 (__entry->reason == XEN_MC_FL_CALLBACK) ? "CALLBACK" : "??")
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | efi.c | 323 * Walk the EFI memory map and call CALLBACK once for each EFI memory 333 * Walk the EFI memory map and call CALLBACK once for each EFI memory
|
/linux-4.1.27/fs/nfs/ |
H A D | callback_xdr.c | 161 printk("NFS: NFSv4 CALLBACK %s: client sent tag of length %u\n", decode_compound_hdr_arg()
|
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 925 * We must preserve the CALLBACK state flag here, remove_hrtimer() 1225 * Note: We clear the CALLBACK bit after enqueue_hrtimer and __run_hrtimer()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | callc.c | 35 /* experimental REJECT after ALERTING for CALLBACK to beat the 4s delay */
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_log.c | 2646 * CALLBACK and the state cannot change since xlog_state_do_callback() 2661 * states (WANT_SYNC, SYNCING, or CALLBACK were xlog_state_do_callback()
|