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 = from_work(device, work, work.work); in fw_device_shutdown()
881 struct fw_device *device = fw_device(dev); in fw_device_release()
923 struct fw_device *device = from_work(device, work, work.work); in fw_device_update()
931 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
984 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
991 const struct fw_device *old = fw_device(dev); in compare_configuration_rom()
1003 struct fw_device *device = from_work(device, work, work.work); in fw_device_init()
1043 struct fw_device *reused = fw_device(found); in fw_device_init()
1157 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1184 struct fw_device *device = from_work(device, work, work.work); in fw_device_refresh()
1250 struct fw_device *device = from_work(device, to_delayed_work(work), work); in fw_device_workfn()
1256 struct fw_device *device; in fw_node_event()