Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c262 struct fastrpc_device *fdevice; member
1372 struct fastrpc_device *fdevice; in fastrpc_device_open() local
1376 fdevice = miscdev_to_fdevice(filp->private_data); in fastrpc_device_open()
1377 cctx = fdevice->cctx; in fastrpc_device_open()
1395 fl->is_secure_dev = fdevice->secure; in fastrpc_device_open()
2035 cctx->fdevice = fdev; in fastrpc_device_register()
2154 if (cctx->fdevice) in fastrpc_rpmsg_remove()
2155 misc_deregister(&cctx->fdevice->miscdev); in fastrpc_rpmsg_remove()