Searched refs:intel_th (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 64 * 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(struct intel_th_device *thdev) in to_intel_th() 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 D | Makefile | 2 obj-$(CONFIG_INTEL_TH) += intel_th.o 3 intel_th-y := core.o 4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
|
H A D | core.c | 21 #include "intel_th.h" 106 struct intel_th *th = to_intel_th(hub); in intel_th_remove() 170 .name = "intel_th", 192 struct intel_th *th = to_intel_th(thdev); in intel_th_output_devnode() 196 node = kasprintf(GFP_KERNEL, "intel_th%d/%s%d", th->id, in intel_th_output_devnode() 199 node = kasprintf(GFP_KERNEL, "intel_th%d/%s", th->id, in intel_th_output_devnode() 238 struct intel_th *th = to_intel_th(thdev); in intel_th_output_activate() 280 struct intel_th *th = to_intel_th(thdev); in intel_th_output_deactivate() 372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc() 586 struct intel_th *t in __intel_th_request_hub_module() [all...] |
H A D | pci.c | 16 #include "intel_th.h" 31 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate() 52 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate() 80 struct intel_th *th; in intel_th_pci_probe() 122 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove()
|
H A D | acpi.c | 17 #include "intel_th.h" 42 struct intel_th *th; in intel_th_acpi_probe() 65 struct intel_th *th = platform_get_drvdata(pdev); in intel_th_acpi_remove()
|
H A D | msu-sink.c | 8 #include <linux/intel_th.h>
|
H A D | gth.c | 19 #include "intel_th.h" 594 struct intel_th *th = to_intel_th(thdev); in intel_th_gth_enable() 747 struct intel_th *th = dev_get_drvdata(dev->parent); in intel_th_gth_probe()
|
H A D | msu.c | 27 #include <linux/intel_th.h> 28 #include "intel_th.h"
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 64 * 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) in to_intel_th() 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 D | Makefile | 2 obj-$(CONFIG_INTEL_TH) += intel_th.o 3 intel_th-y := core.o 4 intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
|
H A D | core.c | 21 #include "intel_th.h" 105 struct intel_th *th = to_intel_th(hub); in intel_th_remove() 170 .name = "intel_th", 192 const struct intel_th *th = to_intel_th(thdev); in intel_th_output_devnode() 196 node = kasprintf(GFP_KERNEL, "intel_th%d/%s%d", th->id, in intel_th_output_devnode() 199 node = kasprintf(GFP_KERNEL, "intel_th%d/%s", th->id, in intel_th_output_devnode() 238 struct intel_th *th = to_intel_th(thdev); in intel_th_output_activate() 280 struct intel_th *th = to_intel_th(thdev); in intel_th_output_deactivate() 372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc() 586 struct intel_th *t in __intel_th_request_hub_module() [all...] |
H A D | pci.c | 16 #include "intel_th.h" 31 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate() 52 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate() 80 struct intel_th *th; in intel_th_pci_probe() 122 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove()
|
H A D | acpi.c | 17 #include "intel_th.h" 42 struct intel_th *th; in intel_th_acpi_probe() 65 struct intel_th *th = platform_get_drvdata(pdev); in intel_th_acpi_remove()
|
H A D | msu-sink.c | 8 #include <linux/intel_th.h>
|
H A D | gth.c | 19 #include "intel_th.h" 594 struct intel_th *th = to_intel_th(thdev); in intel_th_gth_enable() 747 struct intel_th *th = dev_get_drvdata(dev->parent); in intel_th_gth_probe()
|
H A D | msu.c | 27 #include <linux/intel_th.h> 28 #include "intel_th.h"
|
Completed in 14 milliseconds