Lines Matching defs:su2
35 struct as3711_bl_data su2;
46 return container_of(su, struct as3711_bl_supply, su2);
233 "as3711-su1" : "as3711-su2",
275 fb = of_parse_phandle(bl, "su2-dev", 0);
283 ret = of_property_read_u32(bl, "su2-max-uA", &pdata->su2_max_uA);
289 if (of_property_read_bool(bl, "su2-feedback-voltage")) {
293 if (of_property_read_bool(bl, "su2-feedback-curr1")) {
297 if (of_property_read_bool(bl, "su2-feedback-curr2")) {
301 if (of_property_read_bool(bl, "su2-feedback-curr3")) {
305 if (of_property_read_bool(bl, "su2-feedback-curr-auto")) {
315 if (of_property_read_bool(bl, "su2-fbprot-lx-sd4")) {
319 if (of_property_read_bool(bl, "su2-fbprot-gpio2")) {
323 if (of_property_read_bool(bl, "su2-fbprot-gpio3")) {
327 if (of_property_read_bool(bl, "su2-fbprot-gpio4")) {
337 if (of_property_read_bool(bl, "su2-auto-curr1")) {
341 if (of_property_read_bool(bl, "su2-auto-curr2")) {
345 if (of_property_read_bool(bl, "su2-auto-curr3")) {
351 * At least one su2-auto-curr* must be specified iff
429 su = &supply->su2;