Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h114 struct vchiq_bulk { struct
135 struct vchiq_bulk bulks[VCHIQ_NUM_SERVICE_BULKS]; argument
495 struct vchiq_bulk *bulk;
556 struct vchiq_bulk *bulk);
560 struct vchiq_bulk *bulk);
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_arm.c117 struct vchiq_bulk *bulk_params);
513 struct vchiq_bulk bulk_params = {}; in vchiq_bulk_transmit()
548 struct vchiq_bulk bulk_params = {}; in vchiq_bulk_receive()
581 struct vchiq_bulk *bulk_params) in vchiq_blocking_bulk_transfer()
604 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer()
630 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer()
H A Dvchiq_core.c458 struct vchiq_header *header, struct vchiq_bulk *bulk) in make_service_callback()
1308 get_bulk_reason(struct vchiq_bulk *bulk) in get_bulk_reason()
1324 struct vchiq_bulk *bulk) in service_notify_bulk()
1375 struct vchiq_bulk *bulk = in notify_bulks()
1495 create_pagelist(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in create_pagelist()
1755 vchiq_prepare_bulk_data(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in vchiq_prepare_bulk_data()
1776 vchiq_complete_bulk(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in vchiq_complete_bulk()
1801 struct vchiq_bulk *bulk = &queue->bulks[BULK_INDEX(queue->process)]; in abort_outstanding_bulks()
2092 struct vchiq_bulk *bulk; in parse_message()
3035 struct vchiq_bulk *bulk_params) in vchiq_bulk_xfer_queue_msg_killable()
[all …]
H A Dvchiq_dev.c292 struct vchiq_bulk bulk_params = {}; in vchiq_irq_queue_bulk_tx_rx()