Searched refs:viodev (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c70 struct vio_dev *viodev; member in struct:vio_cmo_dev_entry
134 * @viodev: VIO device requesting IO memory
145 static inline int vio_cmo_alloc(struct vio_dev *viodev, size_t size) argument
155 if (viodev->cmo.entitled > viodev->cmo.allocated)
156 reserve_free = viodev->cmo.entitled - viodev->cmo.allocated;
167 viodev->cmo.allocated += size;
179 * @viodev: VIO device freeing IO memory
189 static inline void vio_cmo_dealloc(struct vio_dev *viodev, size_ argument
280 struct vio_dev *viodev; local
389 struct vio_dev *viodev; local
486 struct vio_dev *viodev = to_vio_dev(dev); local
509 struct vio_dev *viodev = to_vio_dev(dev); local
520 struct vio_dev *viodev = to_vio_dev(dev); local
544 struct vio_dev *viodev = to_vio_dev(dev); local
555 struct vio_dev *viodev = to_vio_dev(dev); local
590 struct vio_dev *viodev = to_vio_dev(dev); local
628 vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) argument
701 vio_cmo_bus_probe(struct vio_dev *viodev) argument
810 vio_cmo_bus_remove(struct vio_dev *viodev) argument
881 vio_cmo_set_dma_ops(struct vio_dev *viodev) argument
949 struct vio_dev *viodev = to_vio_dev(dev); local
956 struct vio_dev *viodev = to_vio_dev(dev); local
964 struct vio_dev *viodev = to_vio_dev(dev); local
1056 vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) argument
1057 vio_cmo_bus_probe(struct vio_dev *viodev) argument
1058 vio_cmo_bus_remove(struct vio_dev *viodev) argument
1059 vio_cmo_set_dma_ops(struct vio_dev *viodev) argument
1221 struct vio_dev *viodev = to_vio_dev(dev); local
1248 struct vio_dev *viodev = to_vio_dev(dev); local
1269 struct vio_dev *viodev = to_vio_dev(dev); local
1337 struct vio_dev *viodev; local
1571 vio_unregister_device(struct vio_dev *viodev) argument
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx.c45 struct vio_dev *viodev = nx_driver.viodev; local
50 rc = vio_h_cop_sync(viodev, op);
54 dev_dbg(&viodev->dev, "vio_h_cop_sync failed: rc: %d "
517 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ?
523 return nx_check_props(&nx_driver.viodev->dev, fc, mode) ?
529 return (slot >= 0 ? nx_check_prop(&nx_driver.viodev->dev,
531 nx_check_props(&nx_driver.viodev->dev, fc, mode)) ?
769 static int nx_probe(struct vio_dev *viodev, const struct vio_device_id *id) argument
771 dev_dbg(&viodev
787 nx_remove(struct vio_dev *viodev) argument
[all...]
H A Dnx-common-pseries.c172 static unsigned long nx842_get_desired_dma(struct vio_dev *viodev) argument
1030 static int nx842_probe(struct vio_dev *viodev, argument
1053 dev_err(&viodev->dev, "%s: Attempt to register more than one instance of the hardware\n", __func__);
1058 dev_set_drvdata(&viodev->dev, NULL);
1060 new_devdata->vdev = viodev;
1061 new_devdata->dev = &viodev->dev;
1077 dev_err(&viodev->dev, "could not register comp alg: %d\n", ret);
1082 dev_set_drvdata(&viodev->dev, rcu_dereference(devdata));
1085 if (sysfs_create_group(&viodev->dev.kobj, &nx842_attribute_group)) {
1086 dev_err(&viodev
1112 nx842_remove(struct vio_dev *viodev) argument
[all...]
H A Dnx.h79 struct vio_dev *viodev; member in struct:nx_crypto_driver
/linux-master/arch/powerpc/include/asm/
H A Dvio.h136 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c1516 struct vio_dev *viodev = adapter->vdev; local
1541 vio_cmo_set_dev_desired(viodev,
1543 (viodev));

Completed in 129 milliseconds