Searched refs:config_rom (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-device.c | 153 const u32 *root_directory = &fw_parent_device(unit)->config_rom[ROOT_DIR_OFFSET]; in get_modalias_ids() 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() 449 return sysfs_emit(buf, "%td\n", unit->directory - device->config_rom); in rom_index_show() 467 memcpy(buf, device->config_rom, length); in config_rom_show() 479 return sysfs_emit(buf, "0x%08x%08x\n", device->config_rom[3], device->config_rom[4]); in guid_show() 521 fw_csr_iterator_init(&ci, &device->config_rom[ROOT_DIR_OFFSET]); in units_show() 537 __ATTR_RO(config_rom), 800 old_rom = device->config_rom; in read_config_rom() 806 device->config_rom = new_rom; in read_config_rom() [all …]
|
| H A D | device-attribute-test.c | 88 .config_rom = simple_avc_config_rom, in device_attr_simple_avc() 170 .config_rom = legacy_avc_config_rom, in device_attr_legacy_avc()
|
| H A D | ohci.c | 230 __be32 *config_rom; member 1480 (void *) ohci->config_rom + i, length); in handle_local_rom() 2028 if (ohci->next_config_rom != ohci->config_rom) { in handle_selfid_complete_event() 2029 free_rom = ohci->config_rom; in handle_selfid_complete_event() 2032 ohci->config_rom = ohci->next_config_rom; in handle_selfid_complete_event() 2039 reg_write(ohci, OHCI1394_BusOptions, be32_to_cpu(ohci->config_rom[2])); in handle_selfid_complete_event() 2040 ohci->config_rom[0] = ohci->next_header; in handle_selfid_complete_event() 2263 const __be32 *config_rom, size_t length) in ohci_enable() argument 2380 if (config_rom) { in ohci_enable() 2386 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable() [all …]
|
| H A D | sbp2.c | 1144 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in sbp2_probe() 1156 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe()
|
| H A D | net.c | 1415 peer->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in fwnet_add_peer()
|
| /linux/sound/firewire/dice/ |
| H A D | dice.c | 67 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category() 68 device->config_rom[4] >> 22 != model) in check_dice_category() 122 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings() 127 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
|
| /linux/sound/firewire/motu/ |
| H A D | motu.c | 50 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| H A D | motu-hwdep.c | 122 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 123 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff.c | 35 fw_dev->config_rom[3], fw_dev->config_rom[4], in name_card()
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam-hwdep.c | 152 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info() 153 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
|
| /linux/sound/firewire/ |
| H A D | isight.c | 640 fw_dev->config_rom[3], fw_dev->config_rom[4], in isight_probe()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 10 config_rom
|
| /linux/include/linux/ |
| H A D | firewire.h | 227 const u32 *config_rom; member
|