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

/netbsd-current/sys/dev/i2c/
H A Dtps65217pmic.c549 struct tps_reg_param *c_reg; local
558 c_reg = &tps_regulators[i];
559 tps65217pmic_regulator_read_config(sc, c_reg);
687 struct tps_reg_param *c_reg; local
692 c_reg = &tps_regulators[i];
694 if (c_reg->is_enabled) {
695 if (c_reg->is_ls)
696 aprint_normal("[%s: LS] ", c_reg->name);
697 else if (c_reg->is_xadj)
698 aprint_normal("[%s: XADJ] ", c_reg
[all...]

Completed in 130 milliseconds