Searched refs:vio_driver (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.15/arch/powerpc/include/asm/ |
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 static inline struct vio_driver *to_vio_driver(struct device_driver *drv) in to_vio_driver() 161 return container_of(drv, struct vio_driver, driver); in to_vio_driver()
|
/Linux-v5.15/arch/sparc/include/asm/ |
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 static inline struct vio_driver *to_vio_driver(struct device_driver *drv) in to_vio_driver() 488 return container_of(drv, struct vio_driver, driver); in to_vio_driver()
|
/Linux-v5.15/arch/sparc/kernel/ |
D | vio.c | 60 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()
|
D | ds.c | 1246 static struct vio_driver ds_driver = {
|
/Linux-v5.15/drivers/char/hw_random/ |
D | pseries-rng.c | 68 static struct vio_driver pseries_rng_driver = {
|
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | vio.c | 705 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_cmo_bus_probe() 1237 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_probe() 1264 struct vio_driver *viodrv = to_vio_driver(dev->driver); in vio_bus_remove() 1285 struct vio_driver *viodrv; in vio_bus_shutdown() 1300 int __vio_register_driver(struct vio_driver *viodrv, struct module *owner, in __vio_register_driver() 1324 void vio_unregister_driver(struct vio_driver *viodrv) in vio_unregister_driver() 1605 struct vio_driver *vio_drv = to_vio_driver(drv); in vio_bus_match()
|
/Linux-v5.15/drivers/crypto/nx/ |
D | nx.h | 80 struct vio_driver viodriver;
|
D | nx-common-pseries.c | 1200 static struct vio_driver nx842_vio_driver = {
|
/Linux-v5.15/drivers/tty/hvc/ |
D | hvc_vio.c | 365 static struct vio_driver hvc_vio_driver = {
|
D | hvcs.c | 829 static struct vio_driver hvcs_vio_driver = {
|
/Linux-v5.15/drivers/net/ethernet/sun/ |
D | ldmvsw.c | 460 static struct vio_driver vsw_port_driver = {
|
D | sunvnet.c | 546 static struct vio_driver vnet_port_driver = {
|
/Linux-v5.15/drivers/char/tpm/ |
D | tpm_ibmvtpm.c | 720 static struct vio_driver ibmvtpm_driver = {
|
/Linux-v5.15/drivers/tty/ |
D | vcc.c | 716 static struct vio_driver vcc_driver = {
|
/Linux-v5.15/drivers/block/ |
D | sunvdc.c | 1195 static struct vio_driver vdc_port_driver = {
|
/Linux-v5.15/drivers/misc/ |
D | ibmvmc.c | 2306 static struct vio_driver ibmvmc_driver = {
|
/Linux-v5.15/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1940 static struct vio_driver ibmveth_driver = {
|
D | ibmvnic.c | 5755 static struct vio_driver ibmvnic_driver = {
|
/Linux-v5.15/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2390 static struct vio_driver ibmvscsi_driver = {
|
D | ibmvfc.c | 6243 static struct vio_driver ibmvfc_driver = {
|
/Linux-v5.15/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.c | 4077 static struct vio_driver ibmvscsis_driver = {
|