Searched refs:has_changed (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/power/
H A Djz4740-battery.c193 bool has_changed = false; jz_battery_update() local
206 has_changed = true; jz_battery_update()
213 has_changed = true; jz_battery_update()
216 if (has_changed) jz_battery_update()
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c653 int has_changed = 0; export_symbol() local
669 if (!has_changed) { export_symbol()
680 has_changed = 1; export_symbol()
687 if (has_changed) export_symbol()
/linux-4.4.14/scripts/kconfig/
H A Dconfdata.c1169 bool has_changed = false; conf_set_all_new_symbols() local
1177 has_changed = true; for_all_symbols()
1239 has_changed = randomize_choice_values(csym); for_all_symbols()
1242 has_changed = true; for_all_symbols()
1246 return has_changed;
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1566 /* has_changed is set by cluster_changed */ new_to_cur()
1567 changed = ctrl->has_changed; new_to_cur()
1621 * Set has_changed to false to avoid generating cluster_changed()
1625 ctrl->has_changed = false; cluster_changed()
1632 ctrl->has_changed = ctrl_changed; cluster_changed()
1633 changed |= ctrl->has_changed; cluster_changed()
/linux-4.4.14/include/media/
H A Dv4l2-ctrls.h111 * @has_changed: Set when the current value differs from the new value. Drivers
184 unsigned int has_changed:1; member in struct:v4l2_ctrl

Completed in 367 milliseconds