Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c442 struct dma_buf_te_ioctl_alloc alloc_req; in do_dma_buf_te_ioctl_alloc() local
449 if (copy_from_user(&alloc_req, buf, sizeof(alloc_req))) { in do_dma_buf_te_ioctl_alloc()
454 if (!alloc_req.size) { in do_dma_buf_te_ioctl_alloc()
469 if (alloc_req.size > max_nr_pages) { in do_dma_buf_te_ioctl_alloc()
471 __func__, alloc_req.size, max_nr_pages); in do_dma_buf_te_ioctl_alloc()
481 alloc->nr_pages = alloc_req.size; in do_dma_buf_te_ioctl_alloc()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dhwa742.c227 static inline struct hwa742_request *alloc_req(void) in alloc_req() function
403 req = alloc_req(); \
547 req = alloc_req(); in hwa742_sync()
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dblkback.c409 static struct pending_req *alloc_req(struct xen_blkif_ring *ring) in alloc_req() function
1113 pending_req = alloc_req(ring); in __do_block_io_op()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c2892 struct npc_mcam_alloc_entry_req alloc_req = { }; in rvu_mbox_handler_nix_rxvlan_alloc() local
2910 alloc_req.hdr.pcifunc = pcifunc; in rvu_mbox_handler_nix_rxvlan_alloc()
2911 alloc_req.count = 1; in rvu_mbox_handler_nix_rxvlan_alloc()
2913 err = rvu_mbox_handler_npc_mcam_alloc_entry(rvu, &alloc_req, in rvu_mbox_handler_nix_rxvlan_alloc()