Searched refs:of_map_mode (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | of_regulator.c | 137 if (desc && desc->of_map_mode) { in of_get_regulation_constraints() 138 mode = desc->of_map_mode(pval); in of_get_regulation_constraints() 151 if (desc && desc->of_map_mode) { in of_get_regulation_constraints() 158 mode = desc->of_map_mode(pval); in of_get_regulation_constraints() 220 if (desc && desc->of_map_mode) { in of_get_regulation_constraints() 221 mode = desc->of_map_mode(pval); in of_get_regulation_constraints()
|
H A D | rk808-regulator.c | 867 .of_map_mode = rk8xx_regulator_of_map_mode,
887 .of_map_mode = rk8xx_regulator_of_map_mode,
903 .of_map_mode = rk8xx_regulator_of_map_mode,
923 .of_map_mode = rk8xx_regulator_of_map_mode,
1039 .of_map_mode = rk8xx_regulator_of_map_mode,
1059 .of_map_mode = rk8xx_regulator_of_map_mode,
1075 .of_map_mode = rk8xx_regulator_of_map_mode,
1095 .of_map_mode = rk8xx_regulator_of_map_mode,
1131 .of_map_mode = rk8xx_regulator_of_map_mode,
1151 .of_map_mode [all...] |
H A D | fan53555.c | 711 di->desc.of_map_mode = fan53555_map_mode; in fan53555_regulator_probe()
|
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
H A D | driver.h | 303 * @of_map_mode: Maps a hardware mode defined in a DeviceTree to a standard mode 371 unsigned int (*of_map_mode)(unsigned int mode); member
|
/device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
H A D | rk806-regulator.c | 964 .of_map_mode = rk806_regulator_of_map_mode,\
|
Completed in 9 milliseconds