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()
621 static int read_rom(struct fw_device *device, int generation, int speed, int index, u32 *data) in read_rom()
653 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
836 static void create_units(struct fw_device *device) in create_units()
894 struct fw_device *fw_device_get_by_devt(dev_t devt) in fw_device_get_by_devt()
896 struct fw_device *device; in fw_device_get_by_devt()
908 static void fw_schedule_device_work(struct fw_device *device, in fw_schedule_device_work()
932 struct fw_device *device = from_work(device, work, work.work); in fw_device_shutdown()
956 struct fw_device *device = fw_device(dev); in fw_device_release()
998 struct fw_device *device = from_work(device, work, work.work); in fw_device_update()
1006 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
1059 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
1066 const struct fw_device *old = fw_device(dev); in compare_configuration_rom()
1078 struct fw_device *device = from_work(device, work, work.work); in fw_device_init()
1118 struct fw_device *reused = fw_device(found); in fw_device_init()
1232 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1259 struct fw_device *device = from_work(device, work, work.work); in fw_device_refresh()
1325 struct fw_device *device = from_work(device, to_delayed_work(work), work); in fw_device_workfn()
1331 struct fw_device *device; in fw_node_event()