Home
last modified time | relevance | path

Searched refs:reset_control_get_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dreset.h40 int reset_control_get_count(struct device *dev);
119 static inline int reset_control_get_count(struct device *dev) in reset_control_get_count() function
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dcore.c981 int reset_control_get_count(struct device *dev) in reset_control_get_count() function
988 EXPORT_SYMBOL_GPL(reset_control_get_count);
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-ee-pwrc.c410 int count = reset_control_get_count(&pdev->dev); in meson_ee_pwrc_init_domain()