Searched refs:mem_pwr_ctrl (Results 1 – 4 of 4) sorted by relevance
14 void (*mem_pwr_ctrl)(struct dio *dio, bool enable_i2c_light_sleep); member
31 .mem_pwr_ctrl = dcn10_dio_mem_pwr_ctrl,
365 if (dc->res_pool->dio && dc->res_pool->dio->funcs->mem_pwr_ctrl) in dcn201_init_hw()366 dc->res_pool->dio->funcs->mem_pwr_ctrl(dc->res_pool->dio, false); in dcn201_init_hw()
326 if (dc->res_pool->dio && dc->res_pool->dio->funcs->mem_pwr_ctrl) in dcn401_init_hw()327 dc->res_pool->dio->funcs->mem_pwr_ctrl(dc->res_pool->dio, false); in dcn401_init_hw()