Searched refs:subdev_8255_struct (Results 1 – 1 of 1) sorted by relevance
100 struct subdev_8255_struct { struct106 #define CALLBACK_ARG (((struct subdev_8255_struct *)s->private)->cb_arg) argument107 #define CALLBACK_FUNC (((struct subdev_8255_struct *)s->private)->cb_func)108 #define subdevpriv ((struct subdev_8255_struct *)s->private)344 s->private = kmalloc(sizeof(struct subdev_8255_struct), GFP_KERNEL); in subdev_8255_init()