Home
last modified time | relevance | path

Searched refs:fw_csr_string (Results 1 – 3 of 3) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice.c122 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
124 fw_csr_string(dice->unit->directory, CSR_MODEL, model, sizeof(model)); in dice_card_strings()
/linux/drivers/firewire/
H A Dcore-device.c126 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() function
134 EXPORT_SYMBOL(fw_csr_string);
367 int result = fw_csr_string(directories[i], attr->key, buf, bufsize); in show_text_leaf()
375 result = fw_csr_string(directories[i], CSR_DIRECTORY | attr->key, buf, in show_text_leaf()
/linux/drivers/media/firewire/
H A Dfiredtv-fw.c273 name_len = fw_csr_string(unit->directory, CSR_MODEL, in node_probe()