Searched refs:probe_str (Results 1 – 1 of 1) sorted by relevance
2701 char **probe_str; in opl_unprobe_io() local2711 probe_str = &board_cfg->cfg_pcich_probe_str[i][j]; in opl_unprobe_io()2721 if (*probe_str != NULL) { in opl_unprobe_io()2722 kmem_free(*probe_str, PROBE_STR_SIZE); in opl_unprobe_io()2723 *probe_str = NULL; in opl_unprobe_io()2741 probe_str = &board_cfg->cfg_cmuch_probe_str; in opl_unprobe_io()2751 if (*probe_str != NULL) { in opl_unprobe_io()2752 kmem_free(*probe_str, PROBE_STR_SIZE); in opl_unprobe_io()2753 *probe_str = NULL; in opl_unprobe_io()