Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c90 #define miscdev_to_fdevice(d) container_of(d, struct fastrpc_device, miscdev) macro
1376 fdevice = miscdev_to_fdevice(filp->private_data); in fastrpc_device_open()