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

/linux-master/include/video/
H A Dudlfb.h40 int fb_count; member in struct:dlfb_data
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h90 int fb_count; member in struct:sm750_dev
H A Dsm750.c189 * since they fb_count could change during the lifetime of
223 * since they fb_count could change during the lifetime of
272 * since they fb_count could change during the lifetime of
599 if (sm750_dev->fb_count > 1)
966 if (sm750_dev->fb_count > 1) {
989 while (sm750_dev->fb_count) {
990 fb_info = sm750_dev->fbinfo[sm750_dev->fb_count - 1];
993 sm750_dev->fb_count--;
1020 sm750_dev->fb_count++;
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c98 int fb_count; member in struct:ufx_data
1027 dev->fb_count++;
1047 info->node, user, info, dev->fb_count);
1116 dev->fb_count--;
1119 if (dev->virtualized && (dev->fb_count == 0))
1122 if ((dev->fb_count == 0) && (info->fbdefio)) {
1129 info->node, user, dev->fb_count);
1202 if ((result == 0) && (dev->fb_count == 0)) {
1555 if ((default_vmode != NULL) && (dev->fb_count == 0)) {
1746 if (dev->fb_count
[all...]
H A Dudlfb.c914 dlfb->fb_count++;
934 user, info, dlfb->fb_count);
978 dlfb->fb_count--;
980 if ((dlfb->fb_count == 0) && (info->fbdefio)) {
986 dev_dbg(info->dev, "release, user=%d count=%d\n", user, dlfb->fb_count);
1061 if (dlfb->fb_count == 0) {
1363 if ((default_vmode != NULL) && (dlfb->fb_count == 0)) {

Completed in 118 milliseconds