Home | History | Annotate | Download | only in fbdev

Lines Matching defs:ndpy

86 fbdev_display(const struct native_display *ndpy)
88 return (struct fbdev_display *) ndpy;
247 fbdev_display_create_window_surface(struct native_display *ndpy,
251 struct fbdev_display *fbdpy = fbdev_display(ndpy);
305 fbdev_display_create_scanout_surface(struct native_display *ndpy,
309 return fbdev_display_create_window_surface(ndpy,
314 fbdev_display_program(struct native_display *ndpy, int crtc_idx,
323 fbdev_display_get_modes(struct native_display *ndpy,
331 struct fbdev_display *fbdpy = fbdev_display(ndpy);
349 fbdev_display_get_connectors(struct native_display *ndpy, int *num_connectors,
374 fbdev_display_get_configs(struct native_display *ndpy, int *num_configs)
376 struct fbdev_display *fbdpy = fbdev_display(ndpy);
390 fbdev_display_get_param(struct native_display *ndpy,
410 fbdev_display_destroy(struct native_display *ndpy)
412 struct fbdev_display *fbdpy = fbdev_display(ndpy);
420 fbdev_display_init_screen(struct native_display *ndpy)
422 struct fbdev_display *fbdpy = fbdev_display(ndpy);
448 fbdev_display_init_config(struct native_display *ndpy)
450 struct fbdev_display *fbdpy = fbdev_display(ndpy);
514 struct native_display *ndpy;
536 ndpy = fbdev_display_create(fd, fbdev_event_handler);
537 if (!ndpy)
540 return ndpy;