Searched refs:fb_ops (Results 1 – 25 of 154) sorted by relevance
1234567
| /Linux-v5.10/tools/perf/util/ |
| D | probe-finder.c | 171 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument 252 if (fb_ops == NULL) in convert_variable_location() 256 op = &fb_ops[0]; in convert_variable_location() 565 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable() 714 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 716 pf->fb_ops = NULL; in call_probe_finder() 718 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 722 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder() 736 pf->fb_ops = NULL; in call_probe_finder() 1278 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb() [all …]
|
| D | probe-finder.h | 89 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
| /Linux-v5.10/include/video/ |
| D | udlfb.h | 58 struct fb_ops ops;
|
| /Linux-v5.10/drivers/video/fbdev/ |
| D | q40fb.c | 77 static const struct fb_ops q40fb_ops = {
|
| D | maxinefb.c | 108 static const struct fb_ops maxinefb_ops = {
|
| D | g364fb.c | 113 static const struct fb_ops g364fb_ops = {
|
| D | fm2fb.c | 168 static const struct fb_ops fm2fb_ops = {
|
| D | sunxvr1000.c | 62 static const struct fb_ops gfb_ops = {
|
| D | sunxvr2500.c | 66 static const struct fb_ops s3d_ops = {
|
| D | hecubafb.c | 200 static const struct fb_ops hecubafb_ops = {
|
| D | pmag-ba-fb.c | 120 static const struct fb_ops pmagbafb_ops = {
|
| D | cobalt_lcdfb.c | 272 static const struct fb_ops cobalt_lcd_fbops = {
|
| D | dnfb.c | 111 static const struct fb_ops dn_fb_ops = {
|
| /Linux-v5.10/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb.h | 92 extern void mb862xxfb_init_accel(struct fb_info *info, struct fb_ops *fbops, int xres);
|
| /Linux-v5.10/drivers/gpu/drm/gma500/ |
| D | framebuffer.c | 167 static const struct fb_ops psbfb_ops = { 178 static const struct fb_ops psbfb_roll_ops = { 189 static const struct fb_ops psbfb_unaccel_ops = {
|
| /Linux-v5.10/drivers/auxdisplay/ |
| D | cfag12864bfb.c | 60 static const struct fb_ops cfag12864bfb_ops = {
|
| /Linux-v5.10/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_fbdev.c | 30 static const struct fb_ops rockchip_drm_fbdev_ops = {
|
| /Linux-v5.10/drivers/gpu/drm/armada/ |
| D | armada_fbdev.c | 19 static const struct fb_ops armada_fb_ops = {
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | frame-buffer.rst | 10 fb_info, there exists a fb_ops structure which is a collection of
|
| /Linux-v5.10/drivers/video/fbdev/aty/ |
| D | mach64_cursor.c | 197 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) in aty_init_cursor()
|
| /Linux-v5.10/drivers/gpu/drm/msm/ |
| D | msm_fbdev.c | 29 static const struct fb_ops msm_fb_ops = {
|
| /Linux-v5.10/drivers/video/fbdev/i810/ |
| D | i810.h | 257 struct fb_ops i810fb_ops;
|
| /Linux-v5.10/drivers/gpu/drm/exynos/ |
| D | exynos_drm_fbdev.c | 63 static const struct fb_ops exynos_drm_fb_ops = {
|
| /Linux-v5.10/samples/vfio-mdev/ |
| D | mdpy-fb.c | 89 static const struct fb_ops mdpy_fb_ops = {
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_fbcon.c | 208 static const struct fb_ops nouveau_fbcon_ops = { 219 static const struct fb_ops nouveau_fbcon_sw_ops = {
|
1234567