Home
last modified time | relevance | path

Searched refs:current_image (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c84 enum ec_current_image current_image; member
107 ec->current_image = EC_IMAGE_RO; in cros_ec_read_state()
112 ec->current_image = fdtdec_get_int(blob, node, "current-image", in cros_ec_read_state()
145 fdt_setprop_u32(blob, node, "current-image", ec->current_image); in cros_ec_write_state()
308 resp->current_image = ec->current_image; in process_cmd()
309 debug("Current image %d\n", resp->current_image); in process_cmd()
344 ec->current_image = EC_IMAGE_RW; in process_cmd()
H A Dcros_ec.c379 switch (r->current_image) { in cros_ec_read_id()
423 *image = r->current_image; in cros_ec_read_current_image()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dstratix10-rsu.c61 unsigned long current_image; member
100 priv->status.current_image = res->a0; in rsu_status_callback()
111 priv->status.current_image = 0; in rsu_status_callback()
287 return sprintf(buf, "0x%08lx\n", priv->status.current_image); in current_image_show()
475 static DEVICE_ATTR_RO(current_image);
523 priv->status.current_image = 0; in stratix10_rsu_probe()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_chardev.c79 if (resp->current_image >= ARRAY_SIZE(current_image_name)) in ec_get_version()
80 resp->current_image = 3; /* invalid */ in ec_get_version()
84 current_image_name[resp->current_image]); in ec_get_version()
H A Dcros_ec_sysfs.c146 (r_ver->current_image < ARRAY_SIZE(image_names) ? in version_show()
147 image_names[r_ver->current_image] : "?")); in version_show()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcros_ec.c321 (p->current_image < in do_cros_ec()
323 ec_current_image_name[p->current_image] : in do_cros_ec()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-platform-stratix10-rsu3 What: /sys/devices/platform/stratix10-rsu.0/current_image
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0015-backend-drm-Support-mirror-mode.patch104 int current_image;
288 return drm_fb_ref(output->dumb[output->current_image]);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0017-backend-drm-Support-mirror-mode.patch104 int current_image;
290 return drm_fb_ref(output->dumb[output->current_image]);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0017-backend-drm-Support-mirror-mode.patch104 int current_image;
292 return drm_fb_ref(output->dumb[output->current_image]);
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h438 uint32_t current_image; /* One of ec_current_image */ member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h983 uint32_t current_image; member
5035 uint32_t current_image; /* One of ec_current_image */ member