Searched refs:LINEAR_RANGE (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/power/supply/ |
| H A D | bd99954-charger.c | 764 LINEAR_RANGE(0, 0x0, 0x1ff, 32000), 769 LINEAR_RANGE(0, 0x0, 0x10, 64000), 770 LINEAR_RANGE(1024000, 0x11, 0x1f, 0), 778 LINEAR_RANGE(2560000, 0, 0xA0, 0), 779 LINEAR_RANGE(2560000, 0xA0, 0x4B0, 16000), 780 LINEAR_RANGE(19200000, 0x4B0, 0x7FF, 0), 785 LINEAR_RANGE(2560000, 0, 0x28, 0), 787 LINEAR_RANGE(19200000, 0x12C, 0x1FF, 0), 792 LINEAR_RANGE(2048000, 0, 0x20, 0), 794 LINEAR_RANGE(19200000, 0x12C, 0x1FF, 0), [all …]
|
| /linux-6.15/drivers/regulator/ |
| H A D | tps6287x-regulator.c | 37 LINEAR_RANGE(400000, 0, 0xFF, 1250), 38 LINEAR_RANGE(400000, 0, 0xFF, 2500), 39 LINEAR_RANGE(400000, 0, 0xFF, 5000), 40 LINEAR_RANGE(800000, 0, 0xFF, 10000),
|
| /linux-6.15/include/linux/ |
| H A D | linear_range.h | 29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ macro 38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
|
| /linux-6.15/lib/tests/ |
| H A D | test_linear_ranges.c | 110 LINEAR_RANGE(RANGE1_MIN, RANGE1_MIN_SEL, RANGE1_MAX_SEL, RANGE1_STEP), 111 LINEAR_RANGE(RANGE2_MIN, RANGE2_MIN_SEL, RANGE2_MAX_SEL, RANGE2_STEP),
|
| /linux-6.15/include/linux/regulator/ |
| H A D | driver.h | 54 LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV)
|