Searched refs:gptwo_next (Results 1 – 2 of 2) sorted by relevance
244 config = config->gptwo_next; in gptwocfg_configure()254 config = config->gptwo_next; in gptwocfg_configure()316 config->gptwo_next = gptwo_config_list; in gptwocfg_configure()345 config = config->gptwo_next; in gptwocfg_unconfigure()372 config->gptwo_next = gptwo_config_list; in gptwocfg_unconfigure()466 gptwo_config_list = config->gptwo_next; in gptwocfg_unconfigure()469 while (temp->gptwo_next != config) { in gptwocfg_unconfigure()470 temp = temp->gptwo_next; in gptwocfg_unconfigure()472 temp->gptwo_next = config->gptwo_next; in gptwocfg_unconfigure()
93 struct gptwocfg_config *gptwo_next; member