Home
last modified time | relevance | path

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

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