Lines Matching refs:label
463 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument
464 static const struct twlreg_info TWL4030_INFO_##label = { \
467 .table_len = ARRAY_SIZE(label##_VSEL_table), \
468 .table = label##_VSEL_table, \
471 .name = #label, \
472 .id = TWL4030_REG_##label, \
473 .n_voltages = ARRAY_SIZE(label##_VSEL_table), \
482 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf, \ argument
484 static const struct twlreg_info TWL4030_INFO_##label = { \
489 .name = #label, \
490 .id = TWL4030_REG_##label, \
497 .n_linear_ranges = ARRAY_SIZE(label ## _ranges), \
498 .linear_ranges = label ## _ranges, \
502 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument
504 static const struct twlreg_info TWLFIXED_INFO_##label = { \
509 .name = #label, \
510 .id = TWL4030##_REG_##label, \
547 #define TWL_OF_MATCH(comp, family, label) \ argument
550 .data = &family##_INFO_##label, \
553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument