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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Daty128fb.c334 static struct fb_info_aty128 *board_list = NULL; variable in typeref:struct:fb_info_aty128
399 *board_list, struct fb_info_aty128 *new_node);
1918 board_list = aty128_board_list_add(board_list, info);
1946 fb_info_aty128 *aty128_board_list_add(struct fb_info_aty128 *board_list, argument
1949 struct fb_info_aty128 *i_p = board_list;
1952 if(board_list == NULL)
1958 return board_list;
2874 for (info = board_list; info != NULL; info = info->next) {
2987 struct fb_info_aty128 *info = board_list;
[all...]
H A Dradeonfb.c602 static struct radeonfb_info *board_list = NULL; variable in typeref:struct:radeonfb_info
991 rinfo->next = board_list;
992 board_list = rinfo;
2861 for (rinfo = board_list; rinfo != NULL; rinfo = rinfo->next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Dfbdev.c928 * @board_list: root node of list of boards
932 * Adds @new_node to the list referenced by @board_list.
940 static struct rivafb_info *riva_board_list_add(struct rivafb_info *board_list, argument
943 struct rivafb_info *i_p = board_list;
947 if (board_list == NULL)
954 return board_list;
959 * @board_list: root node of list of boards
963 * Removes @del_node from the list referenced by @board_list.
971 static struct rivafb_info *riva_board_list_del(struct rivafb_info *board_list, argument
974 struct rivafb_info *i_p = board_list;
[all...]

Completed in 49 milliseconds