Lines Matching refs:HalDevice

25 	HalDevice *(*add) (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
30 …void (*hotplug_begin_add) (HalDevice *d, HalDevice *parent, struct DevinfoDevHandler_s *handler, v…
32 void (*hotplug_begin_remove) (HalDevice *d, struct DevinfoDevHandler_s *handler, void *end_token);
34 …void (*probing_done) (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer us…
36 const gchar *(*get_prober) (HalDevice *d, int *timeout);
55 void devinfo_add (HalDevice *parent, gchar *path);
56 void devinfo_set_default_properties (HalDevice *d, HalDevice *parent, di_node_t node, char *devfs_p…
57 void devinfo_callouts_preprobing_done (HalDevice *d, gpointer userdata1, gpointer userdata2);
58 void devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error,
60 void devinfo_callouts_add_done (HalDevice *d, gpointer userdata1, gpointer userdata2);
61 void devinfo_callouts_remove_done (HalDevice *d, gpointer userdata1, gpointer userdata2);
62 void hotplug_event_begin_add_devinfo (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, …
64 void devinfo_remove_branch (gchar *path, HalDevice *d);
65 void hotplug_event_begin_remove_devinfo (HalDevice *d, gchar *devfs_path, void *end_token);
66 void devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int actio…
67 void devinfo_add_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler);
68 void devinfo_add_enqueue_at_front(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler);
70 gboolean devinfo_device_rescan (HalDevice *d);