Home
last modified time | relevance | path

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

123456

/linux/tools/perf/util/
A Dprobe-finder.c58 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
142 if (fb_ops == NULL) in convert_variable_location()
146 op = &fb_ops[0]; in convert_variable_location()
453 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
602 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
604 pf->fb_ops = NULL; in call_probe_finder()
606 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
610 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
624 pf->fb_ops = NULL; in call_probe_finder()
1177 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
[all …]
A Dprobe-finder.h72 Dwarf_Op *fb_ops; /* Frame base attribute */ member
/linux/scripts/
A Dconst_structs.checkpatch21 fb_ops
/linux/include/video/
A Dudlfb.h58 struct fb_ops ops;
/linux/drivers/gpu/drm/
A Ddrm_fbdev_dma.c64 static const struct fb_ops drm_fbdev_dma_fb_ops = {
91 static const struct fb_ops drm_fbdev_dma_deferred_fb_ops = {
/linux/drivers/video/fbdev/
A Dq40fb.c77 static const struct fb_ops q40fb_ops = {
A Dmaxinefb.c108 static const struct fb_ops maxinefb_ops = {
A Dg364fb.c113 static const struct fb_ops g364fb_ops = {
A Dfm2fb.c168 static const struct fb_ops fm2fb_ops = {
A Dhecubafb.c142 static const struct fb_ops hecubafb_ops = {
A Dsunxvr1000.c63 static const struct fb_ops gfb_ops = {
A Dsunxvr2500.c67 static const struct fb_ops s3d_ops = {
A Dpmag-ba-fb.c120 static const struct fb_ops pmagbafb_ops = {
/linux/drivers/video/fbdev/mb862xx/
A Dmb862xxfb.h92 extern void mb862xxfb_init_accel(struct fb_info *info, struct fb_ops *fbops, int xres);
/linux/drivers/auxdisplay/
A Dcfag12864bfb.c59 static const struct fb_ops cfag12864bfb_ops = {
/linux/drivers/video/fbdev/core/
A Dfb_chrdev.c65 const struct fb_ops *fb; in do_fb_ioctl()
278 const struct fb_ops *fb; in fb_compat_ioctl()
/linux/Documentation/driver-api/
A Dframe-buffer.rst10 fb_info, there exists a fb_ops structure which is a collection of
/linux/drivers/staging/sm750fb/
A Dsm750.c666 static const struct fb_ops lynxfb_ops = {
676 static const struct fb_ops lynxfb_ops_with_cursor = {
687 static const struct fb_ops lynxfb_ops_accel = {
701 static const struct fb_ops lynxfb_ops_accel_with_cursor = {
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_fbdev.c50 static const struct fb_ops exynos_drm_fb_ops = {
/linux/drivers/gpu/drm/armada/
A Darmada_fbdev.c35 static const struct fb_ops armada_fb_ops = {
/linux/drivers/video/fbdev/aty/
A Dmach64_cursor.c197 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) in aty_init_cursor()
/linux/drivers/video/fbdev/i810/
A Di810.h257 struct fb_ops i810fb_ops;
/linux/drivers/gpu/drm/tegra/
A Dfbdev.c60 static const struct fb_ops tegra_fb_ops = {
/linux/samples/vfio-mdev/
A Dmdpy-fb.c89 static const struct fb_ops mdpy_fb_ops = {
/linux/drivers/gpu/drm/msm/
A Dmsm_fbdev.c59 static const struct fb_ops msm_fb_ops = {

Completed in 41 milliseconds

123456