Searched refs:CSR_VENDOR (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/sound/firewire/oxfw/ | 
| D | oxfw.c | 75 	err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR,  in name_card() 182 		if (key == CSR_VENDOR)  in detect_quirks()
  | 
| /Linux-v6.6/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-v6.6/include/linux/ | 
| D | firewire.h | 60 #define CSR_VENDOR		0x03  macro
  | 
| /Linux-v6.6/sound/firewire/dice/ | 
| D | dice.c | 121 	fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor));  in dice_card_strings()
  | 
| /Linux-v6.6/sound/firewire/bebob/ | 
| D | bebob.c | 79 	err = fw_csr_string(fw_dev->config_rom + 5, CSR_VENDOR,  in name_device()
  |