Home
last modified time | relevance | path

Searched refs:fb_ops (Results 1 – 25 of 125) sorted by relevance

12345

/linux/tools/perf/util/
H A Dprobe-finder.c71 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
155 if (fb_ops == NULL) in convert_variable_location()
159 op = &fb_ops[0]; in convert_variable_location()
466 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
615 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
617 pf->fb_ops = NULL; in call_probe_finder()
618 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
622 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
635 pf->fb_ops = NULL; in call_probe_finder()
1191 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_fbdev_dma.c63 static const struct fb_ops drm_fbdev_dma_fb_ops = {
96 static const struct fb_ops drm_fbdev_dma_shadowed_fb_ops = {
H A Ddrm_fbdev_shmem.c71 static const struct fb_ops drm_fbdev_shmem_fb_ops = {
H A Ddrm_fbdev_ttm.c58 static const struct fb_ops drm_fbdev_ttm_fb_ops = {
/linux/scripts/
H A Dconst_structs.checkpatch23 fb_ops
/linux/include/video/
H A Dudlfb.h58 struct fb_ops ops;
/linux/drivers/video/fbdev/
H A Dmaxinefb.c108 static const struct fb_ops maxinefb_ops = {
H A Dq40fb.c77 static const struct fb_ops q40fb_ops = {
H A Dg364fb.c113 static const struct fb_ops g364fb_ops = {
H A Dfm2fb.c168 static const struct fb_ops fm2fb_ops = {
H A Dsunxvr1000.c63 static const struct fb_ops gfb_ops = {
H A Dhecubafb.c142 static const struct fb_ops hecubafb_ops = {
H A Dsunxvr2500.c67 static const struct fb_ops s3d_ops = {
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h92 extern void mb862xxfb_init_accel(struct fb_info *info, struct fb_ops *fbops, int xres);
/linux/drivers/auxdisplay/
H A Dcfag12864bfb.c59 static const struct fb_ops cfag12864bfb_ops = {
/linux/drivers/gpu/drm/armada/
H A Darmada_fbdev.c34 static const struct fb_ops armada_fb_ops = {
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c48 static const struct fb_ops exynos_drm_fb_ops = {
/linux/drivers/video/fbdev/core/
H A Dfb_chrdev.c65 const struct fb_ops *fb; in do_fb_ioctl()
278 const struct fb_ops *fb; in fb_compat_ioctl()
/linux/drivers/gpu/drm/tegra/
H A Dfbdev.c58 static const struct fb_ops tegra_fb_ops = {
/linux/drivers/staging/sm750fb/
H A Dsm750.c673 static const struct fb_ops lynxfb_ops = {
683 static const struct fb_ops lynxfb_ops_with_cursor = {
694 static const struct fb_ops lynxfb_ops_accel = {
708 static const struct fb_ops lynxfb_ops_accel_with_cursor = {
/linux/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c57 static const struct fb_ops msm_fb_ops = {
/linux/Documentation/driver-api/
H A Dframe-buffer.rst10 fb_info, there exists a fb_ops structure which is a collection of
/linux/drivers/gpu/drm/gma500/
H A Dfbdev.c89 static const struct fb_ops psb_fbdev_fb_ops = {
/linux/drivers/video/fbdev/i810/
H A Di810.h257 struct fb_ops i810fb_ops;
/linux/samples/vfio-mdev/
H A Dmdpy-fb.c89 static const struct fb_ops mdpy_fb_ops = {

12345