Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-device.c262 int fw_device_enable_phys_dma(struct fw_device *device) in fw_device_enable_phys_dma()
294 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_immediate()
343 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_text_leaf()
446 struct fw_device *device = fw_device(dev->parent); in rom_index_show()
461 struct fw_device *device = fw_device(dev); in config_rom_show()
475 struct fw_device *device = fw_device(dev); in guid_show()
485 struct fw_device *device = fw_device(dev); in is_local_show()
515 struct fw_device *device = fw_device(dev); in units_show()
620 static int read_rom(struct fw_device *device, int generation, int speed, int index, u32 *data) in read_rom()
652 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom()
[all …]
H A Ddevice-attribute-test.c84 static const struct fw_device node = { in device_attr_simple_avc()
109 KUNIT_ASSERT_PTR_EQ(test, fw_device(node_dev), &node); in device_attr_simple_avc()
166 static const struct fw_device node = { in device_attr_legacy_avc()
191 KUNIT_ASSERT_PTR_EQ(test, fw_device((node_dev)), &node); in device_attr_legacy_avc()
H A 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 …]
H A Dnet.c1404 struct fw_unit *unit, struct fw_device *device) in fwnet_add_peer()
1438 struct fw_device *device = fw_parent_device(unit); in fwnet_probe()
1527 struct fw_device *device = fw_parent_device(unit); in fwnet_update()
H A Dohci.c1350 struct fw_device *device = fw_device(dev); in find_fw_device()
1438 struct fw_device *device = fw_device(dev); in handle_at_packet()
/linux/include/linux/
H A Dfirewire.h212 struct fw_device { struct
241 #define fw_device(dev) container_of_const(dev, struct fw_device, device) argument
243 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown()
248 int fw_device_enable_phys_dma(struct fw_device *device);
273 #define fw_parent_device(unit) fw_device(unit->device.parent)
/linux/drivers/media/firewire/
H A 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()
/linux/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c38 priv->fw_device, GFP_KERNEL, priv, cb); in do_load_firmware()
145 priv->fw_device = device; in lbs_get_firmware_async()
H A Ddev.h187 struct device *fw_device; member
/linux/sound/firewire/
H A Dlib.c37 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction()
H A Disight.c51 struct fw_device *device;
611 struct fw_device *fw_dev = fw_parent_device(unit); in isight_probe()
/linux/sound/firewire/dice/
H A Ddice.c36 struct fw_device *device = fw_parent_device(unit); in check_dice_category()
101 struct fw_device *dev = fw_parent_device(dice->unit); in dice_card_strings()
/linux/sound/firewire/tascam/
H A Dtascam.h47 struct fw_device *parent;
H A Dtascam-hwdep.c146 struct fw_device *dev = fw_parent_device(tscm->unit); in hwdep_get_info()
H A Dtascam-transaction.c335 struct fw_device *device = fw_parent_device(tscm->unit); in snd_tscm_transaction_reregister()
/linux/sound/firewire/motu/
H A Dmotu.c30 struct fw_device *fw_dev = fw_parent_device(motu->unit); in name_card()
H A Dmotu-hwdep.c116 struct fw_device *dev = fw_parent_device(motu->unit); in hwdep_get_info()
/linux/sound/firewire/fireface/
H A Dff.c18 struct fw_device *fw_dev = fw_parent_device(ff->unit); in name_card()
/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c35 struct fw_device *fw_dev;
/linux/sound/firewire/fireworks/
H A Dfireworks.c74 struct fw_device *fw_dev = fw_parent_device(efw->unit); in get_hardware_info()