Searched refs:urd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | vmur.c | 88 * Each ur device (urd) contains a reference to its corresponding ccw device 89 * (cdev) using the urd->cdev pointer. Each ccw device has a reference to the 92 * urd references: 93 * - ur_probe gets a urd reference, ur_remove drops the reference 95 * - ur_open gets a urd reference, ur_release drops the reference 96 * (urf->urd) 99 * - urdev_alloc get a cdev reference (urd->cdev) 100 * - urdev_free drops the cdev reference (urd->cdev) 106 struct urdev *urd; in urdev_alloc() local 108 urd in urdev_alloc() 123 urdev_free(struct urdev *urd) urdev_free() argument 131 urdev_get(struct urdev *urd) urdev_get() argument 138 struct urdev *urd; urdev_get_from_cdev() local 153 struct urdev *urd; urdev_get_from_devno() local 164 urdev_put(struct urdev *urd) urdev_put() argument 252 do_ur_io(struct urdev *urd, struct ccw1 *cpa) do_ur_io() argument 285 struct urdev *urd = container_of(ws, struct urdev, uevent_work); ur_uevent() local 301 struct urdev *urd; ur_int_handler() local 340 struct urdev *urd; ur_attr_reclen_show() local 370 get_urd_class(struct urdev *urd) get_urd_class() argument 394 urfile_alloc(struct urdev *urd) urfile_alloc() argument 418 do_write(struct urdev *urd, const char __user *udata, size_t count, size_t reclen, loff_t *ppos) do_write() argument 519 struct urdev *urd; diag14_read() local 565 struct urdev *urd; ur_read() local 601 verify_uri_device(struct urdev *urd) verify_uri_device() argument 649 verify_device(struct urdev *urd) verify_device() argument 661 get_uri_file_reclen(struct urdev *urd) get_uri_file_reclen() argument 682 get_file_reclen(struct urdev *urd) get_file_reclen() argument 697 struct urdev *urd; ur_open() local 821 struct urdev *urd; ur_probe() local 868 struct urdev *urd; ur_set_online() local 938 struct urdev *urd; ur_set_offline_force() local [all...] |
H A D | vmur.h | 88 struct urdev *urd; member
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | vmur.c | 86 * Each ur device (urd) contains a reference to its corresponding ccw device 87 * (cdev) using the urd->cdev pointer. Each ccw device has a reference to the 90 * urd references: 91 * - ur_probe gets a urd reference, ur_remove drops the reference 93 * - ur_open gets a urd reference, ur_release drops the reference 94 * (urf->urd) 97 * - urdev_alloc get a cdev reference (urd->cdev) 98 * - urdev_free drops the cdev reference (urd->cdev) 104 struct urdev *urd; in urdev_alloc() local 106 urd in urdev_alloc() 120 urdev_free(struct urdev *urd) urdev_free() argument 128 urdev_get(struct urdev *urd) urdev_get() argument 135 struct urdev *urd; urdev_get_from_cdev() local 150 struct urdev *urd; urdev_get_from_devno() local 161 urdev_put(struct urdev *urd) urdev_put() argument 178 struct urdev *urd = dev_get_drvdata(&cdev->dev); ur_pm_suspend() local 271 do_ur_io(struct urdev *urd, struct ccw1 *cpa) do_ur_io() argument 308 struct urdev *urd; ur_int_handler() local 338 struct urdev *urd; ur_attr_reclen_show() local 368 get_urd_class(struct urdev *urd) get_urd_class() argument 392 urfile_alloc(struct urdev *urd) urfile_alloc() argument 416 do_write(struct urdev *urd, const char __user *udata, size_t count, size_t reclen, loff_t *ppos) do_write() argument 517 struct urdev *urd; diag14_read() local 563 struct urdev *urd; ur_read() local 599 verify_uri_device(struct urdev *urd) verify_uri_device() argument 647 verify_device(struct urdev *urd) verify_device() argument 659 get_uri_file_reclen(struct urdev *urd) get_uri_file_reclen() argument 680 get_file_reclen(struct urdev *urd) get_file_reclen() argument 695 struct urdev *urd; ur_open() local 819 struct urdev *urd; ur_probe() local 866 struct urdev *urd; ur_set_online() local 936 struct urdev *urd; ur_set_offline_force() local [all...] |
H A D | vmur.h | 86 struct urdev *urd; member
|
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio.h | 89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ 97 .uaccess_read = urd, \
|
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio.h | 89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ 97 .uaccess_read = urd, \
|
Completed in 3 milliseconds