| /linux-6.15/tools/perf/util/ |
| H A D | probe-finder.c | 71 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() 1190 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb() [all …]
|
| H A D | probe-finder.h | 74 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
| /linux-6.15/scripts/ |
| H A D | const_structs.checkpatch | 22 fb_ops
|
| /linux-6.15/include/video/ |
| H A D | udlfb.h | 58 struct fb_ops ops;
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | q40fb.c | 77 static const struct fb_ops q40fb_ops = {
|
| H A D | maxinefb.c | 108 static const struct fb_ops maxinefb_ops = {
|
| H A D | g364fb.c | 113 static const struct fb_ops g364fb_ops = {
|
| H A D | fm2fb.c | 168 static const struct fb_ops fm2fb_ops = {
|
| H A D | hecubafb.c | 142 static const struct fb_ops hecubafb_ops = {
|
| H A D | sunxvr1000.c | 63 static const struct fb_ops gfb_ops = {
|
| H A D | sunxvr2500.c | 67 static const struct fb_ops s3d_ops = {
|
| /linux-6.15/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 92 extern void mb862xxfb_init_accel(struct fb_info *info, struct fb_ops *fbops, int xres);
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_fbdev_dma.c | 63 static const struct fb_ops drm_fbdev_dma_fb_ops = { 98 static const struct fb_ops drm_fbdev_dma_shadowed_fb_ops = {
|
| H A D | drm_fbdev_shmem.c | 71 static const struct fb_ops drm_fbdev_shmem_fb_ops = {
|
| /linux-6.15/drivers/auxdisplay/ |
| H A D | cfag12864bfb.c | 59 static const struct fb_ops cfag12864bfb_ops = {
|
| /linux-6.15/drivers/gpu/drm/armada/ |
| H A D | armada_fbdev.c | 35 static const struct fb_ops armada_fb_ops = {
|
| /linux-6.15/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_fbdev.c | 49 static const struct fb_ops exynos_drm_fb_ops = {
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | fbdev.c | 60 static const struct fb_ops tegra_fb_ops = {
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_fbdev.c | 59 static const struct fb_ops msm_fb_ops = {
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fb_chrdev.c | 65 const struct fb_ops *fb; in do_fb_ioctl() 278 const struct fb_ops *fb; in fb_compat_ioctl()
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 10 fb_info, there exists a fb_ops structure which is a collection of
|
| /linux-6.15/drivers/staging/sm750fb/ |
| H A D | sm750.c | 666 static const struct fb_ops lynxfb_ops = { 676 static const struct fb_ops lynxfb_ops_with_cursor = { 687 static const struct fb_ops lynxfb_ops_accel = { 701 static const struct fb_ops lynxfb_ops_accel_with_cursor = {
|
| /linux-6.15/drivers/video/fbdev/aty/ |
| H A D | mach64_cursor.c | 202 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) in aty_init_cursor()
|
| /linux-6.15/drivers/video/fbdev/i810/ |
| H A D | i810.h | 257 struct fb_ops i810fb_ops;
|
| /linux-6.15/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 89 static const struct fb_ops mdpy_fb_ops = {
|