Lines Matching refs:device

57 	HalDevice *device;  member
73 HalDevice *device = user_data; in rprd_foreach() local
75 if (rp->device == device) { in rprd_foreach()
84 running_processes_remove_device (HalDevice *device) in running_processes_remove_device() argument
86 g_hash_table_foreach_remove (running_processes, rprd_foreach, device); in running_processes_remove_device()
90 runner_device_finalized (HalDevice *device) in runner_device_finalized() argument
92 running_processes_remove_device (device); in runner_device_finalized()
124 rp->cb (rp->device, 0, 0, NULL, rp->data1, rp->data2); in runner_server_message_handler()
236 add_property_to_msg (HalDevice *device, HalProperty *property, in add_property_to_msg() argument
340 add_first_part(DBusMessageIter *iter, HalDevice *device, in add_first_part() argument
345 udi = hal_device_get_udi(device); in add_first_part()
352 hal_device_property_foreach (device, add_property_to_msg, &array_iter); in add_first_part()
365 hald_runner_start (HalDevice *device, const gchar *command_line, char **extra_env, in hald_runner_start() argument
381 if (!add_first_part(&iter, device, command_line, extra_env)) in hald_runner_start()
402 rp->device = device; in hald_runner_start()
481 hald_runner_run_method(HalDevice *device, in hald_runner_run_method() argument
499 if (!add_first_part(&iter, device, command_line, extra_env)) in hald_runner_run_method()
515 hd->d = device; in hald_runner_run_method()
520 g_object_ref (device); in hald_runner_run_method()
528 cb(device, HALD_RUN_FAILED, 0, NULL, data1, data2); in hald_runner_run_method()
532 hald_runner_run(HalDevice *device, in hald_runner_run() argument
537 hald_runner_run_method(device, command_line, extra_env, in hald_runner_run()
544 hald_runner_kill_device(HalDevice *device) { in hald_runner_kill_device() argument
550 running_processes_remove_device (device); in hald_runner_kill_device()
559 udi = hal_device_get_udi(device); in hald_runner_kill_device()
574 hald_runner_kill_all(HalDevice *device) { in hald_runner_kill_all() argument
583 running_processes_remove_device (device); in hald_runner_kill_all()