Searched refs:vio_driver (Results 1 – 20 of 20) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | vio.h | 112 struct vio_driver { struct 126 extern int __vio_register_driver(struct vio_driver *drv, struct module *owner, argument 133 extern void vio_unregister_driver(struct vio_driver *drv); 159 #define to_vio_driver(__drv) container_of_const(__drv, struct vio_driver, driver)
|
/linux/arch/sparc/kernel/ |
H A D | vio.c | 60 const struct vio_driver *vio_drv = to_vio_driver(drv); in vio_bus_match() 72 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_probe() 99 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_remove() 161 int __vio_register_driver(struct vio_driver *viodrv, struct module *owner, in __vio_register_driver() 173 void vio_unregister_driver(struct vio_driver *viodrv) in vio_unregister_driver()
|
H A D | ds.c | 1246 static struct vio_driver ds_driver = {
|
/linux/arch/sparc/include/asm/ |
H A D | vio.h | 360 struct vio_driver { struct 477 int __vio_register_driver(struct vio_driver *drv, struct module *owner, 484 void vio_unregister_driver(struct vio_driver *drv); 486 #define to_vio_driver(__drv) container_of_const(__drv, struct vio_driver, driver)
|
/linux/drivers/char/hw_random/ |
H A D | pseries-rng.c | 68 static struct vio_driver pseries_rng_driver = {
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 706 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_cmo_bus_probe() 1222 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_probe() 1249 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_remove() 1270 struct vio_driver *viodrv; in vio_bus_shutdown() 1285 int __vio_register_driver(struct vio_driver *viodrv, struct module *owner, in __vio_register_driver() 1309 void vio_unregister_driver(struct vio_driver *viodrv) in vio_unregister_driver() 1582 const struct vio_driver *vio_drv = to_vio_driver(drv); in vio_bus_match()
|
/linux/drivers/crypto/nx/ |
H A D | nx.h | 80 struct vio_driver viodriver;
|
/linux/drivers/tty/hvc/ |
H A D | hvc_vio.c | 367 static struct vio_driver hvc_vio_driver = {
|
H A D | hvcs.c | 828 static struct vio_driver hvcs_vio_driver = {
|
/linux/drivers/net/ethernet/sun/ |
H A D | ldmvsw.c | 458 static struct vio_driver vsw_port_driver = {
|
H A D | sunvnet.c | 536 static struct vio_driver vnet_port_driver = {
|
/linux/drivers/char/tpm/ |
H A D | tpm_ibmvtpm.c | 712 static struct vio_driver ibmvtpm_driver = {
|
/linux/drivers/tty/ |
H A D | vcc.c | 727 static struct vio_driver vcc_driver = {
|
/linux/drivers/block/ |
H A D | sunvdc.c | 1206 static struct vio_driver vdc_port_driver = {
|
/linux/drivers/misc/ |
H A D | ibmvmc.c | 2306 static struct vio_driver ibmvmc_driver = {
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1926 static struct vio_driver ibmveth_driver = {
|
H A D | ibmvnic.c | 6689 static struct vio_driver ibmvnic_driver = {
|
/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2393 static struct vio_driver ibmvscsi_driver = {
|
H A D | ibmvfc.c | 6508 static struct vio_driver ibmvfc_driver = {
|
/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 4005 static struct vio_driver ibmvscsis_driver = {
|