Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/
H A Drpmb-core.c63 struct rpmb_dev *rdev = to_rpmb_dev(dev); in rpmb_dev_release()
104 return dev ? to_rpmb_dev(dev) : NULL; in rpmb_dev_find_device()
/linux-6.15/include/linux/
H A Drpmb.h62 #define to_rpmb_dev(x) container_of((x), struct rpmb_dev, dev) macro
/linux-6.15/drivers/tee/optee/
H A Dcore.c26 to_rpmb_dev(dev)); in rpmb_add_dev()
H A Drpc.c312 struct rpmb_dev *rdev = to_rpmb_dev(dev); in rpc_rpmb_match()