Home
last modified time | relevance | path

Searched refs:fw_device (Results 1 – 9 of 9) sorted by relevance

/drivers/firewire/
Dcore-device.c229 int fw_device_enable_phys_dma(struct fw_device *device) in fw_device_enable_phys_dma()
261 dir = fw_device(dev)->config_rom + 5; in show_immediate()
294 dir = fw_device(dev)->config_rom + 5; in show_text_leaf()
371 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
386 struct fw_device *device = fw_device(dev); in config_rom_show()
400 struct fw_device *device = fw_device(dev); in guid_show()
413 struct fw_device *device = fw_device(dev); in is_local_show()
443 struct fw_device *device = fw_device(dev); in units_show()
472 static int read_rom(struct fw_device *device, in read_rom()
504 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
[all …]
Dcore.h20 struct fw_device;
128 void fw_device_cdev_update(struct fw_device *device);
129 void fw_device_cdev_remove(struct fw_device *device);
139 static inline struct fw_device *fw_device_get(struct fw_device *device) in fw_device_get()
146 static inline void fw_device_put(struct fw_device *device) in fw_device_put()
151 struct fw_device *fw_device_get_by_devt(dev_t devt);
Dsbp2.c169 static struct fw_device *target_parent_device(struct sbp2_target *tgt) in target_parent_device()
492 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_orb()
514 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_cancel_orbs()
552 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_management_orb()
648 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset()
665 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset_no_wait()
786 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_set_busy_timeout()
801 struct fw_device *device = target_parent_device(tgt); in sbp2_login()
911 struct fw_device *device = target_parent_device(tgt); in sbp2_reconnect()
1125 struct fw_device *device = fw_parent_device(unit); in sbp2_probe()
[all …]
Dcore-cdev.c49 struct fw_device *device;
239 struct fw_device *device; in fw_device_op_open()
358 static void for_each_client(struct fw_device *device, in for_each_client()
394 void fw_device_cdev_update(struct fw_device *device) in fw_device_cdev_update()
404 void fw_device_cdev_remove(struct fw_device *device) in fw_device_cdev_remove()
Dnet.c1400 struct fw_unit *unit, struct fw_device *device) in fwnet_add_peer()
1434 struct fw_device *device = fw_parent_device(unit); in fwnet_probe()
1523 struct fw_device *device = fw_parent_device(unit); in fwnet_update()
Dcore-card.c290 struct fw_device *root_device, *irm_device; in bm_work()
/drivers/media/firewire/
Dfiredtv-fw.c32 static inline struct fw_device *device_of(struct firedtv *fdtv) in device_of()
34 return fw_device(fdtv->device->parent); in device_of()
40 struct fw_device *device = device_of(fdtv); in node_req()
135 struct fw_device *device = device_of(fdtv); in fdtv_start_iso()
201 struct fw_device *device; in handle_fcp()
/drivers/net/wireless/marvell/libertas/
Dfirmware.c38 priv->fw_device, GFP_KERNEL, priv, cb); in do_load_firmware()
144 priv->fw_device = device; in lbs_get_firmware_async()
Ddev.h191 struct device *fw_device; member