Home
last modified time | relevance | path

Searched refs:preset_mode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpbe.c471 struct vpbe_enc_mode_info *preset_mode = NULL; in vpbe_set_mode() local
484 preset_mode = &cfg->outputs[out_index].modes[i]; in vpbe_set_mode()
489 if (preset_mode->timings_type & VPBE_ENC_STD) in vpbe_set_mode()
491 preset_mode->std_id); in vpbe_set_mode()
492 if (preset_mode->timings_type & in vpbe_set_mode()
495 preset_mode->dv_timings; in vpbe_set_mode()
502 if (!preset_mode) in vpbe_set_mode()
508 vpbe_dev->current_timings = *preset_mode; in vpbe_set_mode()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl340 if args.preset_mode != "enable-only":