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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi_lcd.c448 static unsigned long (*get_hsync_time)(struct device *dev); variable
459 if (!get_hsync_time)
460 get_hsync_time = symbol_get(w100fb_get_hsynclen);
461 if (!get_hsync_time)
464 return get_hsync_time(&corgifb_device.dev);
469 if (get_hsync_time)
471 get_hsync_time = NULL;
498 if (!get_hsync_time)
499 get_hsync_time = symbol_get(pxafb_get_hsync_time);
500 if (!get_hsync_time)
[all...]

Completed in 101 milliseconds