Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c106 #define miscdev_to_fdevice(d) container_of(d, struct fastrpc_device, miscdev) macro
1566 fdevice = miscdev_to_fdevice(filp->private_data); in fastrpc_device_open()