Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 51) sorted by relevance

123

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mc.c284 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() argument
292 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in pipeline_pm_power_one()
298 entity->use_count += change; in pipeline_pm_power_one()
301 if (entity->use_count == 0 && change < 0 && subdev != NULL) in pipeline_pm_power_one()
317 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() argument
323 if (!change) in pipeline_pm_power()
330 ret = pipeline_pm_power_one(entity, change); in pipeline_pm_power()
340 pipeline_pm_power_one(first, -change); in pipeline_pm_power()
348 int change = use ? 1 : -1; in v4l2_pipeline_pm_use() local
354 entity->use_count += change; in v4l2_pipeline_pm_use()
[all …]
/linux-4.19.296/fs/gfs2/
Dinode.h62 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument
64 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks > -change)); in gfs2_add_inode_blocks()
65 change *= (GFS2_SB(inode)->sd_sb.sb_bsize/GFS2_BASIC_BLOCK); in gfs2_add_inode_blocks()
66 inode->i_blocks += change; in gfs2_add_inode_blocks()
Dquota.h31 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
Dquota.c648 static void do_qc(struct gfs2_quota_data *qd, s64 change) in do_qc() argument
666 x = be64_to_cpu(qc->qc_change) + change; in do_qc()
685 if (change < 0) /* Reset quiet flag if we freed some blocks */ in do_qc()
814 s64 change, struct gfs2_quota_data *qd, in gfs2_adjust_quota() argument
836 be64_add_cpu(&q.qu_value, change); in gfs2_adjust_quota()
1251 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change() argument
1259 gfs2_assert_warn(sdp, change)) in gfs2_quota_change()
1269 do_qc(qd, change); in gfs2_quota_change()
/linux-4.19.296/include/linux/
Dtty_flip.h21 int change; in tty_insert_flip_char() local
23 change = (tb->flags & TTYB_NORMAL) && (flag != TTY_NORMAL); in tty_insert_flip_char()
24 if (!change && tb->used < tb->size) { in tty_insert_flip_char()
Drtnetlink.h21 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
22 void rtmsg_ifinfo_newnet(int type, struct net_device *dev, unsigned int change,
25 unsigned change, u32 event,
Dregmap.h80 #define regmap_update_bits_check(map, reg, mask, val, change)\ argument
81 regmap_update_bits_base(map, reg, mask, val, change, false, false)
82 #define regmap_update_bits_check_async(map, reg, mask, val, change)\ argument
83 regmap_update_bits_base(map, reg, mask, val, change, true, false)
1000 bool *change, bool async, bool force);
1070 bool *change, bool async, bool force);
1075 bool *change, bool async, bool force);
1262 bool *change, bool async, bool force) in regmap_update_bits_base() argument
1270 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument
1279 bool *change, bool async, bool force) in regmap_fields_update_bits_base() argument
Dcdrom.h158 __u8 change : 1; member
160 __u8 change : 1;
/linux-4.19.296/drivers/gpio/
Dgpio-arizona.c37 bool change; in arizona_gpio_direction_in() local
43 &change); in arizona_gpio_direction_in()
47 if (change && persistent) { in arizona_gpio_direction_in()
Dgpio-pcf857x.c186 unsigned long change, i, status; in pcf857x_irq() local
195 change = (gpio->status ^ status) & gpio->irq_enabled; in pcf857x_irq()
199 for_each_set_bit(i, &change, gpio->chip.ngpio) in pcf857x_irq()
/linux-4.19.296/fs/nilfs2/
DKconfig13 synchronous write basis (unless there is no change). Users can
15 and can change them into snapshots which will be preserved for long
/linux-4.19.296/fs/notify/dnotify/
DKconfig6 Dnotify is a directory-based per-fd file change notification system
/linux-4.19.296/fs/nfsd/
Dnfssvc.c130 int nfsd_vers(int vers, enum vers_op change) in nfsd_vers() argument
134 switch(change) { in nfsd_vers()
169 int nfsd_minorversion(u32 minorversion, enum vers_op change) in nfsd_minorversion() argument
172 change != NFSD_AVAIL) in nfsd_minorversion()
174 switch(change) { in nfsd_minorversion()
Dnfsd.h102 int nfsd_vers(int vers, enum vers_op change);
103 int nfsd_minorversion(u32 minorversion, enum vers_op change);
/linux-4.19.296/drivers/memory/tegra/
DKconfig16 This driver is required to change memory timings / clock rate for
/linux-4.19.296/fs/affs/
Dinode.c153 = (be32_to_cpu(tail->change.days) * (24 * 60 * 60) + in affs_iget()
154 be32_to_cpu(tail->change.mins) * 60 + in affs_iget()
155 be32_to_cpu(tail->change.ticks) / 50 + in affs_iget()
195 affs_secs_to_datestamp(inode->i_mtime.tv_sec, &tail->change); in affs_write_inode()
Damigaffs.h90 struct affs_date change; member
/linux-4.19.296/fs/cramfs/
DREADME131 One option is to change mkcramfs to take its PAGE_SIZE from
133 require the least amount of change: just change `#define
137 PAGE_SIZE is subject to change between kernel versions
163 It's easy enough to change the kernel to use a smaller value than
/linux-4.19.296/include/video/
Dw100fb.h26 void (*change)(struct w100fb_par*); member
/linux-4.19.296/drivers/extcon/
Dextcon-arizona.c299 bool change; in arizona_start_mic() local
340 &change); in arizona_start_mic()
341 if (!change) { in arizona_start_mic()
353 bool change; in arizona_stop_mic() local
358 &change); in arizona_stop_mic()
380 if (change) { in arizona_stop_mic()
1730 bool change; in arizona_extcon_remove() local
1734 &change); in arizona_extcon_remove()
1736 if (change) { in arizona_extcon_remove()
/linux-4.19.296/drivers/base/regmap/
Dregmap.c41 bool *change, bool force_write);
1916 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument
1922 change, async, force); in regmap_field_update_bits_base()
1943 bool *change, bool async, bool force) in regmap_fields_update_bits_base() argument
1953 change, async, force); in regmap_fields_update_bits_base()
2777 bool *change, bool force_write) in _regmap_update_bits() argument
2782 if (change) in _regmap_update_bits()
2783 *change = false; in _regmap_update_bits()
2787 if (ret == 0 && change) in _regmap_update_bits()
2788 *change = true; in _regmap_update_bits()
[all …]
/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_ctrl.c53 static u8 handle_switch_change(u8 change, struct controller *ctrl) in handle_switch_change() argument
61 if (!change) in handle_switch_change()
68 if (change & (0x1L << hp_slot)) { in handle_switch_change()
127 static u8 handle_presence_change(u16 change, struct controller *ctrl) in handle_presence_change() argument
137 if (!change) in handle_presence_change()
144 dbg(" Changed bits are 0x%4.4x\n", change); in handle_presence_change()
147 if (change & (0x0101 << hp_slot)) { in handle_presence_change()
221 static u8 handle_power_fault(u8 change, struct controller *ctrl) in handle_power_fault() argument
228 if (!change) in handle_power_fault()
238 if (change & (0x01 << hp_slot)) { in handle_power_fault()
[all …]
/linux-4.19.296/fs/btrfs/
DKconfig24 expected to change unless there are strong reasons to do so. If there
25 is a format change, file systems with a unchanged format will
/linux-4.19.296/drivers/media/rc/img-ir/
Dimg-ir-hw.c904 struct clk_notifier_data *change) in img_ir_change_frequency() argument
909 change->old_rate, change->new_rate); in img_ir_change_frequency()
912 if (hw->clk_hz == change->new_rate) in img_ir_change_frequency()
914 hw->clk_hz = change->new_rate; in img_ir_change_frequency()
/linux-4.19.296/
D.gitignore8 # any tracked files which get ignored after the change.

123