Home
last modified time | relevance | path

Searched refs:conceal (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/watchdog/
H A Ddiag288_wdt.c64 module_param_named(conceal, conceal_on, bool, 0644);
65 MODULE_PARM_DESC(conceal, "Enable the CONCEAL CP option while the watchdog is active (z/VM only)");
/kernel/linux/linux-5.10/drivers/watchdog/
H A Ddiag288_wdt.c65 module_param_named(conceal, conceal_on, bool, 0644);
66 MODULE_PARM_DESC(conceal, "Enable the CONCEAL CP option while the watchdog is active (z/VM only)");
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dvdec.c687 u32 ptype, decode_order, conceal; in vdec_set_properties() local
714 conceal = ctr->conceal_color & 0xffff; in vdec_set_properties()
715 conceal |= ((ctr->conceal_color >> 16) & 0xffff) << 10; in vdec_set_properties()
716 conceal |= ((ctr->conceal_color >> 32) & 0xffff) << 20; in vdec_set_properties()
718 ret = hfi_session_set_property(inst, ptype, &conceal); in vdec_set_properties()

Completed in 3 milliseconds