Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c363 struct fastrpc_map **ppmap) in fastrpc_map_lookup() argument
378 *ppmap = map; in fastrpc_map_lookup()
750 u64 len, u32 attr, struct fastrpc_map **ppmap) in fastrpc_map_attach() argument
828 *ppmap = map; in fastrpc_map_attach()
843 u64 len, u32 attr, struct fastrpc_map **ppmap) in fastrpc_map_create() argument
848 if (!fastrpc_map_lookup(fl, fd, ppmap)) { in fastrpc_map_create()
849 if (!fastrpc_map_get(*ppmap)) in fastrpc_map_create()
855 err = fastrpc_map_attach(fl, fd, len, attr, ppmap); in fastrpc_map_create()