• Home
  • Raw
  • Download

Lines Matching refs:skl

122 *skl_get_ep_blob(struct skl *skl, u32 instance, u8 link_type,  in skl_get_ep_blob()  argument
128 struct hdac_bus *bus = ebus_to_hbus(&skl->ebus); in skl_get_ep_blob()
131 struct nhlt_acpi_table *nhlt = skl->nhlt; in skl_get_ep_blob()
158 int skl_get_dmic_geo(struct skl *skl) in skl_get_dmic_geo() argument
160 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_dmic_geo()
163 struct device *dev = &skl->pci->dev; in skl_get_dmic_geo()
212 int skl_nhlt_update_topology_bin(struct skl *skl) in skl_nhlt_update_topology_bin() argument
214 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin()
215 struct hdac_bus *bus = ebus_to_hbus(&skl->ebus); in skl_nhlt_update_topology_bin()
222 snprintf(skl->tplg_name, sizeof(skl->tplg_name), "%x-%.6s-%.8s-%d%s", in skl_nhlt_update_topology_bin()
223 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
226 skl_nhlt_trim_space(skl->tplg_name); in skl_nhlt_update_topology_bin()
236 struct skl *skl = ebus_to_skl(ebus); in skl_nhlt_platform_id_show() local
237 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_platform_id_show()
240 sprintf(platform_id, "%x-%.6s-%.8s-%d", skl->pci_id, in skl_nhlt_platform_id_show()
250 int skl_nhlt_create_sysfs(struct skl *skl) in skl_nhlt_create_sysfs() argument
252 struct device *dev = &skl->pci->dev; in skl_nhlt_create_sysfs()
260 void skl_nhlt_remove_sysfs(struct skl *skl) in skl_nhlt_remove_sysfs() argument
262 struct device *dev = &skl->pci->dev; in skl_nhlt_remove_sysfs()