Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/tools/perf/util/
Dprobe-finder.c176 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 …]
Dprobe-finder.h86 Dwarf_Op *fb_ops; /* Frame base attribute */ member
/Linux-v4.19/include/video/
Dudlfb.h54 struct fb_ops ops;
/Linux-v4.19/drivers/video/fbdev/
Dq40fb.c78 static struct fb_ops q40fb_ops = {
Dmaxinefb.c108 static struct fb_ops maxinefb_ops = {
Dg364fb.c114 static struct fb_ops g364fb_ops = {
Dfm2fb.c168 static struct fb_ops fm2fb_ops = {
Dsunxvr1000.c62 static struct fb_ops gfb_ops = {
Dsunxvr2500.c66 static struct fb_ops s3d_ops = {
Dclps711xfb.c171 static struct fb_ops clps7111fb_ops = {
Dhecubafb.c200 static struct fb_ops hecubafb_ops = {
Dpmag-ba-fb.c120 static struct fb_ops pmagbafb_ops = {
Dcobalt_lcdfb.c285 static struct fb_ops cobalt_lcd_fbops = {
Ddnfb.c110 static struct fb_ops dn_fb_ops = {
Dpmag-aa-fb.c150 static struct fb_ops aafb_ops = {
/Linux-v4.19/drivers/auxdisplay/
Dcfag12864bfb.c59 static struct fb_ops cfag12864bfb_ops = {
/Linux-v4.19/drivers/gpu/drm/gma500/
Dframebuffer.c181 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/
Darmada_fbdev.c19 static /*const*/ struct fb_ops armada_fb_ops = {
/Linux-v4.19/Documentation/driver-api/
Dframe-buffer.rst10 fb_info, there exists a fb_ops structure which is a collection of
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c38 static struct fb_ops rockchip_drm_fbdev_ops = {
/Linux-v4.19/drivers/video/fbdev/i810/
Di810.h257 struct fb_ops i810fb_ops;
/Linux-v4.19/samples/vfio-mdev/
Dmdpy-fb.c89 static struct fb_ops mdpy_fb_ops = {
/Linux-v4.19/drivers/gpu/drm/bochs/
Dbochs_fbdev.c23 static struct fb_ops bochsfb_ops = {
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fbdev.c39 static struct fb_ops msm_fb_ops = {
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_fb.c55 static struct fb_ops vboxfb_ops = {

1234567