Lines Matching refs:fw_device

230 int fw_device_enable_phys_dma(struct fw_device *device)  in fw_device_enable_phys_dma()
262 dir = fw_device(dev)->config_rom + 5; in show_immediate()
295 dir = fw_device(dev)->config_rom + 5; in show_text_leaf()
372 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
388 struct fw_device *device = fw_device(dev); in config_rom_show()
402 struct fw_device *device = fw_device(dev); in guid_show()
416 struct fw_device *device = fw_device(dev); in is_local_show()
446 struct fw_device *device = fw_device(dev); in units_show()
475 static int read_rom(struct fw_device *device, in read_rom()
507 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
689 static void create_units(struct fw_device *device) in create_units()
751 struct fw_device *fw_device_get_by_devt(dev_t devt) in fw_device_get_by_devt()
753 struct fw_device *device; in fw_device_get_by_devt()
767 static void fw_schedule_device_work(struct fw_device *device, in fw_schedule_device_work()
791 struct fw_device *device = in fw_device_shutdown()
792 container_of(work, struct fw_device, work.work); in fw_device_shutdown()
820 struct fw_device *device = fw_device(dev); in fw_device_release()
864 struct fw_device *device = in fw_device_update()
865 container_of(work, struct fw_device, work.work); in fw_device_update()
879 struct fw_device *old = fw_device(dev); in lookup_existing_device()
880 struct fw_device *new = data; in lookup_existing_device()
926 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
979 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
986 struct fw_device *device = in fw_device_init()
987 container_of(work, struct fw_device, work.work); in fw_device_init()
1104 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1131 struct fw_device *device = in fw_device_refresh()
1132 container_of(work, struct fw_device, work.work); in fw_device_refresh()
1198 struct fw_device *device = container_of(to_delayed_work(work), in fw_device_workfn()
1199 struct fw_device, work); in fw_device_workfn()
1205 struct fw_device *device; in fw_node_event()