Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/tools/perf/util/
Dprobe-finder.c163 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 …]
Dprobe-finder.h86 Dwarf_Op *fb_ops; /* Frame base attribute */ member
/Linux-v5.4/include/video/
Dudlfb.h58 struct fb_ops ops;
/Linux-v5.4/drivers/video/fbdev/
Dmaxinefb.c108 static struct fb_ops maxinefb_ops = {
Dq40fb.c78 static struct fb_ops q40fb_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 = {
Dhecubafb.c200 static struct fb_ops hecubafb_ops = {
Dpmag-ba-fb.c120 static struct fb_ops pmagbafb_ops = {
Ddnfb.c111 static struct fb_ops dn_fb_ops = {
Dcobalt_lcdfb.c272 static struct fb_ops cobalt_lcd_fbops = {
/Linux-v5.4/drivers/auxdisplay/
Dcfag12864bfb.c60 static struct fb_ops cfag12864bfb_ops = {
/Linux-v5.4/drivers/gpu/drm/gma500/
Dframebuffer.c169 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/
Dvbox_fb.c36 static struct fb_ops vboxfb_ops = {
/Linux-v5.4/drivers/gpu/drm/armada/
Darmada_fbdev.c19 static /*const*/ struct fb_ops armada_fb_ops = {
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c30 static struct fb_ops rockchip_drm_fbdev_ops = {
/Linux-v5.4/Documentation/driver-api/
Dframe-buffer.rst10 fb_info, there exists a fb_ops structure which is a collection of
/Linux-v5.4/drivers/video/fbdev/i810/
Di810.h257 struct fb_ops i810fb_ops;
/Linux-v5.4/samples/vfio-mdev/
Dmdpy-fb.c89 static struct fb_ops mdpy_fb_ops = {
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_fbdev.c29 static struct fb_ops msm_fb_ops = {
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c41 static struct fb_ops hibmc_drm_fb_ops = {
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c63 static struct fb_ops exynos_drm_fb_ops = {
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c206 static struct fb_ops nouveau_fbcon_ops = {
217 static struct fb_ops nouveau_fbcon_sw_ops = {

1234567