Home
last modified time | relevance | path

Searched refs:intel_th (Results 1 – 7 of 7) sorted by relevance

/drivers/hwtracing/intel_th/
DMakefile1 obj-$(CONFIG_INTEL_TH) += intel_th.o
2 intel_th-y := core.o
3 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
Dcore.c252 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc()
425 struct intel_th *th = container_of(work, struct intel_th, in __intel_th_request_hub_module()
431 static int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module()
439 static void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush()
444 static inline int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module()
449 static inline void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush()
454 static int intel_th_populate(struct intel_th *th, struct resource *devres, in intel_th_populate()
589 struct intel_th *
593 struct intel_th *th; in intel_th_alloc()
634 void intel_th_free(struct intel_th *th) in intel_th_free()
Dintel_th.h160 struct intel_th *
163 void intel_th_free(struct intel_th *th);
192 struct intel_th { struct
Dpci.c33 struct intel_th *th; in intel_th_pci_probe()
56 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove()
DKconfig10 This option enables intel_th bus and common code used by TH
/drivers/
DMakefile173 obj-y += hwtracing/intel_th/
DKconfig197 source "drivers/hwtracing/intel_th/Kconfig"