/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_vma_resource.h | 53 bool readonly:1; member 206 bool readonly, in i915_vma_resource_init() argument 222 vma_res->bi.readonly = readonly; in i915_vma_resource_init()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 24 This file is readonly. 43 This file is readonly. 53 This file is readonly. 64 This file is readonly. 75 This file is readonly.
|
D | sysfs-driver-hid-roccat-kone | 22 This file is readonly. 30 This file is readonly. 42 This file is readonly. 124 This file is readonly.
|
D | configfs-usb-gadget-phonet | 6 This item contains just one readonly attribute: ifname.
|
D | configfs-usb-gadget-obex | 6 This item contains just one readonly attribute: port_num.
|
D | configfs-usb-gadget-serial | 6 This item contains just one readonly attribute: port_num.
|
D | configfs-usb-gadget-acm | 6 This item contains just one readonly attribute: port_num.
|
/linux-6.12.1/include/xen/ |
D | grant_table.h | 91 int readonly); 150 unsigned long frame, int readonly); 155 struct page *page, int readonly) in gnttab_page_grant_foreign_access_ref_one() argument 158 readonly); in gnttab_page_grant_foreign_access_ref_one()
|
/linux-6.12.1/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 7 This file is readonly. 28 This file is readonly. 38 This file is readonly. 50 This file is readonly. 85 This file is readonly. 114 This file is readonly.
|
D | sysfs-driver-hid-roccat-pyra | 18 This file is readonly. 27 This file is readonly. 39 This file is readonly. 74 This file is readonly. 103 This file is readonly. 124 This file is readonly.
|
D | sysfs-driver-hid-roccat-koneplus | 32 This file is readonly. 78 This file is readonly. 107 This file is readonly. 144 This file is readonly.
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_hmm.c | 169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages() argument 192 if (!readonly) in amdgpu_hmm_range_get_pages()
|
D | amdgpu_hmm.h | 35 uint64_t start, uint64_t npages, bool readonly,
|
/linux-6.12.1/fs/btrfs/ |
D | scrub.h | 14 int readonly, int is_dev_replace);
|
/linux-6.12.1/drivers/mtd/ |
D | sm_ftl.c | 330 BUG_ON(ftl->readonly); in sm_write_sector() 477 BUG_ON(ftl->readonly); in sm_erase_block() 569 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info() 594 if (!ftl->readonly) in sm_get_media_info() 1066 BUG_ON(ftl->readonly); in sm_write() 1186 trans->readonly = ftl->readonly; in sm_add_mtd()
|
D | sm_ftl.h | 37 bool readonly; /* is FS readonly */ member
|
D | mtdblock_ro.c | 49 dev->readonly = 1; in mtdblock_add_mtd()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | r852.c | 604 int readonly; in r852_update_media_status() local 613 readonly = r852_read_reg(dev, R852_CARD_STA) & R852_CARD_STA_RO; in r852_update_media_status() 619 readonly ? "readonly" : "writeable"); in r852_update_media_status() 621 dev->readonly = readonly; in r852_update_media_status() 637 if (dev->readonly) in r852_register_nand_device()
|
D | r852.h | 134 int readonly; /* card is readonly */ member
|
/linux-6.12.1/drivers/block/rnbd/ |
D | rnbd-srv.h | 55 bool readonly; member
|
D | rnbd-srv.c | 232 if (!sess_dev->readonly) in rnbd_destroy_sess_dev() 570 struct file *bdev_file, bool readonly, in rnbd_srv_create_set_sess_dev() argument 585 sdev->readonly = readonly; in rnbd_srv_create_set_sess_dev()
|
/linux-6.12.1/drivers/xen/ |
D | gntalloc.c | 124 int i, rc, readonly; in add_grefs() local 129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE); in add_grefs() 149 readonly); in add_grefs()
|
/linux-6.12.1/include/linux/mtd/ |
D | blktrans.h | 27 int readonly; member
|
/linux-6.12.1/fs/qnx6/ |
D | Kconfig | 12 However, keep in mind that this currently is a readonly driver!
|
/linux-6.12.1/init/ |
D | do_mounts.c | 44 static int __init readonly(char *str) in readonly() function 60 __setup("ro", readonly);
|