Searched refs:intel_th (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/hwtracing/intel_th/
H A DMakefile2 obj-$(CONFIG_INTEL_TH) += intel_th.o
3 intel_th-y := core.o
4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
H A Dacpi.c17 #include "intel_th.h"
42 struct intel_th *th;
65 struct intel_th *th = platform_get_drvdata(pdev);
H A Dintel_th.h64 * struct intel_th_device - device on the intel_th bus
199 * + struct intel_th device (pci; dev_{get,set}_drvdata()
205 * INTEL_TH_SWITCH and INTEL_TH_SOURCE are children of the intel_th device.
218 static inline struct intel_th *to_intel_th(const struct intel_th_device *thdev)
229 struct intel_th *
232 void intel_th_free(struct intel_th *th);
242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
261 * struct intel_th - Intel TH controller
273 struct intel_th { struct
281 int (*activate)(struct intel_th *);
[all...]
H A Dcore.c21 #include "intel_th.h"
105 struct intel_th *th = to_intel_th(hub);
170 .name = "intel_th",
192 const struct intel_th *th = to_intel_th(thdev);
196 node = kasprintf(GFP_KERNEL, "intel_th%d/%s%d", th->id,
199 node = kasprintf(GFP_KERNEL, "intel_th%d/%s", th->id,
238 struct intel_th *th = to_intel_th(thdev);
280 struct intel_th *th = to_intel_th(thdev);
372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name,
586 struct intel_th *t
[all...]
H A Dpci.c16 #include "intel_th.h"
31 static int intel_th_pci_activate(struct intel_th *th)
52 static void intel_th_pci_deactivate(struct intel_th *th)
80 struct intel_th *th;
122 struct intel_th *th = pci_get_drvdata(pdev);
H A Dmsu-sink.c8 #include <linux/intel_th.h>
H A Dgth.c19 #include "intel_th.h"
594 struct intel_th *th = to_intel_th(thdev);
747 struct intel_th *th = dev_get_drvdata(dev->parent);
H A Dmsu.c27 #include <linux/intel_th.h>
28 #include "intel_th.h"
/linux-master/drivers/
H A DMakefile180 obj-y += hwtracing/intel_th/

Completed in 144 milliseconds