Searched refs:of_match (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | rk808-regulator.c | 77 .name = (_match), .supply_name = (_supply), .of_match = of_match_ptr(_match), \
88 .name = (_match), .supply_name = (_supply), .of_match = of_match_ptr(_match), \
113 .name = (_match), .supply_name = (_supply), .of_match = of_match_ptr(_match), \
853 .of_match = of_match_ptr("DCDC_REG1"),
873 .of_match = of_match_ptr("DCDC_REG2"),
893 .of_match = of_match_ptr("DCDC_REG3"),
909 .of_match = of_match_ptr("DCDC_REG4"),
939 .of_match = of_match_ptr("DCDC_REG1"),
956 .of_match = of_match_ptr("DCDC_REG2"),
973 .of_match [all...] |
H A D | of_regulator.c | 399 if (!dev->of_node || !desc->of_match) { in regulator_of_get_init_node() 407 if (!strcmp(desc->of_match, search->name)) { in regulator_of_get_init_node() 428 if (!strcmp(desc->of_match, name)) { in regulator_of_get_init_node()
|
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
H A D | driver.h | 215 * @of_match: Name used to identify regulator in DT. 216 * @of_match_full_name: A flag to indicate that the of_match string, if 219 * @of_parse_cb: Optional callback called only if of_match is present. 308 const char *of_match; member
|
/device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
H A D | rk806-regulator.c | 950 .of_match = of_match_ptr(_name),\
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | bq25700_charger.c | 1790 .of_match = "otg-vbus",
|
Completed in 9 milliseconds