Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c277 struct fastrpc_device *fdevice; member
1562 struct fastrpc_device *fdevice; in fastrpc_device_open() local
1566 fdevice = miscdev_to_fdevice(filp->private_data); in fastrpc_device_open()
1567 cctx = fdevice->cctx; in fastrpc_device_open()
1585 fl->is_secure_dev = fdevice->secure; in fastrpc_device_open()
2253 cctx->fdevice = fdev; in fastrpc_device_register()
2356 if (data->fdevice) in fastrpc_rpmsg_probe()
2357 misc_deregister(&data->fdevice->miscdev); in fastrpc_rpmsg_probe()
2392 if (cctx->fdevice) in fastrpc_rpmsg_remove()
2393 misc_deregister(&cctx->fdevice->miscdev); in fastrpc_rpmsg_remove()