Home
last modified time | relevance | path

Searched refs:vchiq_bulk_xfer_callback (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h559 vchiq_bulk_xfer_callback(struct vchiq_instance *instance, unsigned int handle,
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_arm.c526 ret = vchiq_bulk_xfer_callback(instance, handle, &bulk_params); in vchiq_bulk_transmit()
561 ret = vchiq_bulk_xfer_callback(instance, handle, &bulk_params); in vchiq_bulk_receive()
H A Dvchiq_dev.c344 status = vchiq_bulk_xfer_callback(instance, args->handle, in vchiq_irq_queue_bulk_tx_rx()
H A Dvchiq_core.c3510 vchiq_bulk_xfer_callback(struct vchiq_instance *instance, unsigned int handle, in vchiq_bulk_xfer_callback() function