Home
last modified time | relevance | path

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

/dports/audio/headsetcontrol/HeadsetControl-2.6/src/
H A Ddevice.h28 NUM_CAPABILITIES enumerator
32 extern const char* const capabilities_str[NUM_CAPABILITIES];
34 extern const char capabilities_str_short[NUM_CAPABILITIES];
76 struct capability_detail capability_details[NUM_CAPABILITIES];
H A Ddevice.c3 const char* const capabilities_str[NUM_CAPABILITIES]
15 const char capabilities_str_short[NUM_CAPABILITIES]
H A Dmain.c229 case NUM_CAPABILITIES: in handle_feature()
441 for (int i = 0; i < NUM_CAPABILITIES; i++) { in main()