Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drpmb.h67 struct rpmb_dev *rpmb_dev_find_device(const void *data,
89 rpmb_dev_find_device(const void *data, const struct rpmb_dev *start, in rpmb_dev_find_device() function
/linux/drivers/misc/
H A Drpmb-core.c95 struct rpmb_dev *rpmb_dev_find_device(const void *data, in rpmb_dev_find_device() function
109 EXPORT_SYMBOL_GPL(rpmb_dev_find_device);
/linux/drivers/tee/optee/
H A Drpc.c341 rdev = rpmb_dev_find_device(NULL, optee->rpmb_dev, rpc_rpmb_match); in handle_rpc_func_rpmb_probe_next()