Searched refs:ppmap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 389 struct fastrpc_map **ppmap) in fastrpc_map_lookup() argument 404 *ppmap = map; in fastrpc_map_lookup() 780 u64 len, u32 attr, struct fastrpc_map **ppmap) in fastrpc_map_attach() argument 857 *ppmap = map; in fastrpc_map_attach() 872 u64 len, u32 attr, struct fastrpc_map **ppmap) in fastrpc_map_create() argument 877 if (!fastrpc_map_lookup(fl, fd, ppmap)) { in fastrpc_map_create() 878 if (!fastrpc_map_get(*ppmap)) in fastrpc_map_create() 884 err = fastrpc_map_attach(fl, fd, len, attr, ppmap); in fastrpc_map_create()
|