Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 25 of 98) sorted by relevance

1234

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_fb.c98 fb = malloc(sizeof(*fb), DRM_MEM_DRIVER, M_WAITOK | M_ZERO); in fb_alloc()
113 *res_fb = fb; in fb_alloc()
171 helper->fb = &fb->drm_fb; in tegra_fb_probe()
184 fb->drm_fb.width, fb->drm_fb.height, fb->drm_fb.depth, in tegra_fb_probe()
209 fb = drm->fb; in tegra_drm_fb_getinfo()
210 if (fb == NULL) in tegra_drm_fb_getinfo()
235 fb = malloc(sizeof(*fb), DRM_MEM_DRIVER, M_WAITOK | M_ZERO); in tegra_drm_fb_init()
236 drm->fb = fb; in tegra_drm_fb_init()
328 fb = drm->fb; in tegra_drm_fb_destroy()
329 if (fb == NULL) in tegra_drm_fb_destroy()
[all …]
H A Dtegra_dc.c210 switch (fb->rotation) { in dc_parse_drm_format()
268 bo = fb->planes[i]; in dc_parse_drm_format()
511 struct tegra_fb *fb; in dc_plane_update() local
646 struct tegra_fb *fb; in dc_crtc_mode_set() local
653 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb); in dc_crtc_mode_set()
720 struct tegra_fb *fb; in dc_crtc_mode_set_base() local
724 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb); in dc_crtc_mode_set_base()
877 struct tegra_fb *fb; in dc_finish_page_flip() local
884 fb = container_of(drm_crtc->fb, struct tegra_fb, drm_fb); in dc_finish_page_flip()
944 struct tegra_fb *fb; in dc_page_flip() local
[all …]
H A Dtegra_drm.h87 struct tegra_fb *fb; /* Prime framebuffer */ member
112 struct tegra_bo *tegra_fb_get_plane(struct tegra_fb *fb, int idx);
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c85 memset(fb, 0, sizeof(*fb)); in bcm_fb_init()
93 fb->bpp = FB_DEPTH; in bcm_fb_init()
96 fb->bpp); in bcm_fb_init()
98 fb->vxres = fb->xres; in bcm_fb_init()
99 fb->vyres = fb->yres; in bcm_fb_init()
100 fb->xoffset = fb->yoffset = 0; in bcm_fb_init()
125 sc->info.fb_vbase = (intptr_t)pmap_mapdev(fb.base, fb.size); in bcm_fb_setup_fbd()
164 device_printf(sc->dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_setup_fbd()
165 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_setup_fbd()
168 sc->fbswap, fb.pitch, fb.base, fb.size); in bcm_fb_setup_fbd()
[all …]
H A Dbcm2835_fb.c156 memset(&fb, 0, sizeof(fb)); in bcm_fb_attach()
159 fb.bpp = FB_DEPTH; in bcm_fb_attach()
160 fb.vxres = fb.xres; in bcm_fb_attach()
161 fb.vyres = fb.yres; in bcm_fb_attach()
162 fb.xoffset = fb.yoffset = 0; in bcm_fb_attach()
166 sc->fb_addr = (intptr_t)pmap_mapdev(fb.base, fb.size); in bcm_fb_attach()
169 sc->depth = fb.bpp; in bcm_fb_attach()
171 sc->width = fb.xres; in bcm_fb_attach()
181 device_printf(dev, "%dx%d(%dx%d@%d,%d) %dbpp\n", fb.xres, fb.yres, in bcm_fb_attach()
182 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_attach()
[all …]
H A Dbcm2835_mbox.c548 fb->bpp = msg.bpp.body.resp.bpp; in bcm2835_mbox_fb_get_bpp()
563 msg.physical_w_h.body.req.width = fb->xres; in bcm2835_mbox_fb_init()
564 msg.physical_w_h.body.req.height = fb->yres; in bcm2835_mbox_fb_init()
566 msg.virtual_w_h.body.req.width = fb->vxres; in bcm2835_mbox_fb_init()
569 msg.offset.body.req.x = fb->xoffset; in bcm2835_mbox_fb_init()
570 msg.offset.body.req.y = fb->yoffset; in bcm2835_mbox_fb_init()
572 msg.depth.body.req.bpp = fb->bpp; in bcm2835_mbox_fb_init()
586 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_init()
587 fb->yoffset = msg.offset.body.resp.y; in bcm2835_mbox_fb_init()
588 fb->pitch = msg.pitch.body.resp.pitch; in bcm2835_mbox_fb_init()
[all …]
/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c600 strq->ss_params.fb.rounds = -1; in sctp_ss_fb_clear()
627 strq->ss_params.fb.rounds = with_strq->ss_params.fb.rounds; in sctp_ss_fb_init_stream()
629 strq->ss_params.fb.rounds = -1; in sctp_ss_fb_init_stream()
645 if (strq->ss_params.fb.rounds < 0) in sctp_ss_fb_add()
672 ss_params.fb.next_spoke); in sctp_ss_fb_remove()
714 strqt->ss_params.fb.rounds < strq->ss_params.fb.rounds)) { in sctp_ss_fb_select()
746 subtract = strq->ss_params.fb.rounds; in sctp_ss_fb_scheduled()
748 strqt->ss_params.fb.rounds -= subtract; in sctp_ss_fb_scheduled()
749 if (strqt->ss_params.fb.rounds < 0) in sctp_ss_fb_scheduled()
750 strqt->ss_params.fb.rounds = 0; in sctp_ss_fb_scheduled()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dcirrus,clps711x-fb.txt4 - compatible: Shall contain "cirrus,ep7209-fb".
20 fb: fb@800002c0 {
21 compatible = "cirrus,ep7312-fb", "cirrus,ep7209-fb";
H A Dwm,wm8505-fb.txt5 - compatible : "wm,wm8505-fb"
14 fb@d8051700 {
15 compatible = "wm,wm8505-fb";
H A Dvia,vt8500-fb.txt5 - compatible : "via,vt8500-fb"
15 fb@d8050800 {
16 compatible = "via,vt8500-fb";
H A Dgoogle,goldfish-fb.txt7 - compatible : should contain "google,goldfish-fb"
14 compatible = "google,goldfish-fb";
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dltc3676.txt17 - lltc,fb-voltage-divider: An array of two integers containing the resistor
39 lltc,fb-voltage-divider = <127000 200000>;
48 lltc,fb-voltage-divider = <301000 200000>;
57 lltc,fb-voltage-divider = <127000 200000>;
66 lltc,fb-voltage-divider = <221000 200000>;
75 lltc,fb-voltage-divider = <487000 200000>;
89 lltc,fb-voltage-divider = <634000 200000>;
H A Dltc3589.txt17 - lltc,fb-voltage-divider: An array of two integers containing the resistor
39 lltc,fb-voltage-divider = <100000 158000>;
48 lltc,fb-voltage-divider = <180000 191000>;
57 lltc,fb-voltage-divider = <270000 100000>;
66 lltc,fb-voltage-divider = <511000 158000>;
74 lltc,fb-voltage-divider = <100000 158000>;
82 lltc,fb-voltage-divider = <180000 191000>;
H A Dmp886x.txt9 - mps,fb-voltage-divider: An array of two integers containing the resistor
25 mps,fb-voltage-divider = <80 240>;
/f-stack/freebsd/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt6 - compatible : "fsl,<chip>-fb", chip should be imx1 or imx21
8 - interrupts : One interrupt of the fb dev
30 imxfb: fb@10021000 {
31 compatible = "fsl,imx21-fb";
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd_syscons.c589 struct fbtype *fb; in am335x_syscons_ioctl() local
595 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
596 fb->fb_type = FBTYPE_PCIMISC; in am335x_syscons_ioctl()
597 fb->fb_height = sc->height; in am335x_syscons_ioctl()
598 fb->fb_width = sc->width; in am335x_syscons_ioctl()
599 fb->fb_depth = sc->depth; in am335x_syscons_ioctl()
601 fb->fb_cmsize = 0; in am335x_syscons_ioctl()
603 fb->fb_cmsize = 1 << sc->depth; in am335x_syscons_ioctl()
604 fb->fb_size = sc->fb_size; in am335x_syscons_ioctl()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx53-usbarmory.dts153 lltc,fb-voltage-divider = <100000 158000>;
162 lltc,fb-voltage-divider = <180000 191000>;
171 lltc,fb-voltage-divider = <270000 100000>;
180 lltc,fb-voltage-divider = <511000 158000>;
188 lltc,fb-voltage-divider = <100000 158000>;
196 lltc,fb-voltage-divider = <180000 191000>;
H A Dimx6q-dhcom-som.dtsi137 lltc,fb-voltage-divider = <100000 110000>;
147 lltc,fb-voltage-divider = <100000 28000>;
156 lltc,fb-voltage-divider = <100000 110000>;
166 lltc,fb-voltage-divider = <100000 93100>;
175 lltc,fb-voltage-divider = <102000 29400>;
183 lltc,fb-voltage-divider = <100000 41200>;
H A Dimx6qdl-gw552x.dtsi290 lltc,fb-voltage-divider = <127000 200000>;
301 lltc,fb-voltage-divider = <301000 200000>;
312 lltc,fb-voltage-divider = <127000 200000>;
323 lltc,fb-voltage-divider = <221000 200000>;
334 lltc,fb-voltage-divider = <487000 200000>;
344 lltc,fb-voltage-divider = <634000 200000>;
H A Dvt8500.dtsi124 fb: fb@d8050800 { label
125 compatible = "via,vt8500-fb";
H A Dep7209.dtsi107 fb: fb@800002c0 { label
108 compatible = "cirrus,ep7209-fb";
H A Dimx6qdl-gw51xx.dtsi298 lltc,fb-voltage-divider = <127000 200000>;
309 lltc,fb-voltage-divider = <301000 200000>;
320 lltc,fb-voltage-divider = <127000 200000>;
331 lltc,fb-voltage-divider = <221000 200000>;
342 lltc,fb-voltage-divider = <487000 200000>;
352 lltc,fb-voltage-divider = <634000 200000>;
/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dbisect.lua5 function bisect(f,a,b,fa,fb)
11 if fa*fc<0 then return bisect(f,a,c,fa,fc) else return bisect(f,c,b,fc,fb) end
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c728 struct fbtype *fb; in ipu3fb_ioctl() local
734 fb = (struct fbtype *)data; in ipu3fb_ioctl()
735 fb->fb_type = FBTYPE_PCIMISC; in ipu3fb_ioctl()
736 fb->fb_height = sc->height; in ipu3fb_ioctl()
737 fb->fb_width = sc->width; in ipu3fb_ioctl()
738 fb->fb_depth = sc->depth; in ipu3fb_ioctl()
740 fb->fb_cmsize = 0; in ipu3fb_ioctl()
742 fb->fb_cmsize = 1 << sc->depth; in ipu3fb_ioctl()
743 fb->fb_size = sc->fb_size; in ipu3fb_ioctl()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.exp5 e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06
13 fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2

1234