Searched refs:disable_hubp (Results 1 – 2 of 2) sorted by relevance
160 void (*hubp_disable_control)(struct hubp *hubp, bool disable_hubp);
81 static void hubp1_disable_control(struct hubp *hubp, bool disable_hubp) in hubp1_disable_control() argument84 uint32_t disable = disable_hubp ? 1 : 0; in hubp1_disable_control()