Searched refs:regulator_print_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | core.c | 729 static ssize_t regulator_print_state(char *buf, int state) in regulator_print_state() function 746 ret = regulator_print_state(buf, _regulator_is_enabled(rdev)); in regulator_state_show() 956 return regulator_print_state(buf, in regulator_suspend_mem_state_show() 967 return regulator_print_state(buf, in regulator_suspend_disk_state_show() 978 return regulator_print_state(buf, in regulator_suspend_standby_state_show()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 714 static ssize_t regulator_print_state(char *buf, int state) in regulator_print_state() function 731 ret = regulator_print_state(buf, _regulator_is_enabled(rdev)); in state_show() 935 return regulator_print_state(buf, in suspend_mem_state_show() 945 return regulator_print_state(buf, in suspend_disk_state_show() 955 return regulator_print_state(buf, in suspend_standby_state_show()
|
Completed in 14 milliseconds