Go to the documentation of this file. 1 #ifndef _ASM_PARISC_PARISC_DEVICE_H_
2 #define _ASM_PARISC_PARISC_DEVICE_H_
4 #include <linux/device.h>
20 unsigned long pcell_loc;
21 unsigned long mod_index;
25 unsigned long pmod_loc;
41 #define to_parisc_device(d) container_of(d, struct parisc_device, dev)
42 #define to_parisc_driver(d) container_of(d, struct parisc_driver, drv)
43 #define parisc_parent(d) to_parisc_device(d->dev.parent)
47 return dev_name(&d->
dev);