/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-mc.c | 284 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/ |
D | inode.h | 62 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()
|
D | quota.h | 31 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
|
D | quota.c | 648 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/ |
D | tty_flip.h | 21 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()
|
D | rtnetlink.h | 21 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,
|
D | regmap.h | 80 #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
|
D | cdrom.h | 158 __u8 change : 1; member 160 __u8 change : 1;
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-arizona.c | 37 bool change; in arizona_gpio_direction_in() local 43 &change); in arizona_gpio_direction_in() 47 if (change && persistent) { in arizona_gpio_direction_in()
|
D | gpio-pcf857x.c | 186 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/ |
D | Kconfig | 13 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/ |
D | Kconfig | 6 Dnotify is a directory-based per-fd file change notification system
|
/linux-4.19.296/fs/nfsd/ |
D | nfssvc.c | 130 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()
|
D | nfsd.h | 102 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/ |
D | Kconfig | 16 This driver is required to change memory timings / clock rate for
|
/linux-4.19.296/fs/affs/ |
D | inode.c | 153 = (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()
|
D | amigaffs.h | 90 struct affs_date change; member
|
/linux-4.19.296/fs/cramfs/ |
D | README | 131 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/ |
D | w100fb.h | 26 void (*change)(struct w100fb_par*); member
|
/linux-4.19.296/drivers/extcon/ |
D | extcon-arizona.c | 299 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/ |
D | regmap.c | 41 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/ |
D | cpqphp_ctrl.c | 53 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/ |
D | Kconfig | 24 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/ |
D | img-ir-hw.c | 904 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 | .gitignore | 8 # any tracked files which get ignored after the change.
|