Searched refs:gptwo_next (Results 1 – 2 of 2) sorted by relevance
250 config = config->gptwo_next; in gptwocfg_configure()312 config->gptwo_next = gptwo_config_list; in gptwocfg_configure()341 config = config->gptwo_next; in gptwocfg_unconfigure()368 config->gptwo_next = gptwo_config_list; in gptwocfg_unconfigure()462 gptwo_config_list = config->gptwo_next; in gptwocfg_unconfigure()465 while (temp->gptwo_next != config) { in gptwocfg_unconfigure()466 temp = temp->gptwo_next; in gptwocfg_unconfigure()468 temp->gptwo_next = config->gptwo_next; in gptwocfg_unconfigure()
93 struct gptwocfg_config *gptwo_next; member