Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_pm.c48 const reinit_function_ptr new_reinit_func; /* changed reinit_func */ member
56 .new_reinit_func = fn \
113 if (id->new_reinit_func != NULL) in radeon_apply_workarounds()
114 rinfo->reinit_func = id->new_reinit_func; in radeon_apply_workarounds()