Searched refs:dp (Results 1 – 1 of 1) sorted by relevance
277 static void set_dp(struct mic_info *mic, int type, void *dp) in set_dp() argument281 mic->mic_console.console_dp = dp; in set_dp()284 mic->mic_net.net_dp = dp; in set_dp()287 mic->mic_virtblk.block_dp = dp; in set_dp()313 void *dp = get_dp(mic, type); in get_device_desc() local317 d = dp + i; in get_device_desc()1741 DIR *dp; in init_mic_list() local1744 dp = opendir(MICSYSFSDIR); in init_mic_list()1745 if (!dp) in init_mic_list()1748 while ((file = readdir(dp)) != NULL) { in init_mic_list()[all …]