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()
387 struct fw_device *device = fw_device(dev); in config_rom_show()
401 struct fw_device *device = fw_device(dev); in guid_show()
414 struct fw_device *device = fw_device(dev); in is_local_show()
444 struct fw_device *device = fw_device(dev); in units_show()
473 static int read_rom(struct fw_device *device, in read_rom()
505 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
687 static void create_units(struct fw_device *device) in create_units()
749 struct fw_device *fw_device_get_by_devt(dev_t devt) in fw_device_get_by_devt()
751 struct fw_device *device; in fw_device_get_by_devt()
765 static void fw_schedule_device_work(struct fw_device *device, in fw_schedule_device_work()
789 struct fw_device *device = in fw_device_shutdown()
790 container_of(work, struct fw_device, work.work); in fw_device_shutdown()
818 struct fw_device *device = fw_device(dev); in fw_device_release()
862 struct fw_device *device = in fw_device_update()
863 container_of(work, struct fw_device, work.work); in fw_device_update()
877 struct fw_device *old = fw_device(dev); in lookup_existing_device()
878 struct fw_device *new = data; in lookup_existing_device()
924 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
977 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
984 struct fw_device *device = in fw_device_init()
985 container_of(work, struct fw_device, work.work); in fw_device_init()
1102 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1129 struct fw_device *device = in fw_device_refresh()
1130 container_of(work, struct fw_device, work.work); in fw_device_refresh()
1196 struct fw_device *device = container_of(to_delayed_work(work), in fw_device_workfn()
1197 struct fw_device, work); in fw_device_workfn()
1203 struct fw_device *device; in fw_node_event()