Home
last modified time | relevance | path

Searched refs:CAP_FLAG_MENU (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_platform_sm8550.c27 .flags = CAP_FLAG_OUTPUT_PORT | CAP_FLAG_MENU,
56 .flags = CAP_FLAG_OUTPUT_PORT | CAP_FLAG_MENU,
H A Diris_platform_common.h96 CAP_FLAG_MENU = BIT(1), enumerator
H A Diris_ctrls.c108 if (cap[idx].flags & CAP_FLAG_MENU) { in iris_ctrls_init()