Lines Matching refs:fw_device

243 int fw_device_enable_phys_dma(struct fw_device *device)  in fw_device_enable_phys_dma()
275 dir = fw_device(dev)->config_rom + 5; in show_immediate()
308 dir = fw_device(dev)->config_rom + 5; in show_text_leaf()
385 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
401 struct fw_device *device = fw_device(dev); in config_rom_show()
415 struct fw_device *device = fw_device(dev); in guid_show()
429 struct fw_device *device = fw_device(dev); in is_local_show()
459 struct fw_device *device = fw_device(dev); in units_show()
488 static int read_rom(struct fw_device *device, in read_rom()
520 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
702 static void create_units(struct fw_device *device) in create_units()
764 struct fw_device *fw_device_get_by_devt(dev_t devt) in fw_device_get_by_devt()
766 struct fw_device *device; in fw_device_get_by_devt()
780 static void fw_schedule_device_work(struct fw_device *device, in fw_schedule_device_work()
804 struct fw_device *device = in fw_device_shutdown()
805 container_of(work, struct fw_device, work.work); in fw_device_shutdown()
833 struct fw_device *device = fw_device(dev); in fw_device_release()
877 struct fw_device *device = in fw_device_update()
878 container_of(work, struct fw_device, work.work); in fw_device_update()
892 struct fw_device *old = fw_device(dev); in lookup_existing_device()
893 struct fw_device *new = data; in lookup_existing_device()
939 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel()
992 set_broadcast_channel(fw_device(dev), (long)gen); in fw_device_set_broadcast_channel()
999 struct fw_device *device = in fw_device_init()
1000 container_of(work, struct fw_device, work.work); in fw_device_init()
1117 static int reread_config_rom(struct fw_device *device, int generation, in reread_config_rom()
1144 struct fw_device *device = in fw_device_refresh()
1145 container_of(work, struct fw_device, work.work); in fw_device_refresh()
1211 struct fw_device *device = container_of(to_delayed_work(work), in fw_device_workfn()
1212 struct fw_device, work); in fw_device_workfn()
1218 struct fw_device *device; in fw_node_event()