Home
last modified time | relevance | path

Searched refs:intel_th_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwtracing/intel_th/
H A Dintel_th.h23 struct intel_th_device;
75 struct intel_th_device { struct
93 container_of((_d), struct intel_th_device, dev) argument
102 intel_th_device_get_resource(struct intel_th_device *thdev, unsigned int type, in intel_th_device_get_resource()
132 intel_th_output_assigned(struct intel_th_device *thdev) in intel_th_output_assigned()
161 int (*probe)(struct intel_th_device *thdev);
162 void (*remove)(struct intel_th_device *thdev);
164 int (*assign)(struct intel_th_device *thdev,
165 struct intel_th_device *othdev);
166 void (*unassign)(struct intel_th_device *thdev,
[all …]
H A Dcore.c32 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()
96 static void intel_th_device_remove(struct intel_th_device *thdev);
101 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_remove()
102 struct intel_th_device *hub = to_intel_th_hub(thdev); in intel_th_remove()
176 static void intel_th_device_free(struct intel_th_device *thdev);
191 const struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_output_devnode()
208 struct intel_th_device *thdev = to_intel_th_device(dev); in port_show()
218 static void intel_th_trace_prepare(struct intel_th_device *thde
[all...]
H A Dpti.c24 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 Dmsu.c141 struct intel_th_device *thdev;
877 static int intel_th_msc_activate(struct intel_th_device *thdev) in intel_th_msc_activate()
899 static void intel_th_msc_deactivate(struct intel_th_device *thdev) in intel_th_msc_deactivate()
1477 struct intel_th_device *thdev = file->private_data; in intel_th_msc_open()
1692 static void intel_th_msc_wait_empty(struct intel_th_device *thdev) in intel_th_msc_wait_empty()
1778 static irqreturn_t intel_th_msc_interrupt(struct intel_th_device *thdev) in intel_th_msc_interrupt()
2142 static int intel_th_msc_probe(struct intel_th_device *thdev) in intel_th_msc_probe()
2185 static void intel_th_msc_remove(struct intel_th_device *thdev) in intel_th_msc_remove()