Searched refs:modified (Results 1 - 25 of 180) sorted by last modified time

12345678

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8620 * already modified the stream in place.
9377 * state was modified to wait until the OTG was on and so the IRQ
10683 bool modified = false; local
10691 modified = true;
10696 if (!modified)
10717 * `dcn10_can_pipe_disable_cursor`). By now, all modified planes are in
10726 /* Remove exiting planes if they are modified */
10771 /* Add new/modified planes */
/linux-master/drivers/md/
H A Ddm.c154 bool modified = true; local
161 modified = false;
163 if (modified) {
/linux-master/fs/btrfs/
H A Dextent_map.c287 * @gen: generation that this extent has been modified in
361 int modified)
369 if (modified)
380 * @modified: indicate whether the given @em should be added to the
381 * modified list, which indicates the extent needs to be logged
389 struct extent_map *em, int modified)
399 setup_extent_mapping(tree, em, modified);
489 int modified)
500 setup_extent_mapping(tree, new, modified);
725 bool modified; local
359 setup_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) argument
388 add_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) argument
486 replace_extent_mapping(struct extent_map_tree *tree, struct extent_map *cur, struct extent_map *new, int modified) argument
909 btrfs_replace_extent_map_range(struct btrfs_inode *inode, struct extent_map *new_em, bool modified) argument
[all...]
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c2567 .modified = 1, \
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S137 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
H A Dscall64-n64.S92 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
H A Dscall64-n32.S82 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
H A Dscall32-o32.S134 lw v0, PT_R2(sp) # Restore syscall (maybe modified)
/linux-master/fs/nfsd/
H A Dnfs4state.c8796 * @modified: return true if file was modified
8797 * @size: new size of file if modified is true
8811 bool *modified, u64 *size)
8821 *modified = false;
8870 * modified size
8878 *modified = true;
8810 nfsd4_deleg_getattr_conflict(struct svc_rqst *rqstp, struct inode *inode, bool *modified, u64 *size) argument
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c676 dev_spec->shadow_ram[i].modified = false;
3329 if (dev_spec->shadow_ram[offset + i].modified) {
3348 if (!(dev_spec->shadow_ram[offset + i].modified) ||
3349 !(dev_spec->shadow_ram[offset + i + 1].modified)) {
3357 if (dev_spec->shadow_ram[offset + i].modified)
3362 if (dev_spec->shadow_ram[offset + i].modified)
3418 if (dev_spec->shadow_ram[offset + i].modified) {
3798 dev_spec->shadow_ram[offset + i].modified = true;
3814 * checking for the modified bit and writing only the pending changes.
3860 * in the other NVM bank or a modified valu
[all...]
H A Dhw.h695 bool modified; member in struct:e1000_shadow_ram
/linux-master/include/linux/iio/
H A Diio.h181 * channel then this is it. If modified is set then the
232 * @modified: Does a modifier apply to this channel. What these are
269 unsigned modified:1; member in struct:iio_chan_spec
/linux-master/fs/exfat/
H A Dexfat_fs.h197 bool modified; member in struct:exfat_entry_set_cache
H A Ddir.c539 es->modified = true;
556 es->modified = true;
563 if (es->modified)
753 * User should call exfat_get_dentry_set() after setting 'modified' to apply
789 es->modified = false;
/linux-master/drivers/iio/proximity/
H A Disl29501.c531 .modified = 1,
/linux-master/drivers/iio/magnetometer/
H A Dmmc35240.c145 .modified = 1, \
H A Daf8133j.c78 .modified = 1, \
/linux-master/drivers/iio/light/
H A Drpr0521.c261 .modified = 1,
277 .modified = 1,
H A Dltr501.c586 .modified = 1, \
H A Das73211.c130 .modified = 1, \
H A Dhid-sensor-als.c63 .modified = 1,
95 .modified = 1,
107 .modified = 1,
/linux-master/drivers/iio/
H A Dindustrialio-core.c1027 if (chan->modified && (shared_by == IIO_SEPARATE)) {
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h87 .modified = 1, \
108 .modified = 1, \
/linux-master/drivers/iio/imu/
H A Dkmx61.c231 .modified = 1, \
251 .modified = 1, \
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c206 .modified = 1, \
230 .modified = 1, \

Completed in 431 milliseconds

12345678