Searched refs:ctrl_caps (Results 1 – 3 of 3) sorted by relevance
99 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member
50 static const struct caps_table_struct ctrl_caps[] = { variable1271 for (i = 0; i < ARRAY_SIZE(ctrl_caps); i++) { in omapfb_show_caps_text()1272 if (ctrl_caps[i].flag & caps.ctrl) in omapfb_show_caps_text()1274 " %s\n", ctrl_caps[i].name); in omapfb_show_caps_text()
244 static const struct wm_adsp_fw_caps ctrl_caps[] = {292 .num_caps = ARRAY_SIZE(ctrl_caps),293 .caps = ctrl_caps,242 static const struct wm_adsp_fw_caps ctrl_caps[] = { global() variable