Searched refs:axq_config (Results 1 – 1 of 1) sorted by relevance
682 sc_gptwocfg_config_t *board_config, *axq_config, *prior_config; in sc_unprobe_board() local722 axq_config = board_config; in sc_unprobe_board()755 if (axq_config->link == NULL) { in sc_unprobe_board()761 axq_config->port_cookie = in sc_unprobe_board()762 sc_gptwocfg_unconfigure_axq(axq_config->port_cookie); in sc_unprobe_board()764 if (axq_config->port_cookie == NULL) { in sc_unprobe_board()771 if (sc_gptwo_config_list == axq_config) { in sc_unprobe_board()772 sc_gptwo_config_list = axq_config->next; in sc_unprobe_board()775 while (board_config->next != axq_config) { in sc_unprobe_board()778 board_config->next = axq_config->next; in sc_unprobe_board()[all …]