Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/drivers/misc/
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-6.12.1/drivers/tee/optee/
Drpc.c341 rdev = rpmb_dev_find_device(NULL, optee->rpmb_dev, rpc_rpmb_match); in handle_rpc_func_rpmb_probe_next()