Searched refs:cb_func (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c23 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
665 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
708 els_req->cb_func = cb_func;
735 els_req->cb_func = NULL;
776 els_req->cb_func = NULL;
842 if ((els_req->cb_func) && (els_req->cb_arg)) {
843 els_req->cb_func(els_req->cb_arg);
H A Dbnx2fc_tgt.c200 if ((io_req->cb_func) && (io_req->cb_arg)) {
201 io_req->cb_func(io_req->cb_arg);
H A Dbnx2fc.h395 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member in struct:bnx2fc_cmd
H A Dbnx2fc_io.c184 /* Indicate the cb_func that this ELS is timed out */
187 if ((io_req->cb_func) && (io_req->cb_arg)) {
188 io_req->cb_func(io_req->cb_arg);
/drivers/staging/comedi/drivers/
H A D8255.c102 int (*cb_func) (int, int, int, unsigned long); member in struct:subdev_8255_struct
107 #define CALLBACK_FUNC (((struct subdev_8255_struct *)s->private)->cb_func)
H A Dni_daq_700.c125 int (*cb_func) (int, int, int, unsigned long); member in struct:subdev_700_struct
130 #define CALLBACK_FUNC (((struct subdev_700_struct *)s->private)->cb_func)
/drivers/staging/comedi/
H A Dcomedidev.h176 int (*cb_func) (unsigned int flags, void *); member in struct:comedi_async
H A Dcomedi_fops.c2136 if (async->cb_func)
2137 async->cb_func(s->async->events, async->cb_arg);
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h1029 u8 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func);
H A Dmpt2sas_base.c1056 * @cb_func: callback function
1058 * Returns cb_func.
1061 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func) argument
1069 mpt_callbacks[cb_idx] = cb_func;

Completed in 94 milliseconds