Searched refs:topology (Results 51 - 75 of 178) sorted by relevance

12345678

/linux-master/drivers/scsi/elx/libefc/
H A Defc_fabric.h113 enum efc_nport_topology topology);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpmem.c23 #include <asm/topology.h>
/linux-master/arch/parisc/kernel/
H A DMakefile37 obj-$(CONFIG_GENERIC_ARCH_TOPOLOGY) += topology.o
/linux-master/arch/powerpc/include/asm/
H A Dtopology.h129 #include <asm-generic/topology.h>
/linux-master/arch/x86/kernel/cpu/
H A DMakefile31 obj-$(CONFIG_X86_LOCAL_APIC) += topology.o
/linux-master/arch/sh/kernel/
H A DMakefile21 syscalls_32.o time.o topology.o traps.o \
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1339 * Chips that support extended topology information require the driver to
1340 * reflect topology information in the opposite direction. This is
1388 struct psp_xgmi_topology_info *topology,
1397 if (!topology || topology->num_nodes > TA_XGMI__MAX_CONNECTED_NODES)
1404 /* Fill in the shared memory with topology information as input */
1410 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id;
1411 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops;
1412 topology_info_input->nodes[i].is_sharing_enabled = topology->nodes[i].is_sharing_enabled;
1413 topology_info_input->nodes[i].sdma_engine = topology
1386 psp_xgmi_get_topology_info(struct psp_context *psp, int number_devices, struct psp_xgmi_topology_info *topology, bool get_extended_data) argument
1504 psp_xgmi_set_topology_info(struct psp_context *psp, int number_devices, struct psp_xgmi_topology_info *topology) argument
[all...]
/linux-master/drivers/staging/greybus/
H A Daudio_gb.c13 struct gb_audio_topology **topology)
40 *topology = topo;
12 gb_audio_gb_get_topology(struct gb_connection *connection, struct gb_audio_topology **topology) argument
H A Daudio_codec.h147 /* topology related */
166 struct gb_audio_topology *topology; member in struct:gbaudio_module_info
182 struct gb_audio_topology **topology);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_debugfs.c78 static int topology(struct seq_file *m, void *data) function
197 {"topology", topology, 0},
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c167 * @topology: topology of the display
208 struct msm_display_topology topology; member in struct:dpu_encoder_virt
560 /* See dpu_encoder_get_topology, we only support 2:2:1 topology */
586 struct msm_display_topology topology = {0}; local
593 /* Datapath topology selection
605 topology.num_lm = 2;
607 topology.num_lm = 1;
609 topology.num_lm = (mode->hdisplay > MAX_HDISPLAY_SPLIT) ? 2 : 1;
612 topology
640 struct msm_display_topology topology; local
[all...]
/linux-master/arch/sh/boards/mach-se/7724/
H A Dirq.c18 #include <linux/topology.h>
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c12 #include <linux/topology.h>
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_msr.c16 #include <linux/topology.h>
/linux-master/drivers/base/
H A Dtopology.c3 * driver/base/topology.c - Populate sysfs with cpu topology information
15 #include <linux/topology.h>
168 .name = "topology"
190 "base/topology:prepare", topology_add_dev,
/linux-master/include/linux/
H A Dtopology.h2 * include/linux/topology.h
36 #include <asm/topology.h>
H A Dcpuset.h13 #include <linux/sched/topology.h>
H A Denergy_model.h11 #include <linux/sched/topology.h>
/linux-master/tools/perf/util/
H A Dsvghelper.c692 struct topology { struct
699 static void scan_thread_topology(int *map, struct topology *t, int cpu,
715 static void scan_core_topology(int *map, struct topology *t, int nr_cpus)
755 struct topology t;
770 fprintf(stderr, "topology: no memory\n");
776 fprintf(stderr, "topology: can't parse siblings map\n");
785 fprintf(stderr, "topology: can't parse siblings map\n");
794 fprintf(stderr, "topology: no memory\n");
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c12 #include <linux/topology.h>
/linux-master/arch/x86/include/asm/
H A Dtopology.h103 #include <asm-generic/topology.h>
/linux-master/include/linux/sched/
H A Dtopology.h5 #include <linux/topology.h>
/linux-master/arch/s390/kernel/
H A DMakefile52 obj-$(CONFIG_SCHED_TOPOLOGY) += topology.o
/linux-master/arch/arm64/kernel/
H A DMakefile35 smp.o smp_spin_table.o topology.o smccc-call.o \
/linux-master/arch/loongarch/kernel/
H A DMakefile12 elf.o syscall.o signal.o time.o topology.o inst.o ptrace.o vdso.o \

Completed in 306 milliseconds

12345678