Searched refs:fb_ops (Results 1 – 25 of 166) sorted by relevance
1234567
/Linux-v4.19/tools/perf/util/ |
D | probe-finder.c | 176 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument 246 if (fb_ops == NULL) in convert_variable_location() 250 op = &fb_ops[0]; in convert_variable_location() 546 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable() 699 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 701 pf->fb_ops = NULL; in call_probe_finder() 703 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 707 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder() 721 pf->fb_ops = NULL; in call_probe_finder() 1206 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-v4.19/include/video/ |
D | udlfb.h | 54 struct fb_ops ops;
|
/Linux-v4.19/drivers/video/fbdev/ |
D | q40fb.c | 78 static struct fb_ops q40fb_ops = {
|
D | maxinefb.c | 108 static struct fb_ops maxinefb_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 | clps711xfb.c | 171 static struct fb_ops clps7111fb_ops = {
|
D | hecubafb.c | 200 static struct fb_ops hecubafb_ops = {
|
D | pmag-ba-fb.c | 120 static struct fb_ops pmagbafb_ops = {
|
D | cobalt_lcdfb.c | 285 static struct fb_ops cobalt_lcd_fbops = {
|
D | dnfb.c | 110 static struct fb_ops dn_fb_ops = {
|
D | pmag-aa-fb.c | 150 static struct fb_ops aafb_ops = {
|
/Linux-v4.19/drivers/auxdisplay/ |
D | cfag12864bfb.c | 59 static struct fb_ops cfag12864bfb_ops = {
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 181 static struct fb_ops psbfb_ops = { 192 static struct fb_ops psbfb_roll_ops = { 203 static struct fb_ops psbfb_unaccel_ops = {
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 19 static /*const*/ struct fb_ops armada_fb_ops = {
|
/Linux-v4.19/Documentation/driver-api/ |
D | frame-buffer.rst | 10 fb_info, there exists a fb_ops structure which is a collection of
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 38 static struct fb_ops rockchip_drm_fbdev_ops = {
|
/Linux-v4.19/drivers/video/fbdev/i810/ |
D | i810.h | 257 struct fb_ops i810fb_ops;
|
/Linux-v4.19/samples/vfio-mdev/ |
D | mdpy-fb.c | 89 static struct fb_ops mdpy_fb_ops = {
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 23 static struct fb_ops bochsfb_ops = {
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 39 static struct fb_ops msm_fb_ops = {
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_fb.c | 55 static struct fb_ops vboxfb_ops = {
|
1234567