• Home
  • Raw
  • Download

Lines Matching refs:vdev

303 	struct vio_dev *vdev;  member
439 hvcsd->vdev->unit_address, in hvcs_vterm_state_store()
538 vio_disable_interrupts(hvcsd->vdev); in hvcs_throttle()
552 vio_disable_interrupts(hvcsd->vdev); in hvcs_handle_interrupt()
563 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_try_write()
601 unit_address = hvcsd->vdev->unit_address; in hvcs_io()
634 vio_enable_interrupts(hvcsd->vdev); in hvcs_io()
705 struct vio_dev *vdev; in destroy_hvcs_struct() local
718 hvcsd->vdev->unit_address, in destroy_hvcs_struct()
723 hvcsd->vdev->unit_address); in destroy_hvcs_struct()
725 vdev = hvcsd->vdev; in destroy_hvcs_struct()
726 hvcsd->vdev = NULL; in destroy_hvcs_struct()
736 sysfs_remove_group(&vdev->dev.kobj, &hvcs_attr_group); in destroy_hvcs_struct()
787 hvcsd->vdev = dev; in hvcs_probe()
804 hvcsd->vdev->unit_address); in hvcs_probe()
819 hvcsd->vdev->unit_address); in hvcs_probe()
910 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_get_pi()
981 unsigned int unit_address = hvcsd->vdev->unit_address; in hvcs_partner_connect()
1033 retval = hvcs_free_connection(hvcsd->vdev->unit_address); in hvcs_partner_free()
1040 unsigned int irq, struct vio_dev *vdev) in hvcs_enable_device() argument
1055 if (vio_enable_interrupts(vdev) == H_SUCCESS) in hvcs_enable_device()
1116 struct vio_dev *vdev; in hvcs_open() local
1148 irq = hvcsd->vdev->irq; in hvcs_open()
1149 vdev = hvcsd->vdev; in hvcs_open()
1150 unit_address = hvcsd->vdev->unit_address; in hvcs_open()
1159 if (((rc = hvcs_enable_device(hvcsd, unit_address, irq, vdev)))) { in hvcs_open()
1180 hvcsd->vdev->unit_address ); in hvcs_open()
1218 vio_disable_interrupts(hvcsd->vdev); in hvcs_close()
1227 irq = hvcsd->vdev->irq; in hvcs_close()
1245 hvcsd->vdev->unit_address, hvcsd->open_count); in hvcs_close()
1268 vio_disable_interrupts(hvcsd->vdev); in hvcs_hangup()
1283 irq = hvcsd->vdev->irq; in hvcs_hangup()
1352 unit_address = hvcsd->vdev->unit_address; in hvcs_write()