Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dopen-dice.c38 static inline struct open_dice_drvdata *to_open_dice_drvdata(struct file *filp) in to_open_dice_drvdata() function
67 unsigned long val = to_open_dice_drvdata(filp)->rmem->size; in open_dice_read()
79 if (open_dice_wipe(to_open_dice_drvdata(filp))) in open_dice_write()
91 struct open_dice_drvdata *drvdata = to_open_dice_drvdata(filp); in open_dice_mmap()