Searched defs:ctrl_caps (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/class/
H A Dcdc-acm.h116 unsigned int ctrl_caps; /* control capabilities from the class specific header */ member in struct:acm
/drivers/video/fbdev/omap/
H A Domapfb_main.c65 static struct caps_table_struct ctrl_caps[] = { variable in typeref:struct:caps_table_struct
1309 for (i = 0; i < ARRAY_SIZE(ctrl_caps) &&
1311 if (ctrl_caps[i].flag & caps.ctrl)
1313 " %s\n", ctrl_caps[i].name);

Completed in 140 milliseconds