Lines Matching refs:bd957x_regulator_data
95 struct bd957x_regulator_data { struct
122 struct bd957x_regulator_data regulator_data[BD9576_NUM_REGULATORS]; argument
165 static void bd9576_fill_ovd_flags(struct bd957x_regulator_data *data, in bd9576_fill_ovd_flags()
177 static void bd9576_fill_ocp_flags(struct bd957x_regulator_data *data, in bd9576_fill_ocp_flags()
189 static void bd9576_fill_uvd_flags(struct bd957x_regulator_data *data, in bd9576_fill_uvd_flags()
201 static void bd9576_fill_temp_flags(struct bd957x_regulator_data *data, in bd9576_fill_temp_flags()
240 struct bd957x_regulator_data *r) in check_ocp_flag_mismatch()
259 struct bd957x_regulator_data *r) in check_uvd_flag_mismatch()
277 struct bd957x_regulator_data *r) in check_ovd_flag_mismatch()
295 struct bd957x_regulator_data *r) in check_temp_flag_mismatch()
314 struct bd957x_regulator_data *r; in bd9576_set_ocp()
323 r = container_of(rdev->desc, struct bd957x_regulator_data, desc); in bd9576_set_ocp()
388 struct bd957x_regulator_data *r; in bd9576_set_uvp()
404 r = container_of(rdev->desc, struct bd957x_regulator_data, desc); in bd9576_set_uvp()
428 struct bd957x_regulator_data *r; in bd9576_set_ovp()
444 r = container_of(rdev->desc, struct bd957x_regulator_data, desc); in bd9576_set_ovp()
469 struct bd957x_regulator_data *r; in bd9576_set_tw()
487 r = container_of(rdev->desc, struct bd957x_regulator_data, desc); in bd9576_set_tw()
578 struct bd957x_regulator_data *data; in vouts1_get_fet_res()
582 data = container_of(desc, struct bd957x_regulator_data, desc); in vouts1_get_fet_res()
806 struct bd957x_regulator_data *rdata; in bd9576_uvd_handler()
843 struct bd957x_regulator_data *rdata; in bd9576_ovd_handler()
880 struct bd957x_regulator_data *rdata; in bd9576_thermal_handler()
1033 struct bd957x_regulator_data *r = &ic_data->regulator_data[i]; in bd957x_probe()