Go to the documentation of this file. 1 #ifndef __LINUX_MAPLE_H
2 #define __LINUX_MAPLE_H
57 unsigned long function;
84 unsigned long function;
91 unsigned long function);
99 #define to_maple_dev(n) container_of(n, struct maple_device, dev)
100 #define to_maple_driver(n) container_of(n, struct maple_driver, drv)
102 #define maple_get_drvdata(d) dev_get_drvdata(&(d)->dev)
103 #define maple_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, (p))