Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 174) sorted by relevance

1234567

/linux/drivers/md/dm-vdo/
H A Dcompletion.h94 vdo_action_fn callback, in vdo_set_completion_callback()
105 vdo_action_fn callback, in vdo_launch_completion_callback()
118 vdo_action_fn callback, in vdo_prepare_completion()
135 vdo_action_fn callback, in vdo_prepare_completion_for_requeue()
H A Dio-submitter.h33 bio_end_io_t callback, vdo_action_fn error_handler, in vdo_submit_metadata_vio()
42 bio_end_io_t callback, in vdo_submit_metadata_vio_with_size()
51 static inline void vdo_submit_flush_vio(struct vio *vio, bio_end_io_t callback, in vdo_submit_flush_vio()
H A Dwait-queue.c84 vdo_waiter_callback_fn callback, void *context) in vdo_waitq_notify_all_waiters()
193 vdo_waiter_callback_fn callback, void *context) in vdo_waitq_notify_next_waiter()
H A Dvio.c173 void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback, in vdo_set_bio_properties()
194 int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback, in vio_reset_bio()
201 int vio_reset_bio_with_size(struct vio *vio, char *data, int size, bio_end_io_t callback, in vio_reset_bio_with_size()
H A Dwait-queue.h69 vdo_waiter_callback_fn callback; member
/linux/drivers/input/serio/
H A Dhp_sdc.c662 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_request_timer_irq()
686 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_request_hil_irq()
707 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_request_cooked_irq()
729 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_release_timer_irq()
750 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_release_hil_irq()
771 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_release_cooked_irq()
/linux/arch/x86/include/asm/
H A Dreboot.h34 static inline void cpu_emergency_register_virt_callback(cpu_emergency_virt_cb *callback) {} in cpu_emergency_register_virt_callback()
35 static inline void cpu_emergency_unregister_virt_callback(cpu_emergency_virt_cb *callback) {} in cpu_emergency_unregister_virt_callback()
/linux/arch/x86/xen/
H A Dmulticalls.c42 struct callback { struct
43 void (*fn)(void *);
44 void *data;
/linux/drivers/base/power/
H A Druntime.c49 #define RPM_GET_CALLBACK(dev, callback) \ argument
481 int (*callback)(struct device *); in rpm_idle() local
574 int (*callback)(struct device *); in rpm_suspend() local
774 int (*callback)(struct device *); in rpm_resume() local
1974 int (*callback)(struct device *); in pm_runtime_force_suspend() local
2026 int (*callback)(struct device *); in pm_runtime_force_resume() local
H A Dmain.c682 pm_callback_t callback = NULL; in device_resume_noirq() local
840 pm_callback_t callback = NULL; in device_resume_early() local
981 pm_callback_t callback = NULL; in device_resume() local
1149 void (*callback)(struct device *) = NULL; in device_complete() local
1333 pm_callback_t callback = NULL; in device_suspend_noirq() local
1530 pm_callback_t callback = NULL; in device_suspend_late() local
1766 pm_callback_t callback = NULL; in device_suspend() local
2027 int (*callback)(struct device *) = NULL; in device_prepare() local
/linux/sound/soc/sof/
H A Dsof-client.c32 sof_client_event_callback callback; member
44 sof_client_fw_state_callback callback; member
493 sof_client_event_callback callback) in sof_client_register_ipc_rx_handler()
564 sof_client_fw_state_callback callback) in sof_client_register_fw_state_handler()
/linux/include/linux/
H A Dtimer.h120 #define timer_setup(timer, callback, flags) \ argument
123 #define timer_setup_on_stack(timer, callback, flags) \ argument
H A Dtracefs.h76 eventfs_callback callback; member
H A Darm_sdei.h73 sdei_event_callback *callback; member
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_loop.c35 static int callback(__u32 index, void *data) in callback() function
144 int (*callback)(int i, void *ctx); in prog_non_constant_callback() local
/linux/drivers/char/
H A Dnwbutton.h21 void (*callback) (void); member
/linux/drivers/usb/image/
H A Dmicrotek.c369 usb_complete_t callback ) in mts_int_submit_urb()
564 mts_scsi_cmnd_callback callback = scsi_done; in mts_scsi_queuecommand_lck() local
/linux/drivers/misc/vmw_vmci/
H A Dvmci_driver.c61 int vmci_register_vsock_callback(vmci_vsock_cb callback) in vmci_register_vsock_callback()
/linux/arch/sparc/include/asm/
H A Debus_dma.h16 void (*callback)(struct ebus_dma_info *p, int event, void *cookie); member
/linux/drivers/i2c/busses/
H A Di2c-stm32.c101 dma_async_tx_callback callback, in stm32_i2c_prep_dma_xfer()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c383 completion_t callback, in nitrox_process_se_request()
542 completion_t callback; in process_response_list() local
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_demo2.c21 static void callback_info(const char *callback, struct klp_object *obj) in callback_info()
H A Dtest_klp_callbacks_demo.c21 static void callback_info(const char *callback, struct klp_object *obj) in callback_info()
/linux/fs/ext4/
H A Dsymlink.c74 struct delayed_call *callback) in ext4_get_link()
/linux/samples/livepatch/
H A Dlivepatch-callbacks-demo.c98 static void callback_info(const char *callback, struct klp_object *obj) in callback_info()

1234567