Searched refs:linear_range_get_selector_within (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/power/supply/ |
| A D | mt6360_charger.c | 389 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_ICHG], val->intval, &sel); in mt6360_charger_set_ichg() 401 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_VOREG], val->intval, &sel); in mt6360_charger_set_cv() 413 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_AICR], val->intval, &sel); in mt6360_charger_set_aicr() 425 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_VMIVR], val->intval, &sel); in mt6360_charger_set_mivr() 437 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_IPREC], val->intval, &sel); in mt6360_charger_set_iprechg() 449 linear_range_get_selector_within(&mt6360_chg_range[MT6360_RANGE_IEOC], val->intval, &sel); in mt6360_charger_set_ieoc()
|
| /linux/lib/ |
| A D | linear_ranges.c | 255 void linear_range_get_selector_within(const struct linear_range *r, in linear_range_get_selector_within() function 273 EXPORT_SYMBOL_GPL(linear_range_get_selector_within);
|
| /linux/include/linux/ |
| A D | linear_range.h | 44 void linear_range_get_selector_within(const struct linear_range *r,
|
| /linux/ |
| A D | vmlinux.symvers | 9062 0x00000000 linear_range_get_selector_within vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 16810 ffff8000104a30a0 T linear_range_get_selector_within
|
| A D | .tmp_System.map | 16810 ffff8000104a30a0 T linear_range_get_selector_within
|
Completed in 347 milliseconds