Lines Matching refs:dev_id
139 p->dev.dev_id = repo->dev_id; in ps3_setup_gelic_device()
210 p->dev.dev_id = repo->dev_id; in ps3_setup_uhc_device()
356 p->sbd.dev_id = repo->dev_id; in ps3_setup_storage_dev()
634 static void ps3_find_and_add_device(u64 bus_id, u64 dev_id) in ps3_find_and_add_device() argument
646 res = ps3_repository_find_device_by_id(&repo, bus_id, dev_id); in ps3_find_and_add_device()
655 __func__, __LINE__, bus_id, dev_id); in ps3_find_and_add_device()
661 __func__, __LINE__, bus_id, dev_id, retries); in ps3_find_and_add_device()
693 u64 dev_id; member
733 res = write ? lv1_storage_write(dev->sbd.dev_id, 0, 0, 1, 0, lpar, in ps3_notification_read_write()
735 : lv1_storage_read(dev->sbd.dev_id, 0, 0, 1, 0, lpar, in ps3_notification_read_write()
796 local->dev.sbd.dev_id = PS3_NOTIFICATION_DEV_ID; in ps3_probe_thread()
799 res = lv1_open_device(local->dev.sbd.bus_id, local->dev.sbd.dev_id, 0); in ps3_probe_thread()
847 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
854 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
859 notify_event->dev_id); in ps3_probe_thread()
868 lv1_close_device(local->dev.sbd.bus_id, local->dev.sbd.dev_id); in ps3_probe_thread()