Searched refs:LINEAR_RANGE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ macro
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/linux-master/drivers/regulator/
H A Dtps6287x-regulator.c37 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-master/drivers/power/supply/
H A Dbd99954-charger.c771 LINEAR_RANGE(0, 0x0, 0x1ff, 32000),
776 LINEAR_RANGE(0, 0x0, 0x10, 64000),
777 LINEAR_RANGE(1024000, 0x11, 0x1f, 0),
785 LINEAR_RANGE(2560000, 0, 0xA0, 0),
786 LINEAR_RANGE(2560000, 0xA0, 0x4B0, 16000),
787 LINEAR_RANGE(19200000, 0x4B0, 0x7FF, 0),
792 LINEAR_RANGE(2560000, 0, 0x28, 0),
793 LINEAR_RANGE(2560000, 0x28, 0x12C, 64000),
794 LINEAR_RANGE(19200000, 0x12C, 0x1FF, 0),
799 LINEAR_RANGE(204800
[all...]
/linux-master/lib/
H A Dtest_linear_ranges.c110 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-master/include/linux/regulator/
H A Ddriver.h54 LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV)

Completed in 255 milliseconds