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_find_property(bl, "su2-feedback-voltage", NULL)) {
293 if (of_find_property(bl, "su2-feedback-curr1", NULL)) {
297 if (of_find_property(bl, "su2-feedback-curr2", NULL)) {
301 if (of_find_property(bl, "su2-feedback-curr3", NULL)) {
305 if (of_find_property(bl, "su2-feedback-curr-auto", NULL)) {
315 if (of_find_property(bl, "su2-fbprot-lx-sd4", NULL)) {
319 if (of_find_property(bl, "su2-fbprot-gpio2", NULL)) {
323 if (of_find_property(bl, "su2-fbprot-gpio3", NULL)) {
327 if (of_find_property(bl, "su2-fbprot-gpio4", NULL)) {
337 if (of_find_property(bl, "su2-auto-curr1", NULL)) {
341 if (of_find_property(bl, "su2-auto-curr2", NULL)) {
345 if (of_find_property(bl, "su2-auto-curr3", NULL)) {
351 * At least one su2-auto-curr* must be specified iff
429 su = &supply->su2;