Home
last modified time | relevance | path

Searched refs:tgl (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c375 struct iommu_table_group_link *tgl; in pnv_pci_unlink_table_and_group() local
384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) { in pnv_pci_unlink_table_and_group()
385 if (tgl->table_group == table_group) { in pnv_pci_unlink_table_and_group()
386 list_del_rcu(&tgl->next); in pnv_pci_unlink_table_and_group()
387 kfree_rcu(tgl, rcu); in pnv_pci_unlink_table_and_group()
414 struct iommu_table_group_link *tgl = NULL; in pnv_pci_link_table_and_group() local
419 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL, in pnv_pci_link_table_and_group()
421 if (!tgl) in pnv_pci_link_table_and_group()
424 tgl->table_group = table_group; in pnv_pci_link_table_and_group()
425 list_add_rcu(&tgl->next, &tbl->it_group_list); in pnv_pci_link_table_and_group()
Dpci-ioda.c1279 struct iommu_table_group_link *tgl = list_first_entry_or_null( in pnv_pci_p7ioc_tce_invalidate() local
1282 struct pnv_ioda_pe *pe = container_of(tgl->table_group, in pnv_pci_p7ioc_tce_invalidate()
1403 struct iommu_table_group_link *tgl; in pnv_pci_ioda2_tce_invalidate() local
1405 list_for_each_entry_lockless(tgl, &tbl->it_group_list, next) { in pnv_pci_ioda2_tce_invalidate()
1406 struct pnv_ioda_pe *pe = container_of(tgl->table_group, in pnv_pci_ioda2_tce_invalidate()
/linux-5.19.10/drivers/media/rc/img-ir/
Dimg-ir-rc5.c14 unsigned int addr, cmd, tgl, start; in img_ir_rc5_scancode() local
20 tgl = (raw >> 11) & 0x01; in img_ir_rc5_scancode()
34 request->toggle = tgl; in img_ir_rc5_scancode()
/linux-5.19.10/sound/soc/sof/intel/
DMakefile9 apl.o cnl.o tgl.o icl.o hda-common-ops.o
26 snd-sof-pci-intel-tgl-objs := pci-tgl.o
32 obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o
/linux-5.19.10/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c58 fw_def(ALDERLAKE_S, 0, guc_def(tgl, 70, 1, 1)) \
60 fw_def(ROCKETLAKE, 0, guc_def(tgl, 70, 1, 1)) \
61 fw_def(TIGERLAKE, 0, guc_def(tgl, 70, 1, 1)) \
75 fw_def(ALDERLAKE_S, 0, guc_def(tgl, 69, 0, 3))
78 fw_def(ALDERLAKE_P, 0, huc_def(tgl, 7, 9, 3)) \
79 fw_def(ALDERLAKE_S, 0, huc_def(tgl, 7, 9, 3)) \
81 fw_def(ROCKETLAKE, 0, huc_def(tgl, 7, 9, 3)) \
82 fw_def(TIGERLAKE, 0, huc_def(tgl, 7, 9, 3)) \
/linux-5.19.10/sound/soc/intel/common/
DMakefile10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
/linux-5.19.10/arch/powerpc/kernel/
Dsmp.c120 static struct thread_groups_list tgl[NR_CPUS] __initdata; variable
907 struct thread_groups_list *cpu_tgl = &tgl[cpu]; in get_thread_groups()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_dmc.c71 #define TGL_DMC_PATH DMC_PATH(tgl, 2, 12)