Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_pm.c47 const reinit_function_ptr new_reinit_func; /* changed reinit_func */ member
55 .new_reinit_func = fn \
112 if (id->new_reinit_func != NULL) in radeon_apply_workarounds()
113 rinfo->reinit_func = id->new_reinit_func; in radeon_apply_workarounds()