Home
last modified time | relevance | path

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

/openbmc/linux/drivers/reset/starfive/
H A Dreset-starfive-jh7110.c16 struct jh7110_reset_info { struct
22 static const struct jh7110_reset_info jh7110_sys_info = { argument
28 static const struct jh7110_reset_info jh7110_aon_info = {
34 static const struct jh7110_reset_info jh7110_stg_info = {
40 static const struct jh7110_reset_info jh7110_isp_info = {
46 static const struct jh7110_reset_info jh7110_vout_info = {
55 struct jh7110_reset_info *info = (struct jh7110_reset_info *)(id->driver_data); in jh7110_reset_probe()