Lines Matching defs:is_new
584 bool is_new;
608 is_new = true;
613 is_new = false;
626 if (elem_count < last_prop - !is_new + 1)
629 count = elem_count - (last_prop - !is_new);
640 if (!is_new)
659 if (!is_new)
665 if (!is_new)
675 *out_is_new = is_new;
822 bool is_new;
827 err = check_numeric_sensor_wobj(wobj, &size, &is_new);
840 if (!is_new)
876 if (!is_new)
889 if (!is_new && !size)
897 if (!is_new)
923 *out_is_new = is_new;
939 bool is_new;
944 err = check_numeric_sensor_wobj(wobj, &size, &is_new);
959 offset = is_new ? size - 1 : -2;
980 if (!is_new)
1316 u8 icount, u8 pcount, bool is_new)
1379 if (is_new)
1740 bool is_new;
1765 &is_new);
1811 *out_is_new = is_new;
2016 bool is_new;
2027 &icount, &count, &is_new);
2032 hp_wmi_debugfs_init(dev, info, pevents, icount, pcount, is_new);