Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 14 of 14) sorted by relevance

/sound/firewire/bebob/
Dbebob_proc.c15 u32 guid[2]; member
54 info->guid[0], info->guid[1]); in proc_read_hw_info()
Dbebob_hwdep.c81 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
82 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/motu/
Dmotu-hwdep.c87 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
88 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/digi00x/
Ddigi00x-hwdep.c88 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
89 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/dice/
Ddice-hwdep.c80 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
81 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/oxfw/
Doxfw-hwdep.c80 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
81 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/fireface/
Dff-hwdep.c80 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
81 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/tascam/
Dtascam-hwdep.c155 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
156 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/firewire/fireworks/
Dfireworks_hwdep.c214 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
215 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
/sound/soc/intel/skylake/
Dskl-sst.c410 static int skl_load_module(struct sst_dsp *ctx, u16 mod_id, u8 *guid) in skl_load_module() argument
416 snprintf(mod_name, sizeof(mod_name), "intel/dsp_fw_%pUL.bin", guid); in skl_load_module()
Dskl-debug.c81 "\tInstance id %d\n\tPvt_id %d\n", mconfig->guid, in module_read()
Dskl-topology.c488 (guid_t *)mconfig->guid); in skl_tplg_init_pipe_modules()
498 mconfig->id.module_id, mconfig->guid); in skl_tplg_init_pipe_modules()
518 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_init_pipe_modules()
559 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_unload_pipe_modules()
2096 static int skl_tplg_get_uuid(struct device *dev, guid_t *guid, in skl_tplg_get_uuid() argument
2100 import_guid(guid, uuid_tkn->uuid); in skl_tplg_get_uuid()
2639 ret = skl_tplg_get_uuid(dev, (guid_t *)mconfig->guid, in skl_tplg_get_tokens()
2797 ret = guid_parse(dfw->uuid, (guid_t *)mconfig->guid); in skl_tplg_get_pvt_data_v4()
Dskl-topology.h371 u8 guid[16]; member
Dskl-pcm.c1316 uuid_mod = (guid_t *)mconfig->guid; in skl_get_module_info()