Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c276 struct fastrpc_device *secure_fdevice; member
2251 cctx->secure_fdevice = fdev; in fastrpc_device_register()
2358 if (data->secure_fdevice) in fastrpc_rpmsg_probe()
2359 misc_deregister(&data->secure_fdevice->miscdev); in fastrpc_rpmsg_probe()
2395 if (cctx->secure_fdevice) in fastrpc_rpmsg_remove()
2396 misc_deregister(&cctx->secure_fdevice->miscdev); in fastrpc_rpmsg_remove()