Searched refs:callback (Results 301 - 325 of 767) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/core/seq/
H A Dseq_clientmgr.c992 * others depends on return value from driver callback
1306 struct snd_seq_port_callback *callback; local
1329 callback = info->kernel;
1330 if (callback) {
1331 if (callback->owner)
1332 port->owner = callback->owner;
1333 port->private_data = callback->private_data;
1334 port->private_free = callback->private_free;
1335 port->event_input = callback->event_input;
1336 port->c_src.open = callback
[all...]
/linux-master/drivers/accel/ivpu/
H A Divpu_ipc.c155 rx_msg->callback = cons->rx_callback;
157 if (rx_msg->callback) {
462 rx_msg->callback(vdev, rx_msg->ipc_hdr, rx_msg->jsm_msg);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c196 .callback = acp_quirk_cb,
203 .callback = acp_quirk_cb,
210 .callback = acp_quirk_cb,
/linux-master/drivers/firewire/
H A Dsbp2.c261 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status); member in struct:sbp2_orb
449 orb->callback(orb, &status);
450 kref_put(&orb->kref, free_orb); /* orb callback reference */
466 * the orb before we get this callback. The status write
469 * So this callback only sets the rcode if it hasn't already
481 orb->callback(orb, NULL);
482 kref_put(&orb->kref, free_orb); /* orb callback reference */
487 kref_put(&orb->kref, free_orb); /* transaction callback reference */
505 kref_get(&orb->kref); /* transaction callback reference */
506 kref_get(&orb->kref); /* orb callback referenc
[all...]
H A Dohci.c152 descriptor_callback_t callback; member in struct:context
1127 if (!ctx->callback(ctx, d, last))
1182 u32 regs, descriptor_callback_t callback)
1196 ctx->callback = callback;
1552 packet->callback(packet, &ohci->card, packet->ack);
1644 packet->callback(packet, &ctx->ohci->card, packet->ack);
1670 packet->callback(packet, &ctx->ohci->card, packet->ack);
1699 packet->callback(packet, &ctx->ohci->card, packet->ack);
2622 packet->callback(packe
1181 context_init(struct context *ctx, struct fw_ohci *ohci, u32 regs, descriptor_callback_t callback) argument
2995 descriptor_callback_t callback; local
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h212 TP_printk("id=%u, callback=%ps, IRQ=[%d, %d], pp=%d, atomic_cnt=%d",
910 TP_PROTO(unsigned int irq_reg, unsigned int irq_bit, void *callback),
911 TP_ARGS(irq_reg, irq_bit, callback),
915 __field( void *, callback)
920 __entry->callback = callback;
922 TP_printk("IRQ=[%d, %d] callback:%ps", __entry->irq_reg, __entry->irq_bit,
923 __entry->callback)
/linux-master/drivers/pnp/pnpbios/
H A Dcore.c485 .callback = exploding_pnp_bios,
495 .callback = exploding_pnp_bios,
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h209 sereq_completion_t callback; member in struct:nitrox_crypto_ctx
509 * @callback: callback after request completion/timeout
510 * @cb_arg: callback argument
530 completion_t callback; member in struct:nitrox_softreq
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c189 .callback = frontend_changed,
385 be_watch.callback = xenbus_reset_backend_state_changed;
/linux-master/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c198 desc->callback = renesas_sdhi_sys_dmac_dma_callback;
274 desc->callback = renesas_sdhi_sys_dmac_dma_callback;
/linux-master/drivers/media/tuners/
H A Dfc0012.c130 if (fe->callback) {
131 ret = fe->callback(priv->i2c, DVB_FRONTEND_COMPONENT_TUNER,
H A Dtda827x.c484 if (fe->callback)
485 fe->callback(priv->i2c_adap->algo_data,
494 if (fe->callback)
495 fe->callback(priv->i2c_adap->algo_data,
/linux-master/net/netlabel/
H A Dnetlabel_calipso.c205 * netlbl_calipso_listall_cb - calipso_doi_walk() callback for LISTALL
210 * This function is designed to be used as a callback to the
248 * @cb: the NETLINK callback
272 * netlbl_calipso_remove_cb - netlbl_calipso_remove() callback for REMOVE
277 * This function is intended for use by netlbl_calipso_remove() as the callback
491 * @callback: callback for each DOI definition
492 * @cb_arg: argument for the callback function
496 * For each entry call @callback, if @callback return
[all...]
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c370 if (cq->cq.callback)
371 cq->cq.callback(cq->cq.context, cq);
383 if (!eq->eq.callback)
388 eq->eq.callback(eq->eq.context, eq, &event);
603 queue->eq.callback = spec->eq.callback;
633 queue->cq.callback = spec->cq.callback;
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c115 completion, completion->callback, queue, completion->my_queue);
546 get_function_name((void *) completion->callback, buffer + current_length,
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.c395 hw->vring[qid].cb.callback = NULL;
403 hw->config_cb.callback = NULL;
/linux-master/include/linux/
H A Dthunderbolt.h354 * @callback: Callback called with the XDomain message. Returning %1
358 * @data: Data passed with the callback
366 * The @callback must check that the message is really directed to the
371 int (*callback)(const void *buf, size_t size, void *data); member in struct:tb_protocol_handler
586 * @callback: Callback called when the frame is finished (optional)
595 ring_cb callback; member in struct:ring_frame
626 * @frame->callback will be invoked with @frame->size, @frame->flags,
630 * @frame->callback will be called with canceled set to true.
648 * @frame->callback will be invoked with once the frame has been transmitted.
650 * If ring_stop() is called after the packet has been enqueued @frame->callback
[all...]
H A Dccp.h57 * The callback routine specified in the ccp_cmd struct will be
60 * advanced out of the backlog the "err" value of the callback
61 * will be -EINPROGRESS. Any other "err" value during callback is
629 * @callback: operation completion callback function
630 * @data: parameter value to be supplied to the callback function
633 * - engine, callback
662 /* Completion callback support */
663 void (*callback)(void *data, int err); member in struct:ccp_cmd
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c75 * @cb: rx callback handler
79 * Every rpmsg address in the system is bound to an rx callback (so when
81 * appropriate callback handler) by means of an rpmsg_endpoint struct.
84 * bind a callback, and possibly some private data too, to an rpmsg address
90 * (using the rx callback provided when they registered to the rpmsg bus).
93 * endpoint, their rx callback is bound to their rpmsg address, and when
103 * to the same remote processor their channel belongs to), an rx callback
105 * rx callback is invoked), and an address they want to bind with the
106 * callback. If @addr is RPMSG_ADDR_ANY, then rpmsg_create_ept will
531 * it an endpoint, binding its rx callback t
[all...]
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h345 * meaningful name. The 'callback' is called during DMA completion
349 void (*callback)(int, void *),
/linux-master/drivers/input/joystick/
H A Dmaplecontrol.c165 mdev->callback = NULL;
/linux-master/drivers/s390/cio/
H A Dccwreq.c56 * Clean up device state and report to callback.
69 req->callback(cdev, req->data, rc);
/linux-master/drivers/dma/qcom/
H A Dhidma_dbg.c38 seq_printf(s, "callback=%p\n", tre->callback);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sdma.c117 if (txp->callback)
118 (*txp->callback)(txp, QIB_SDMA_TXREQ_S_ABORTED);
364 /* if now past this txp's descs, do the callback */
368 if (txp->callback)
369 (*txp->callback)(txp, QIB_SDMA_TXREQ_S_OK);
486 * request does get it's callback, but in the correct order.
/linux-master/arch/x86/kernel/
H A Dmmconf-fam10h_64.c225 .callback = set_check_enable_amd_mmconf,

Completed in 304 milliseconds

<<11121314151617181920>>