Home
last modified time | relevance | path

Searched refs:mirror_mode (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/edac/
H A Dsb_edac.c393 enum mirroring_mode mirror_mode; member
1692 pvt->mirror_mode = NON_MIRRORING; in get_dimm_config()
1709 pvt->mirror_mode = ADDR_RANGE_MIRRORING; in get_dimm_config()
1719 pvt->mirror_mode = FULL_MIRRORING; in get_dimm_config()
1722 pvt->mirror_mode = NON_MIRRORING; in get_dimm_config()
2144 if (pvt->mirror_mode == FULL_MIRRORING || in get_memory_error_data()
2145 (pvt->mirror_mode == ADDR_RANGE_MIRRORING && n_tads == 0)) { in get_memory_error_data()
2279 if (pvt->mirror_mode == FULL_MIRRORING || in get_memory_error_data_from_mce()
2280 (pvt->mirror_mode == ADDR_RANGE_MIRRORING && tad0)) { in get_memory_error_data_from_mce()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0015-backend-drm-Support-mirror-mode.patch99 + bool mirror_mode;
265 + if (b->mirror_mode) {
541 + b->mirror_mode = true;
575 + if (!b->mirror_mode)
H A D0016-backend-drm-Support-controlling-output-dynamically.patch210 bool mirror_mode;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0017-backend-drm-Support-mirror-mode.patch99 + bool mirror_mode;
265 + if (b->mirror_mode) {
543 + b->mirror_mode = true;
577 + if (!b->mirror_mode)
H A D0019-backend-drm-Support-controlling-output-dynamically.patch217 bool mirror_mode;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0017-backend-drm-Support-mirror-mode.patch99 + bool mirror_mode;
267 + if (b->mirror_mode) {
545 + b->mirror_mode = true;
579 + if (!b->mirror_mode)
H A D0019-backend-drm-Support-controlling-output-dynamically.patch216 bool mirror_mode;
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Darchiver.bbclass331 mirror_mode = d.getVarFlag('ARCHIVER_MODE', 'mirror')
334 if mirror_mode == 'combined':
336 elif mirror_mode == 'split':
339 bb.fatal('Invalid ARCHIVER_MODE[mirror]: %s' % (mirror_mode))