Searched refs:intel_th_device (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | intel_th.h | 23 struct intel_th_device; 75 struct intel_th_device { struct 93 container_of((_d), struct intel_th_device, dev) argument 161 int (*probe)(struct intel_th_device *thdev); 164 int (*assign)(struct intel_th_device *thdev, 165 struct intel_th_device *othdev); 167 struct intel_th_device *othdev); 207 static inline struct intel_th_device * 277 struct intel_th_device *hub; 298 static inline struct intel_th_device * [all …]
|
H A D | core.c | 32 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_match() 51 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_probe() 53 struct intel_th_device *hub = NULL; in intel_th_probe() 102 struct intel_th_device *hub = to_intel_th_hub(thdev); in intel_th_remove() 220 struct intel_th_device *hub = to_intel_th_hub(thdev); in intel_th_trace_prepare() 371 static struct intel_th_device * 376 struct intel_th_device *thdev; in intel_th_device_alloc() 615 static struct intel_th_device * 619 struct intel_th_device *thdev; in intel_th_subdevice_alloc() 717 struct intel_th_device *thdev; in intel_th_output_enable() [all …]
|
H A D | gth.c | 477 struct intel_th_device *outdev = in intel_th_gth_stop() 478 container_of(output, struct intel_th_device, output); in intel_th_gth_stop() 535 static void intel_th_gth_disable(struct intel_th_device *thdev, in intel_th_gth_disable() 567 static void intel_th_gth_prepare(struct intel_th_device *thdev, in intel_th_gth_prepare() 590 static void intel_th_gth_enable(struct intel_th_device *thdev, in intel_th_gth_enable() 625 static void intel_th_gth_switch(struct intel_th_device *thdev, in intel_th_gth_switch() 662 static int intel_th_gth_assign(struct intel_th_device *thdev, in intel_th_gth_assign() 663 struct intel_th_device *othdev) in intel_th_gth_assign() 702 struct intel_th_device *othdev) in intel_th_gth_unassign() 744 static int intel_th_gth_probe(struct intel_th_device *thdev) in intel_th_gth_probe() [all …]
|
H A D | pti.c | 24 struct intel_th_device *thdev; 149 static int intel_th_pti_activate(struct intel_th_device *thdev) in intel_th_pti_activate() 169 static void intel_th_pti_deactivate(struct intel_th_device *thdev) in intel_th_pti_deactivate() 201 static int intel_th_pti_probe(struct intel_th_device *thdev) in intel_th_pti_probe() 230 static void intel_th_pti_remove(struct intel_th_device *thdev) in intel_th_pti_remove()
|
H A D | sth.c | 186 static int intel_th_sth_probe(struct intel_th_device *thdev) in intel_th_sth_probe() 239 static void intel_th_sth_remove(struct intel_th_device *thdev) in intel_th_sth_remove()
|
H A D | msu.c | 132 struct intel_th_device *thdev; 866 static int intel_th_msc_activate(struct intel_th_device *thdev) in intel_th_msc_activate() 888 static void intel_th_msc_deactivate(struct intel_th_device *thdev) in intel_th_msc_deactivate() 1460 struct intel_th_device *thdev = file->private_data; in intel_th_msc_open() 1676 static void intel_th_msc_wait_empty(struct intel_th_device *thdev) in intel_th_msc_wait_empty() 1762 static irqreturn_t intel_th_msc_interrupt(struct intel_th_device *thdev) in intel_th_msc_interrupt() 2126 static int intel_th_msc_probe(struct intel_th_device *thdev) in intel_th_msc_probe() 2169 static void intel_th_msc_remove(struct intel_th_device *thdev) in intel_th_msc_remove()
|