Searched refs:new_stat (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dnamespaces.c104 struct stat new_stat; local
116 if (stat(newns, &new_stat) < 0)
122 if (old_stat.st_ino != new_stat.st_ino) {
/linux-master/drivers/gpio/
H A Dgpio-pca953x.c838 DECLARE_BITMAP(new_stat, MAX_LINE);
854 bitmap_replace(new_stat, chip->irq_trig_fall, chip->irq_trig_raise, cur_stat, gc->ngpio);
856 bitmap_and(pending, new_stat, trigger, gc->ngpio);
870 bitmap_and(new_stat, cur_stat, reg_direction, gc->ngpio);
871 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio);
874 bitmap_copy(chip->irq_stat, new_stat, gc->ngpio);
880 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio);
881 bitmap_or(new_stat, old_stat, cur_stat, gc->ngpio);
882 bitmap_and(pending, new_stat, trigger, gc->ngpio);
/linux-master/drivers/power/supply/
H A Drt9467-charger.c883 unsigned int new_stat, evts = 0; local
886 ret = regmap_read(data->regmap, RT9467_REG_CHG_STATC, &new_stat);
892 evts = data->old_stat ^ new_stat;
893 data->old_stat = new_stat;
895 if ((evts & new_stat) & RT9467_MASK_MIVR_STAT) {
/linux-master/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1153 DECLARE_BITMAP(new_stat, MAX_LINE);
1167 bitmap_replace(new_stat, chip->irq_trig_fall, chip->irq_trig_raise,
1170 bitmap_and(pending, new_stat, trigger, MAX_LINE);

Completed in 230 milliseconds