Lines Matching refs:fastrpc_user

193 	struct fastrpc_user *fl;
215 struct fastrpc_user *fl;
244 struct fastrpc_user *fl;
296 struct fastrpc_user { struct
388 static int fastrpc_map_lookup(struct fastrpc_user *fl, int fd, in fastrpc_map_lookup()
422 static int __fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, in __fastrpc_buf_alloc()
455 static int fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, in fastrpc_buf_alloc()
473 static int fastrpc_remote_heap_alloc(struct fastrpc_user *fl, struct device *dev, in fastrpc_remote_heap_alloc()
595 struct fastrpc_user *user, u32 kernel, u32 sc, in fastrpc_context_alloc()
774 static dma_addr_t fastrpc_compute_dma_addr(struct fastrpc_user *fl, dma_addr_t sg_dma_addr) in fastrpc_compute_dma_addr()
779 static int fastrpc_map_attach(struct fastrpc_user *fl, int fd, in fastrpc_map_attach()
871 static int fastrpc_map_create(struct fastrpc_user *fl, int fd, in fastrpc_map_create()
1119 struct fastrpc_user *fl = ctx->fl; in fastrpc_put_args()
1168 struct fastrpc_user *fl = ctx->fl; in fastrpc_invoke_send()
1195 static int fastrpc_internal_invoke(struct fastrpc_user *fl, u32 kernel, in fastrpc_internal_invoke()
1274 static bool is_session_rejected(struct fastrpc_user *fl, bool unsigned_pd_request) in is_session_rejected()
1292 static int fastrpc_init_create_static_process(struct fastrpc_user *fl, in fastrpc_init_create_static_process()
1413 static int fastrpc_init_create_process(struct fastrpc_user *fl, in fastrpc_init_create_process()
1530 struct fastrpc_user *fl) in fastrpc_session_alloc()
1562 static int fastrpc_release_current_dsp_process(struct fastrpc_user *fl) in fastrpc_release_current_dsp_process()
1580 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; in fastrpc_device_release()
1623 struct fastrpc_user *fl = NULL; in fastrpc_device_open()
1662 static int fastrpc_dmabuf_alloc(struct fastrpc_user *fl, char __user *argp) in fastrpc_dmabuf_alloc()
1707 static int fastrpc_init_attach(struct fastrpc_user *fl, int pd) in fastrpc_init_attach()
1723 static int fastrpc_invoke(struct fastrpc_user *fl, char __user *argp) in fastrpc_invoke()
1753 static int fastrpc_get_info_from_dsp(struct fastrpc_user *fl, uint32_t *dsp_attr_buf, in fastrpc_get_info_from_dsp()
1778 struct fastrpc_user *fl) in fastrpc_get_info_from_kernel()
1820 static int fastrpc_get_dsp_info(struct fastrpc_user *fl, char __user *argp) in fastrpc_get_dsp_info()
1846 static int fastrpc_req_munmap_impl(struct fastrpc_user *fl, struct fastrpc_buf *buf) in fastrpc_req_munmap_impl()
1877 static int fastrpc_req_munmap(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_munmap()
1904 static int fastrpc_req_mmap(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_mmap()
2006 static int fastrpc_req_mem_unmap_impl(struct fastrpc_user *fl, struct fastrpc_mem_unmap *req) in fastrpc_req_mem_unmap_impl()
2050 static int fastrpc_req_mem_unmap(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_mem_unmap()
2060 static int fastrpc_req_mem_map(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_mem_map()
2140 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; in fastrpc_device_ioctl()
2461 static void fastrpc_notify_users(struct fastrpc_user *user) in fastrpc_notify_users()
2477 struct fastrpc_user *user; in fastrpc_rpmsg_remove()