Searched refs:do_hd (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dhd.c150 static void (*do_hd)(void) = NULL; variable
152 if ((do_hd = (x)) != NULL) \
535 do_hd = NULL;
587 if (do_hd)
595 do_hd = NULL;
678 void (*handler)(void) = do_hd;
680 do_hd = NULL;

Completed in 91 milliseconds