| /Zephyr-latest/drivers/display/ | 
| D | mb_display.c | 54 		const struct mb_image *img; /* Array of images to show */  member80 static int update_content(struct mb_display *disp, const struct mb_image *img)  in update_content()
 114 static int start_image(struct mb_display *disp, const struct mb_image *img)  in start_image()
 196 		struct mb_image img;  in update_scroll()  local
 298 		      const struct mb_image *img, uint8_t img_count)  in mb_display_image()
 
 | 
| /Zephyr-latest/tests/lib/gui/lvgl/src/ | 
| D | main.c | 93 	lv_obj_t *img = lv_img_create(lv_scr_act());  in ZTEST_USER()  local127 	struct fs_file_t img;  in setup_fs()  local
 
 | 
| /Zephyr-latest/tests/subsys/display/cfb/basic/src/ | 
| D | utils.c | 45 uint32_t image_pixel(const uint32_t *img, size_t width, int x, int y)  in image_pixel()66 bool verify_image(int cmp_x, int cmp_y, const uint32_t *img, size_t width, size_t height)  in verify_image()
 158 bool verify_image_and_bg(int x, int y, const uint32_t *img, size_t width, size_t height,  in verify_image_and_bg()
 
 | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | dfu.py | 19     def __init__(self, cfg, dev_id, alt, img, exe='dfu-util',  argument
 | 
| /Zephyr-latest/samples/boards/bbc/microbit/pong/src/ | 
| D | main.c | 285 		struct mb_image img = MB_IMAGE({ 0, 1, 0, 1, 0 },  in game_ended()  local294 		struct mb_image img = MB_IMAGE({ 0, 1, 0, 1, 0 },  in game_ended()  local
 540 		struct mb_image img = { };  in main()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ | 
| D | dfu.c | 76 			  const struct bt_mesh_dfu_img *img,  in dfu_meta_check()84 		     const struct bt_mesh_dfu_img *img,  in dfu_start()
 95 static void dfu_end(struct bt_mesh_dfu_srv *srv, const struct bt_mesh_dfu_img *img, bool success)  in dfu_end()
 111 		     const struct bt_mesh_dfu_img *img)  in dfu_apply()
 613 					const struct bt_mesh_dfu_img *img,  in dfu_img_cb()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_dfu.c | 171 			  const struct bt_mesh_dfu_img *img,  in target_metadata_check()188 		     const struct bt_mesh_dfu_img *img,  in target_dfu_start()
 207 static void target_dfu_transfer_end(struct bt_mesh_dfu_srv *srv, const struct bt_mesh_dfu_img *img,  in target_dfu_transfer_end()
 232 		       const struct bt_mesh_dfu_img *img,  in target_dfu_recover()
 246 static int target_dfu_apply(struct bt_mesh_dfu_srv *srv, const struct bt_mesh_dfu_img *img)  in target_dfu_apply()
 
 | 
| /Zephyr-latest/drivers/fpga/ | 
| D | fpga_slg471x5.c | 70 static int fpga_slg471x5_verify(const struct device *dev, uint8_t *img, uint32_t img_size)  in fpga_slg471x5_verify()
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | dfu_cli.c | 588 					   const struct bt_mesh_dfu_img *img,  in target_img_cb()857 		struct bt_mesh_dfu_img img;  in handle_info_status()  local
 
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_mesh.c | 369 			  const struct bt_mesh_dfu_img *img,  in dfu_meta_check()391 		     const struct bt_mesh_dfu_img *img,  in dfu_start()
 403 		    const struct bt_mesh_dfu_img *img, bool success)  in dfu_end()
 419 		     const struct bt_mesh_dfu_img *img)  in dfu_apply()
 4214 					const struct bt_mesh_dfu_img *img,  in dfu_img_cb()
 
 |