Searched refs:CSR_VENDOR (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw.c | 74 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_card() 166 if (key == CSR_VENDOR) in detect_quirks()
|
/Linux-v5.4/drivers/firewire/ |
D | core-device.c | 128 case CSR_VENDOR: id[0] = value; break; in get_ids() 323 IMMEDIATE_ATTR(vendor, CSR_VENDOR), 328 TEXT_LEAF_ATTR(vendor_name, CSR_VENDOR),
|
/Linux-v5.4/sound/firewire/dice/ |
D | dice.c | 116 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
|
/Linux-v5.4/include/linux/ |
D | firewire.h | 60 #define CSR_VENDOR 0x03 macro
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob.c | 81 err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR, in name_device()
|