open_dice_drvdata
struct open_dice_drvdata *drvdata;
*drvdata = (struct open_dice_drvdata){
struct open_dice_drvdata *drvdata = platform_get_drvdata(pdev);
static inline struct open_dice_drvdata *to_open_dice_drvdata(struct file *filp)
return container_of(filp->private_data, struct open_dice_drvdata, misc);
static int open_dice_wipe(struct open_dice_drvdata *drvdata)
struct open_dice_drvdata *drvdata = to_open_dice_drvdata(filp);