Searched refs:tgl (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 375 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()
|
D | pci-ioda.c | 1279 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-v6.1/drivers/media/rc/img-ir/ |
D | img-ir-rc5.c | 14 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-v6.1/sound/soc/sof/intel/ |
D | Makefile | 10 apl.o cnl.o tgl.o icl.o mtl.o hda-common-ops.o 29 snd-sof-pci-intel-tgl-objs := pci-tgl.o 37 obj-$(CONFIG_SND_SOC_SOF_INTEL_TGL) += snd-sof-pci-intel-tgl.o
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 79 fw_def(ALDERLAKE_S, 0, guc_maj(tgl, 70, 5)) \ 80 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 70, 1, 1)) \ 81 fw_def(ALDERLAKE_S, 0, guc_mmp(tgl, 69, 0, 3)) \ 83 fw_def(ROCKETLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \ 84 fw_def(TIGERLAKE, 0, guc_mmp(tgl, 70, 1, 1)) \ 97 fw_def(ALDERLAKE_P, 0, huc_raw(tgl)) \ 98 fw_def(ALDERLAKE_P, 0, huc_mmp(tgl, 7, 9, 3)) \ 99 fw_def(ALDERLAKE_S, 0, huc_raw(tgl)) \ 100 fw_def(ALDERLAKE_S, 0, huc_mmp(tgl, 7, 9, 3)) \ 102 fw_def(ROCKETLAKE, 0, huc_mmp(tgl, 7, 9, 3)) \ [all …]
|
/Linux-v6.1/sound/soc/intel/common/ |
D | Makefile | 10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | smp.c | 120 static struct thread_groups_list tgl[NR_CPUS] __initdata; variable 896 struct thread_groups_list *cpu_tgl = &tgl[cpu]; in get_thread_groups()
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_dmc.c | 75 #define TGL_DMC_PATH DMC_PATH(tgl, 2, 12)
|