Lines Matching defs:capability
347 /** Invoked when device in the Global Device List acquires a new capability.
348 * Prints the name of the capability to stdout.
351 * @param capability Name of capability
356 const char *capability)
363 printf ("*** capability: %s\n", capability);
365 printf ("%s capability %s added\n", short_name (udi),
366 capability);
369 /** Invoked when device in the Global Device List loses a capability.
370 * Prints the name of the capability to stdout.
373 * @param capability Name of capability
378 const char *capability)
385 printf ("*** capability: %s\n", capability);
387 printf ("%s capability %s lost\n", short_name (udi),
388 capability);