Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dopen-dice.c31 struct open_dice_drvdata { struct
38 static inline struct open_dice_drvdata *to_open_dice_drvdata(struct file *filp) in to_open_dice_drvdata() argument
40 return container_of(filp->private_data, struct open_dice_drvdata, misc); in to_open_dice_drvdata()
43 static int open_dice_wipe(struct open_dice_drvdata *drvdata) in open_dice_wipe()
91 struct open_dice_drvdata *drvdata = to_open_dice_drvdata(filp); in open_dice_mmap()
119 struct open_dice_drvdata *drvdata; in open_dice_probe()
142 *drvdata = (struct open_dice_drvdata){ in open_dice_probe()
170 struct open_dice_drvdata *drvdata = platform_get_drvdata(pdev); in open_dice_remove()