Home
last modified time | relevance | path

Searched refs:all_chips (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dchipsfb.c107 static struct fb_info_chips *all_chips; variable
629 if (all_chips == NULL) in init_chips()
632 p->next = all_chips; in init_chips()
633 all_chips = p; in init_chips()
644 return all_chips? 0: -ENODEV; in chips_init()
706 for (p = all_chips; p != NULL; p = p->next) { in chips_sleep_notify()