Home
last modified time | relevance | path

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

12

/linux/drivers/firewire/
A Dcore-device.c372 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
388 struct fw_device *device = fw_device(dev); in config_rom_show()
402 struct fw_device *device = fw_device(dev); in guid_show()
416 struct fw_device *device = fw_device(dev); in is_local_show()
446 struct fw_device *device = fw_device(dev); in units_show()
753 struct fw_device *device; in fw_device_get_by_devt()
791 struct fw_device *device = in fw_device_shutdown()
820 struct fw_device *device = fw_device(dev); in fw_device_release()
864 struct fw_device *device = in fw_device_update()
879 struct fw_device *old = fw_device(dev); in lookup_existing_device()
[all …]
A 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);
A Dsbp2.c491 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_orb()
513 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_cancel_orbs()
551 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_management_orb()
647 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset()
664 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset_no_wait()
785 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_set_busy_timeout()
800 struct fw_device *device = target_parent_device(tgt); in sbp2_login()
910 struct fw_device *device = target_parent_device(tgt); in sbp2_reconnect()
1124 struct fw_device *device = fw_parent_device(unit); in sbp2_probe()
1212 struct fw_device *device = fw_parent_device(unit); in sbp2_remove()
[all …]
/linux/include/linux/
A Dfirewire.h183 struct fw_device { struct
209 static inline struct fw_device *fw_device(struct device *dev) in fw_device() argument
211 return container_of(dev, struct fw_device, device); in fw_device()
214 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown()
219 int fw_device_enable_phys_dma(struct fw_device *device);
247 static inline struct fw_device *fw_parent_device(struct fw_unit *unit) in fw_parent_device()
249 return fw_device(unit->device.parent); in fw_parent_device()
/linux/drivers/media/firewire/
A 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()
/linux/drivers/net/wireless/marvell/libertas/
A Dfirmware.c38 priv->fw_device, GFP_KERNEL, priv, cb); in do_load_firmware()
144 priv->fw_device = device; in lbs_get_firmware_async()
A Ddev.h191 struct device *fw_device; member
/linux/sound/firewire/
A Dlib.c37 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction()
/linux/sound/firewire/fireworks/
A Dfireworks_transaction.c168 struct fw_device *device; in handle_resp_for_user()
200 struct fw_device *device; in handle_resp_for_kernel()
/linux/sound/firewire/dice/
A Ddice-transaction.c165 struct fw_device *device = fw_parent_device(dice->unit); in register_notification_address()
219 struct fw_device *device = fw_parent_device(dice->unit); in unregister_notification_address()
A Ddice.c35 struct fw_device *device = fw_parent_device(unit); in check_dice_category()
100 struct fw_device *dev = fw_parent_device(dice->unit); in dice_card_strings()
A Ddice-hwdep.c74 struct fw_device *dev = fw_parent_device(dice->unit); in hwdep_get_info()
/linux/sound/firewire/oxfw/
A Doxfw.c66 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in name_card()
133 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in detect_quirks()
A Doxfw-hwdep.c72 struct fw_device *dev = fw_parent_device(oxfw->unit); in hwdep_get_info()
/linux/sound/firewire/digi00x/
A Ddigi00x-transaction.c39 struct fw_device *device = fw_parent_device(dg00x->unit); in snd_dg00x_transaction_reregister()
A Ddigi00x.c21 struct fw_device *fw_dev = fw_parent_device(dg00x->unit); in name_card()
A Ddigi00x-hwdep.c82 struct fw_device *dev = fw_parent_device(dg00x->unit); in hwdep_get_info()
/linux/sound/firewire/tascam/
A Dtascam.h48 struct fw_device *parent;
A Dtascam.c46 struct fw_device *fw_dev = fw_parent_device(tscm->unit); in identify_model()
/linux/sound/firewire/motu/
A Dmotu-transaction.c77 struct fw_device *device = fw_parent_device(motu->unit); in snd_motu_transaction_reregister()
A Dmotu.c30 struct fw_device *fw_dev = fw_parent_device(motu->unit); in name_card()
/linux/sound/firewire/fireface/
A Dff-hwdep.c72 struct fw_device *dev = fw_parent_device(ff->unit); in hwdep_get_info()
A Dff-transaction.c59 struct fw_device *fw_dev = fw_parent_device(ff->unit); in transmit_midi_msg()
A Dff.c18 struct fw_device *fw_dev = fw_parent_device(ff->unit); in name_card()
/linux/sound/firewire/bebob/
A Dbebob_hwdep.c73 struct fw_device *dev = fw_parent_device(bebob->unit); in hwdep_get_info()

Completed in 41 milliseconds

12