Searched refs:fb_ops (Results 1 – 25 of 155) sorted by relevance
1234567
| /Linux-v5.4/tools/perf/util/ |
| D | probe-finder.c | 163 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument 233 if (fb_ops == NULL) in convert_variable_location() 237 op = &fb_ops[0]; in convert_variable_location() 537 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable() 691 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 693 pf->fb_ops = NULL; in call_probe_finder() 695 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 699 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder() 713 pf->fb_ops = NULL; in call_probe_finder() 1198 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb() [all …]
|
| D | probe-finder.h | 86 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
| /Linux-v5.4/include/video/ |
| D | udlfb.h | 58 struct fb_ops ops;
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | maxinefb.c | 108 static struct fb_ops maxinefb_ops = {
|
| D | q40fb.c | 78 static struct fb_ops q40fb_ops = {
|
| D | g364fb.c | 114 static struct fb_ops g364fb_ops = {
|
| D | fm2fb.c | 168 static struct fb_ops fm2fb_ops = {
|
| D | sunxvr1000.c | 62 static struct fb_ops gfb_ops = {
|
| D | sunxvr2500.c | 66 static struct fb_ops s3d_ops = {
|
| D | hecubafb.c | 200 static struct fb_ops hecubafb_ops = {
|
| D | pmag-ba-fb.c | 120 static struct fb_ops pmagbafb_ops = {
|
| D | dnfb.c | 111 static struct fb_ops dn_fb_ops = {
|
| D | cobalt_lcdfb.c | 272 static struct fb_ops cobalt_lcd_fbops = {
|
| /Linux-v5.4/drivers/auxdisplay/ |
| D | cfag12864bfb.c | 60 static struct fb_ops cfag12864bfb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/gma500/ |
| D | framebuffer.c | 169 static struct fb_ops psbfb_ops = { 180 static struct fb_ops psbfb_roll_ops = { 191 static struct fb_ops psbfb_unaccel_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
| D | vbox_fb.c | 36 static struct fb_ops vboxfb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/armada/ |
| D | armada_fbdev.c | 19 static /*const*/ struct fb_ops armada_fb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_fbdev.c | 30 static struct fb_ops rockchip_drm_fbdev_ops = {
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | frame-buffer.rst | 10 fb_info, there exists a fb_ops structure which is a collection of
|
| /Linux-v5.4/drivers/video/fbdev/i810/ |
| D | i810.h | 257 struct fb_ops i810fb_ops;
|
| /Linux-v5.4/samples/vfio-mdev/ |
| D | mdpy-fb.c | 89 static struct fb_ops mdpy_fb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/msm/ |
| D | msm_fbdev.c | 29 static struct fb_ops msm_fb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/ |
| D | hibmc_drm_fbdev.c | 41 static struct fb_ops hibmc_drm_fb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_drm_fbdev.c | 63 static struct fb_ops exynos_drm_fb_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_fbcon.c | 206 static struct fb_ops nouveau_fbcon_ops = { 217 static struct fb_ops nouveau_fbcon_sw_ops = {
|
1234567