Home
last modified time | relevance | path

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

/drivers/firewire/
Dcore-device.c219 int fw_device_enable_phys_dma(struct fw_device *device) in fw_device_enable_phys_dma()
251 dir = fw_device(dev)->config_rom + 5; in show_immediate()
284 dir = fw_device(dev)->config_rom + 5; in show_text_leaf()
361 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
377 struct fw_device *device = fw_device(dev); in config_rom_show()
391 struct fw_device *device = fw_device(dev); in guid_show()
405 struct fw_device *device = fw_device(dev); in is_local_show()
435 struct fw_device *device = fw_device(dev); in units_show()
464 static int read_rom(struct fw_device *device, in read_rom()
496 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
[all …]
Dcore.h19 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.c180 static struct fw_device *target_parent_device(struct sbp2_target *tgt) in target_parent_device()
502 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_orb()
523 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_cancel_orbs()
562 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_management_orb()
658 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset()
675 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset_no_wait()
804 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_set_busy_timeout()
819 struct fw_device *device = target_parent_device(tgt); in sbp2_login()
929 struct fw_device *device = target_parent_device(tgt); in sbp2_reconnect()
1136 struct fw_device *device = fw_parent_device(unit); in sbp2_probe()
[all …]
Dcore-cdev.c60 struct fw_device *device;
250 struct fw_device *device; in fw_device_op_open()
369 static void for_each_client(struct fw_device *device, in for_each_client()
405 void fw_device_cdev_update(struct fw_device *device) in fw_device_cdev_update()
415 void fw_device_cdev_remove(struct fw_device *device) in fw_device_cdev_remove()
Dnet.c1412 struct fw_unit *unit, struct fw_device *device) in fwnet_add_peer()
1446 struct fw_device *device = fw_parent_device(unit); in fwnet_probe()
1582 struct fw_device *device = fw_parent_device(unit); in fwnet_update()
Dcore-card.c303 struct fw_device *root_device, *irm_device; in bm_work()
/drivers/media/firewire/
Dfiredtv-fw.c31 static inline struct fw_device *device_of(struct firedtv *fdtv) in device_of()
33 return fw_device(fdtv->device->parent); in device_of()
39 struct fw_device *device = device_of(fdtv); in node_req()
134 struct fw_device *device = device_of(fdtv); in fdtv_start_iso()
200 struct fw_device *device; in handle_fcp()
/drivers/net/wireless/libertas/
Dfirmware.c37 priv->fw_device, GFP_KERNEL, priv, cb); in do_load_firmware()
138 priv->fw_device = device; in lbs_get_firmware_async()
Ddev.h190 struct device *fw_device; member
/drivers/staging/fwserial/
Dfwserial.c190 static inline int device_max_receive(struct fw_device *fw_device) in device_max_receive() argument
193 return min(2 << fw_device->max_rec, 4096); in device_max_receive()
2124 struct fw_device *parent = fw_parent_device(unit); in fwserial_add_peer()
2268 struct fw_device *parent = fw_parent_device(unit); in fwserial_create()
2507 struct fw_device *parent = fw_parent_device(unit); in fwserial_update()