Lines Matching refs:fw_device

263 int fw_device_enable_phys_dma(struct fw_device *device)  in fw_device_enable_phys_dma()
295 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_immediate()
344 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_text_leaf()
447 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
462 struct fw_device *device = fw_device(dev); in config_rom_show()
476 struct fw_device *device = fw_device(dev); in guid_show()
486 struct fw_device *device = fw_device(dev); in is_local_show()
516 struct fw_device *device = fw_device(dev); in units_show()
545 static int read_rom(struct fw_device *device, in read_rom()
578 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
760 static void create_units(struct fw_device *device) in create_units()
818 struct fw_device *fw_device_get_by_devt(dev_t devt) in fw_device_get_by_devt()
820 struct fw_device *device; in fw_device_get_by_devt()
832 static void fw_schedule_device_work(struct fw_device *device, in fw_schedule_device_work()
856 struct fw_device *device = in fw_device_shutdown()
857 container_of(work, struct fw_device, work.work); in fw_device_shutdown()
882 struct fw_device *device = fw_device(dev); in fw_device_release()
924 struct fw_device *device = in fw_device_update()
925 container_of(work, struct fw_device, work.work); in fw_device_update()
933 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
986 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
993 const struct fw_device *old = fw_device(dev); in compare_configuration_rom()
1005 struct fw_device *device = in fw_device_init()
1006 container_of(work, struct fw_device, work.work); in fw_device_init()
1046 struct fw_device *reused = fw_device(found); in fw_device_init()
1160 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1187 struct fw_device *device = in fw_device_refresh()
1188 container_of(work, struct fw_device, work.work); in fw_device_refresh()
1254 struct fw_device *device = container_of(to_delayed_work(work), in fw_device_workfn()
1255 struct fw_device, work); in fw_device_workfn()
1261 struct fw_device *device; in fw_node_event()