Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 99) sorted by relevance

1234

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h53 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/Documentation/ABI/testing/
H A Dsysfs-driver-ppi24 This file is readonly.
43 This file is readonly.
53 This file is readonly.
64 This file is readonly.
75 This file is readonly.
H A Dsysfs-driver-hid-roccat-kone22 This file is readonly.
30 This file is readonly.
42 This file is readonly.
124 This file is readonly.
H A Dconfigfs-usb-gadget-phonet6 This item contains just one readonly attribute: ifname.
H A Dconfigfs-usb-gadget-serial6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-obex6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-acm6 This item contains just one readonly attribute: port_num.
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c1421 bool update, bool readonly, in pmbus_add_sensor() argument
1440 readonly = true; in pmbus_add_sensor()
1450 readonly ? 0444 : 0644, in pmbus_add_sensor()
1511 bool readonly:1; /* True if the attribute is read-only */ member
1562 l->readonly, l->writeonly, true); in pmbus_add_limit_attrs()
1725 .readonly = true,
1730 .readonly = true,
1735 .readonly = true,
1743 .readonly = true,
1747 .readonly = true,
[all …]
/linux/include/xen/
H A Dgrant_table.h91 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/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-kovaplus7 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.
H A Dsysfs-driver-hid-roccat-pyra18 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.
H A Dsysfs-driver-hid-roccat-koneplus32 This file is readonly.
78 This file is readonly.
107 This file is readonly.
144 This file is readonly.
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c194 int readonly = 0; in main() local
265 readonly = 1; in main()
323 fd = open(device, readonly ? O_RDONLY : O_RDWR); in main()
451 if (!readonly) { in main()
472 if (!readonly) { in main()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages() argument
187 if (!readonly) in amdgpu_hmm_range_get_pages()
H A Damdgpu_hmm.h40 uint64_t start, uint64_t npages, bool readonly,
/linux/drivers/mtd/
H A Dsm_ftl.c328 BUG_ON(ftl->readonly); in sm_write_sector()
475 BUG_ON(ftl->readonly); in sm_erase_block()
567 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info()
592 if (!ftl->readonly) in sm_get_media_info()
1064 BUG_ON(ftl->readonly); in sm_write()
1183 trans->readonly = ftl->readonly; in sm_add_mtd()
H A Dsm_ftl.h37 bool readonly; /* is FS readonly */ member
H A Dmtdblock_ro.c49 dev->readonly = 1; in mtdblock_add_mtd()
/linux/drivers/mtd/nand/raw/
H A Dr852.c607 int readonly; in r852_update_media_status() local
616 readonly = r852_read_reg(dev, R852_CARD_STA) & R852_CARD_STA_RO; in r852_update_media_status()
622 readonly ? "readonly" : "writeable"); in r852_update_media_status()
624 dev->readonly = readonly; in r852_update_media_status()
640 if (dev->readonly) in r852_register_nand_device()
H A Dr852.h134 int readonly; /* card is readonly */ member
/linux/fs/btrfs/
H A Dscrub.h14 bool readonly, bool is_dev_replace);
/linux/drivers/xen/
H A Dgntalloc.c124 int i, rc, readonly; in add_grefs() local
129 readonly = !(op->flags & GNTALLOC_FLAG_WRITABLE); in add_grefs()
149 readonly); in add_grefs()
/linux/drivers/block/rnbd/
H A Drnbd-srv.h55 bool readonly; member
H A Drnbd-srv.c240 if (!sess_dev->readonly) in rnbd_destroy_sess_dev()
580 struct file *bdev_file, bool readonly, in rnbd_srv_create_set_sess_dev() argument
595 sdev->readonly = readonly; in rnbd_srv_create_set_sess_dev()
/linux/include/linux/mtd/
H A Dblktrans.h27 int readonly; member

1234