Lines Matching refs:interfaces
2734 hal_device_property_strlist_add (device, "info.interfaces", interface_name);
3745 GSList *interfaces;
3748 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
3749 for (i = interfaces; i != NULL; i = g_slist_next (i)) {
4088 /* check for device-specific interfaces that individual objects may support */
4140 GSList *interfaces;
4143 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
4144 for (i = interfaces; i != NULL; i = g_slist_next (i)) {