Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/power/reset/
Datc260x-poweroff.c16 struct atc260x_pwrc { struct
19 int (*do_poweroff)(const struct atc260x_pwrc *pwrc, bool restart); argument
22 static int atc2603c_do_poweroff(const struct atc260x_pwrc *pwrc, bool restart) in atc2603c_do_poweroff()
73 static int atc2609a_do_poweroff(const struct atc260x_pwrc *pwrc, bool restart) in atc2609a_do_poweroff()
124 static int atc2603c_init(const struct atc260x_pwrc *pwrc) in atc2603c_init()
149 static int atc2609a_init(const struct atc260x_pwrc *pwrc) in atc2609a_init()
166 struct atc260x_pwrc *pwrc = data->cb_data; in atc260x_pwrc_pm_handler()
177 struct atc260x_pwrc *pwrc = data->cb_data; in atc260x_pwrc_restart_handler()
186 struct atc260x_pwrc *priv; in atc260x_pwrc_probe()