Symbol: intel_fbdev
sys/dev/drm/i915/i915_drv.h
1854
struct intel_fbdev *fbdev;
sys/dev/drm/i915/i915_drv.h
664
struct intel_fbdev;
sys/dev/drm/i915/intel_fbdev.c
120
struct intel_fbdev *ifbdev =
sys/dev/drm/i915/intel_fbdev.c
121
container_of(helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
177
struct intel_fbdev *ifbdev =
sys/dev/drm/i915/intel_fbdev.c
178
container_of(helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
48
static void intel_fbdev_invalidate(struct intel_fbdev *ifbdev)
sys/dev/drm/i915/intel_fbdev.c
538
static void intel_fbdev_destroy(struct intel_fbdev *ifbdev)
sys/dev/drm/i915/intel_fbdev.c
569
struct intel_fbdev *ifbdev)
sys/dev/drm/i915/intel_fbdev.c
60
struct intel_fbdev *ifbdev =
sys/dev/drm/i915/intel_fbdev.c
61
container_of(fb_helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
697
struct intel_fbdev *ifbdev;
sys/dev/drm/i915/intel_fbdev.c
703
ifbdev = kzalloc(sizeof(struct intel_fbdev), GFP_KERNEL);
sys/dev/drm/i915/intel_fbdev.c
729
struct intel_fbdev *ifbdev = data;
sys/dev/drm/i915/intel_fbdev.c
739
struct intel_fbdev *ifbdev = to_i915(dev)->fbdev;
sys/dev/drm/i915/intel_fbdev.c
74
struct intel_fbdev *ifbdev =
sys/dev/drm/i915/intel_fbdev.c
747
static void intel_fbdev_sync(struct intel_fbdev *ifbdev)
sys/dev/drm/i915/intel_fbdev.c
75
container_of(fb_helper, struct intel_fbdev, helper);
sys/dev/drm/i915/intel_fbdev.c
759
struct intel_fbdev *ifbdev = dev_priv->fbdev;
sys/dev/drm/i915/intel_fbdev.c
773
struct intel_fbdev *ifbdev = fetch_and_zero(&dev_priv->fbdev);
sys/dev/drm/i915/intel_fbdev.c
786
static void intel_fbdev_hpd_set_suspend(struct intel_fbdev *ifbdev, int state)
sys/dev/drm/i915/intel_fbdev.c
807
struct intel_fbdev *ifbdev = dev_priv->fbdev;
sys/dev/drm/i915/intel_fbdev.c
860
struct intel_fbdev *ifbdev = to_i915(dev)->fbdev;
sys/dev/drm/i915/intel_fbdev.c
879
struct intel_fbdev *ifbdev = to_i915(dev)->fbdev;
sys/dev/drm/i915/intel_fbdev.c
90
struct intel_fbdev *ifbdev =
sys/dev/drm/i915/intel_fbdev.c
91
container_of(fb_helper, struct intel_fbdev, helper);