Home
last modified time | relevance | path

Searched refs:bcm2835_fb_config (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c65 struct bcm2835_fb_config fb;
79 bcm_fb_init(struct bcmsc_softc *sc, struct bcm2835_fb_config *fb) in bcm_fb_init()
114 struct bcm2835_fb_config fb; in bcm_fb_setup_fbd()
177 struct bcm2835_fb_config fb; in bcm_fb_resync_sysctl()
H A Dbcm2835_mbox_prop.h419 struct bcm2835_fb_config { struct
438 int bcm2835_mbox_fb_get_w_h(struct bcm2835_fb_config *); argument
446 int bcm2835_mbox_fb_get_bpp(struct bcm2835_fb_config *);
460 int bcm2835_mbox_fb_init(struct bcm2835_fb_config *);
H A Dbcm2835_mbox.c512 bcm2835_mbox_fb_get_w_h(struct bcm2835_fb_config *fb) in bcm2835_mbox_fb_get_w_h()
534 bcm2835_mbox_fb_get_bpp(struct bcm2835_fb_config *fb) in bcm2835_mbox_fb_get_bpp()
554 bcm2835_mbox_fb_init(struct bcm2835_fb_config *fb) in bcm2835_mbox_fb_init()
H A Dbcm2835_fb.c146 struct bcm2835_fb_config fb; in bcm_fb_attach()