new_invert        180 drivers/gpio/gpio-thunderx.c 	bool orig_invert, orig_od, orig_dat, new_invert, new_od;
new_invert        194 drivers/gpio/gpio-thunderx.c 	new_invert  = orig_invert;
new_invert        207 drivers/gpio/gpio-thunderx.c 		new_invert  = true;
new_invert        214 drivers/gpio/gpio-thunderx.c 		new_invert  = false;
new_invert        249 drivers/gpio/gpio-thunderx.c 	if ((new_invert != orig_invert || new_od != orig_od) &&
new_invert        251 drivers/gpio/gpio-thunderx.c 		ret = thunderx_gpio_dir_out(chip, line, orig_dat ^ new_invert);