Symbol: intel_th
drivers/hwtracing/intel_th/acpi.c
42
struct intel_th *th;
drivers/hwtracing/intel_th/acpi.c
65
struct intel_th *th = platform_get_drvdata(pdev);
drivers/hwtracing/intel_th/core.c
105
struct intel_th *th = to_intel_th(hub);
drivers/hwtracing/intel_th/core.c
192
const struct intel_th *th = to_intel_th(thdev);
drivers/hwtracing/intel_th/core.c
238
struct intel_th *th = to_intel_th(thdev);
drivers/hwtracing/intel_th/core.c
280
struct intel_th *th = to_intel_th(thdev);
drivers/hwtracing/intel_th/core.c
372
intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name,
drivers/hwtracing/intel_th/core.c
586
struct intel_th *th = container_of(work, struct intel_th,
drivers/hwtracing/intel_th/core.c
592
static int intel_th_request_hub_module(struct intel_th *th)
drivers/hwtracing/intel_th/core.c
600
static void intel_th_request_hub_module_flush(struct intel_th *th)
drivers/hwtracing/intel_th/core.c
605
static inline int intel_th_request_hub_module(struct intel_th *th)
drivers/hwtracing/intel_th/core.c
610
static inline void intel_th_request_hub_module_flush(struct intel_th *th)
drivers/hwtracing/intel_th/core.c
616
intel_th_subdevice_alloc(struct intel_th *th,
drivers/hwtracing/intel_th/core.c
715
int intel_th_output_enable(struct intel_th *th, unsigned int otype)
drivers/hwtracing/intel_th/core.c
766
static int intel_th_populate(struct intel_th *th)
drivers/hwtracing/intel_th/core.c
853
struct intel_th *th = data;
drivers/hwtracing/intel_th/core.c
877
struct intel_th *
drivers/hwtracing/intel_th/core.c
882
struct intel_th *th;
drivers/hwtracing/intel_th/core.c
957
void intel_th_free(struct intel_th *th)
drivers/hwtracing/intel_th/gth.c
594
struct intel_th *th = to_intel_th(thdev);
drivers/hwtracing/intel_th/gth.c
747
struct intel_th *th = dev_get_drvdata(dev->parent);
drivers/hwtracing/intel_th/intel_th.h
218
static inline struct intel_th *to_intel_th(const struct intel_th_device *thdev)
drivers/hwtracing/intel_th/intel_th.h
229
struct intel_th *
drivers/hwtracing/intel_th/intel_th.h
232
void intel_th_free(struct intel_th *th);
drivers/hwtracing/intel_th/intel_th.h
242
int intel_th_output_enable(struct intel_th *th, unsigned int otype);
drivers/hwtracing/intel_th/intel_th.h
281
int (*activate)(struct intel_th *);
drivers/hwtracing/intel_th/intel_th.h
282
void (*deactivate)(struct intel_th *);
drivers/hwtracing/intel_th/pci.c
128
struct intel_th *th = pci_get_drvdata(pdev);
drivers/hwtracing/intel_th/pci.c
31
static int intel_th_pci_activate(struct intel_th *th)
drivers/hwtracing/intel_th/pci.c
52
static void intel_th_pci_deactivate(struct intel_th *th)
drivers/hwtracing/intel_th/pci.c
80
struct intel_th *th;