Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c171 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
255 if (fb_ops == NULL) in convert_variable_location()
259 op = &fb_ops[0]; in convert_variable_location()
568 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
717 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
719 pf->fb_ops = NULL; in call_probe_finder()
721 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
725 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
739 pf->fb_ops = NULL; in call_probe_finder()
1281 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
[all …]
H A Dprobe-finder.h89 Dwarf_Op *fb_ops; /* Frame base attribute */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dframebuffer.c167 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 = {
/OK3568_Linux_fs/kernel/include/video/
H A Dudlfb.h58 struct fb_ops ops;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dq40fb.c77 static const struct fb_ops q40fb_ops = {
H A Dmaxinefb.c108 static const struct fb_ops maxinefb_ops = {
H A Dg364fb.c113 static const struct fb_ops g364fb_ops = {
H A Dfm2fb.c168 static const struct fb_ops fm2fb_ops = {
H A Dsunxvr1000.c62 static const struct fb_ops gfb_ops = {
H A Dsunxvr2500.c66 static const struct fb_ops s3d_ops = {
H A Dhecubafb.c200 static const struct fb_ops hecubafb_ops = {
H A Dpmag-ba-fb.c120 static const struct fb_ops pmagbafb_ops = {
H A Ddnfb.c111 static const struct fb_ops dn_fb_ops = {
H A Dpmag-aa-fb.c150 static const struct fb_ops aafb_ops = {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h92 extern void mb862xxfb_init_accel(struct fb_info *info, struct fb_ops *fbops, int xres);
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dcfag12864bfb.c60 static const struct fb_ops cfag12864bfb_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_fbdev.c19 static const struct fb_ops armada_fb_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fbdev.c28 static const struct fb_ops rockchip_drm_fbdev_ops = {
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dframe-buffer.rst10 fb_info, there exists a fb_ops structure which is a collection of
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dmach64_cursor.c197 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) in aty_init_cursor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c29 static const struct fb_ops msm_fb_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c208 static const struct fb_ops nouveau_fbcon_ops = {
219 static const struct fb_ops nouveau_fbcon_sw_ops = {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810.h257 struct fb_ops i810fb_ops;
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmdpy-fb.c89 static const struct fb_ops mdpy_fb_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c63 static const struct fb_ops exynos_drm_fb_ops = {

1234567