Lines Matching refs:fastrpc_user

142 	struct fastrpc_user *fl;
164 struct fastrpc_user *fl;
191 struct fastrpc_user *fl;
219 struct fastrpc_user { struct
265 static int fastrpc_map_find(struct fastrpc_user *fl, int fd, in fastrpc_map_find()
291 static int fastrpc_buf_alloc(struct fastrpc_user *fl, struct device *dev, in fastrpc_buf_alloc()
441 struct fastrpc_user *user, u32 kernel, u32 sc, in fastrpc_context_alloc()
617 static int fastrpc_map_create(struct fastrpc_user *fl, int fd, in fastrpc_map_create()
915 struct fastrpc_user *fl = ctx->fl; in fastrpc_invoke_send()
942 static int fastrpc_internal_invoke(struct fastrpc_user *fl, u32 kernel, in fastrpc_internal_invoke()
1015 static int fastrpc_init_create_process(struct fastrpc_user *fl, in fastrpc_init_create_process()
1157 static int fastrpc_release_current_dsp_process(struct fastrpc_user *fl) in fastrpc_release_current_dsp_process()
1176 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; in fastrpc_device_release()
1220 struct fastrpc_user *fl = NULL; in fastrpc_device_open()
1256 static int fastrpc_dmabuf_alloc(struct fastrpc_user *fl, char __user *argp) in fastrpc_dmabuf_alloc()
1301 static int fastrpc_init_attach(struct fastrpc_user *fl, int pd) in fastrpc_init_attach()
1318 static int fastrpc_invoke(struct fastrpc_user *fl, char __user *argp) in fastrpc_invoke()
1348 static int fastrpc_req_munmap_impl(struct fastrpc_user *fl, in fastrpc_req_munmap_impl()
1395 static int fastrpc_req_munmap(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_munmap()
1405 static int fastrpc_req_mmap(struct fastrpc_user *fl, char __user *argp) in fastrpc_req_mmap()
1494 struct fastrpc_user *fl = (struct fastrpc_user *)file->private_data; in fastrpc_device_ioctl()
1671 static void fastrpc_notify_users(struct fastrpc_user *user) in fastrpc_notify_users()
1684 struct fastrpc_user *user; in fastrpc_rpmsg_remove()