Lines Matching refs:handler

155 	DevinfoDevHandler *handler;  in devinfo_add_node()  local
164 handler = devinfo_handlers[i]; in devinfo_add_node()
165 d = handler->add (parent, node, devfs_path, device_type); in devinfo_add_node()
175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, in… in devinfo_hotplug_enqueue() argument
185 hotplug_event->un.devfs.handler = handler; in devinfo_hotplug_enqueue()
191 devinfo_add_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue() argument
193 devinfo_hotplug_enqueue (d, devfs_path, handler, HOTPLUG_ACTION_ADD, 0); in devinfo_add_enqueue()
197 devinfo_add_enqueue_at_front(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue_at_front() argument
199 devinfo_hotplug_enqueue (d, devfs_path, handler, HOTPLUG_ACTION_ADD, 1); in devinfo_add_enqueue_at_front()
203 devinfo_remove_enqueue(gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_remove_enqueue() argument
205 devinfo_hotplug_enqueue (NULL, devfs_path, handler, HOTPLUG_ACTION_REMOVE, 0); in devinfo_remove_enqueue()
245 DevinfoDevHandler *handler = (DevinfoDevHandler *) userdata2; in devinfo_callouts_preprobing_done() local
264 if (handler != NULL && handler->get_prober != NULL) { in devinfo_callouts_preprobing_done()
265 prober = handler->get_prober (d, &prober_timeout); in devinfo_callouts_preprobing_done()
270 if (handler->probing_done != NULL) { in devinfo_callouts_preprobing_done()
271 probing_done = handler->probing_done; in devinfo_callouts_preprobing_done()
283 (gpointer) end_token, (gpointer) handler); in devinfo_callouts_preprobing_done()
291 hotplug_event_begin_add_devinfo (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void … in hotplug_event_begin_add_devinfo() argument
320 hal_util_callout_device_preprobe (d, devinfo_callouts_preprobing_done, end_token, handler); in hotplug_event_begin_add_devinfo()