Searched refs:config_rom (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-device.c | 154 const u32 *root_directory = &fw_parent_device(unit)->config_rom[ROOT_DIR_OFFSET]; in get_modalias_ids() 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() 450 return sysfs_emit(buf, "%td\n", unit->directory - device->config_rom); in rom_index_show() 468 memcpy(buf, device->config_rom, length); in config_rom_show() 480 return sysfs_emit(buf, "0x%08x%08x\n", device->config_rom[3], device->config_rom[4]); in guid_show() 522 fw_csr_iterator_init(&ci, &device->config_rom[ROOT_DIR_OFFSET]); in units_show() 538 __ATTR_RO(config_rom), 801 old_rom = device->config_rom; in read_config_rom() 807 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 1478 (void *) ohci->config_rom + i, length); in handle_local_rom() 2026 if (ohci->next_config_rom != ohci->config_rom) { in handle_selfid_complete_event() 2027 free_rom = ohci->config_rom; in handle_selfid_complete_event() 2030 ohci->config_rom = ohci->next_config_rom; in handle_selfid_complete_event() 2037 reg_write(ohci, OHCI1394_BusOptions, be32_to_cpu(ohci->config_rom[2])); in handle_selfid_complete_event() 2038 ohci->config_rom[0] = ohci->next_header; in handle_selfid_complete_event() 2261 const __be32 *config_rom, size_t length) in ohci_enable() argument 2378 if (config_rom) { in ohci_enable() 2384 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable() [all …]
|
| H A D | sbp2.c | 1145 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in sbp2_probe() 1157 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe()
|
| H A D | net.c | 1413 peer->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in fwnet_add_peer()
|
| H A D | core-cdev.c | 485 ret = copy_to_user(u64_to_uptr(a->rom), client->device->config_rom, in ioctl_get_info()
|
| /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/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 10 config_rom
|