Searched refs:vio_driver (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/powerpc/include/asm/ |
D | vio.h | 71 struct vio_driver { struct 84 extern int __vio_register_driver(struct vio_driver *drv, struct module *owner, argument 91 extern void vio_unregister_driver(struct vio_driver *drv); 115 static inline struct vio_driver *to_vio_driver(struct device_driver *drv) in to_vio_driver() 117 return container_of(drv, struct vio_driver, driver); in to_vio_driver()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | vio.h | 286 struct vio_driver { struct 375 extern int __vio_register_driver(struct vio_driver *drv, struct module *owner, 382 extern void vio_unregister_driver(struct vio_driver *drv); 384 static inline struct vio_driver *to_vio_driver(struct device_driver *drv) in to_vio_driver() 386 return container_of(drv, struct vio_driver, driver); in to_vio_driver()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | vio.c | 51 struct vio_driver *vio_drv = to_vio_driver(drv); in vio_bus_match() 63 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_probe() 79 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_remove() 122 int __vio_register_driver(struct vio_driver *viodrv, struct module *owner, in __vio_register_driver() 134 void vio_unregister_driver(struct vio_driver *viodrv) in vio_unregister_driver()
|
D | ds.c | 1243 static struct vio_driver ds_driver = {
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | vio.c | 709 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_cmo_bus_probe() 1113 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_probe() 1140 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_remove() 1164 int __vio_register_driver(struct vio_driver *viodrv, struct module *owner, in __vio_register_driver() 1184 void vio_unregister_driver(struct vio_driver *viodrv) in vio_unregister_driver() 1373 struct vio_driver *vio_drv = to_vio_driver(drv); in vio_bus_match()
|
/linux-3.4.99/drivers/tty/hvc/ |
D | hvc_vio.c | 310 static struct vio_driver hvc_vio_driver = {
|
D | hvcs.c | 878 static struct vio_driver hvcs_vio_driver = {
|
/linux-3.4.99/drivers/block/ |
D | sunvdc.c | 838 static struct vio_driver vdc_port_driver = {
|
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvstgt.c | 917 static struct vio_driver ibmvstgt_driver = {
|
D | ibmvscsi.c | 2063 static struct vio_driver ibmvscsi_driver = {
|
D | ibmvfc.c | 4888 static struct vio_driver ibmvfc_driver = {
|
/linux-3.4.99/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1260 static struct vio_driver vnet_port_driver = {
|
/linux-3.4.99/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1603 static struct vio_driver ibmveth_driver = {
|