Home
last modified time | relevance | path

Searched defs:fb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c94 static uint8_t draw_char_vtmono(const struct char_framebuffer *fb, in draw_char_vtmono()
212 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y) in draw_point()
233 static void draw_line(struct char_framebuffer *fb, int16_t x0, int16_t y0, int16_t x1, int16_t y1) in draw_line()
266 const struct char_framebuffer *fb = &char_fb; in draw_text() local
297 struct char_framebuffer *fb = &char_fb; in cfb_draw_point() local
307 struct char_framebuffer *fb = &char_fb; in cfb_draw_line() local
317 struct char_framebuffer *fb = &char_fb; in cfb_draw_rect() local
340 const struct char_framebuffer *fb = &char_fb; in cfb_invert_area() local
424 static int cfb_invert(const struct char_framebuffer *fb) in cfb_invert()
435 const struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_clear() local
[all …]
/Zephyr-Core-3.7.0/samples/subsys/usb/uac2_explicit_feedback/src/
Dmain.c51 struct feedback_ctx *fb; member
Dfeedback_nrf53.c323 uint32_t fb; in feedback_process() local
/Zephyr-Core-3.7.0/drivers/display/
Ddisplay_mcux_dcnano_lcdif.c37 uint8_t *fb[CONFIG_MCUX_DCNANO_LCDIF_FB_NUM]; member
Ddisplay_mcux_elcdif.c48 uint8_t *fb[CONFIG_MCUX_ELCDIF_FB_NUM]; member
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/
Dusbd_uac2.c148 static int ep_to_as_interface(const struct device *dev, uint8_t ep, bool *fb) in ep_to_as_interface()