| /linux/drivers/firewire/ |
| H A D | core-device.c | 263 int fw_device_enable_phys_dma(struct fw_device *device) in fw_device_enable_phys_dma() 295 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_immediate() 344 const u32 *root_directory = fw_device(dev)->config_rom + ROOT_DIR_OFFSET; in show_text_leaf() 447 struct fw_device *device = fw_device(dev->parent); in rom_index_show() 462 struct fw_device *device = fw_device(dev); in config_rom_show() 476 struct fw_device *device = fw_device(dev); in guid_show() 486 struct fw_device *device = fw_device(dev); in is_local_show() 516 struct fw_device *device = fw_device(dev); in units_show() 621 static int read_rom(struct fw_device *device, int generation, int speed, int index, u32 *data) in read_rom() 653 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom() [all …]
|
| H A D | device-attribute-test.c | 84 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 D | sbp2.c | 170 static struct fw_device *target_parent_device(struct sbp2_target *tgt) in target_parent_device() 493 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_orb() 515 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_cancel_orbs() 553 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_send_management_orb() 649 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset() 666 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_agent_reset_no_wait() 787 struct fw_device *device = target_parent_device(lu->tgt); in sbp2_set_busy_timeout() 802 struct fw_device *device = target_parent_device(tgt); in sbp2_login() 912 struct fw_device *device = target_parent_device(tgt); in sbp2_reconnect() 1126 struct fw_device *device = fw_parent_device(unit); in sbp2_probe() [all …]
|
| /linux/include/linux/ |
| H A D | firewire.h | 195 * Note, fw_device.generation always has to be read before fw_device.node_id. 201 * that whenever fw_device.generation is current WRT the actual bus generation, 202 * fw_device.node_id is guaranteed to be current too. 204 * The same applies to fw_device.card->node_id vs. fw_device.generation. 206 * fw_device.config_rom and fw_device.config_rom_length may be accessed during 207 * the lifetime of any fw_unit belonging to the fw_device, before device_del() 211 struct fw_device { struct 220 max_speedfw_device global() argument 240 #define fw_device(dev) container_of_const(dev, struct fw_device, global() macro [all...] |
| /linux/drivers/media/firewire/ |
| H A D | firedtv-fw.c | 32 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/ |
| H A D | firmware.c | 38 priv->fw_device, GFP_KERNEL, priv, cb); in do_load_firmware() 144 priv->fw_device = device; in lbs_get_firmware_async()
|
| H A D | dev.h | 187 struct device *fw_device; member
|
| /linux/sound/firewire/ |
| H A D | lib.c | 37 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction()
|
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks_transaction.c | 166 struct fw_device *device; in handle_resp_for_user() 196 struct fw_device *device; in handle_resp_for_kernel()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-transaction.c | 164 struct fw_device *device = fw_parent_device(dice->unit); in register_notification_address() 218 struct fw_device *device = fw_parent_device(dice->unit); in unregister_notification_address()
|
| H A D | dice.c | 36 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()
|
| H A D | dice-hwdep.c | 70 struct fw_device *dev = fw_parent_device(dice->unit); in hwdep_get_info()
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw.c | 67 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in name_card() 134 struct fw_device *fw_dev = fw_parent_device(oxfw->unit); in detect_quirks()
|
| H A D | oxfw-hwdep.c | 68 struct fw_device *dev = fw_parent_device(oxfw->unit); in hwdep_get_info()
|
| /linux/sound/firewire/digi00x/ |
| H A D | digi00x-transaction.c | 37 struct fw_device *device = fw_parent_device(dg00x->unit); in snd_dg00x_transaction_reregister()
|
| H A D | digi00x.c | 21 struct fw_device *fw_dev = fw_parent_device(dg00x->unit); in name_card()
|
| H A D | digi00x-hwdep.c | 78 struct fw_device *dev = fw_parent_device(dg00x->unit); in hwdep_get_info()
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam.h | 48 struct fw_device *parent;
|
| H A D | tascam.c | 46 struct fw_device *fw_dev = fw_parent_device(tscm->unit); in identify_model()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-transaction.c | 76 struct fw_device *device = fw_parent_device(motu->unit); in snd_motu_transaction_reregister()
|
| H A D | motu.c | 30 struct fw_device *fw_dev = fw_parent_device(motu->unit); in name_card()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_hwdep.c | 69 struct fw_device *dev = fw_parent_device(bebob->unit); in hwdep_get_info()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff-hwdep.c | 87 struct fw_device *dev = fw_parent_device(ff->unit); in hwdep_get_info()
|
| H A D | ff.c | 18 struct fw_device *fw_dev = fw_parent_device(ff->unit); in name_card()
|
| H A D | ff-transaction.c | 59 struct fw_device *fw_dev = fw_parent_device(ff->unit); in transmit_midi_msg()
|