Home
last modified time | relevance | path

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

/drivers/hwtracing/intel_th/
Dintel_th.h58 struct intel_th_device { struct
72 container_of((_d), struct intel_th_device, dev) argument
81 intel_th_device_get_resource(struct intel_th_device *thdev, unsigned int type, in intel_th_device_get_resource()
100 intel_th_output_assigned(struct intel_th_device *thdev) in intel_th_output_assigned()
123 int (*probe)(struct intel_th_device *thdev);
124 void (*remove)(struct intel_th_device *thdev);
126 int (*assign)(struct intel_th_device *thdev,
127 struct intel_th_device *othdev);
128 void (*unassign)(struct intel_th_device *thdev,
129 struct intel_th_device *othdev);
[all …]
Dcore.c36 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_match()
55 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_probe()
57 struct intel_th_device *hub = NULL; in intel_th_probe()
84 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_remove()
85 struct intel_th_device *hub = to_intel_th_device(dev->parent); in intel_th_remove()
115 static void intel_th_device_free(struct intel_th_device *thdev);
130 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_output_devnode()
145 struct intel_th_device *thdev = to_intel_th_device(dev); in port_show()
155 static int intel_th_output_activate(struct intel_th_device *thdev) in intel_th_output_activate()
167 static void intel_th_output_deactivate(struct intel_th_device *thdev) in intel_th_output_deactivate()
[all …]
Dpti.c32 struct intel_th_device *thdev;
155 static int intel_th_pti_activate(struct intel_th_device *thdev) in intel_th_pti_activate()
174 static void intel_th_pti_deactivate(struct intel_th_device *thdev) in intel_th_pti_deactivate()
197 static int intel_th_pti_probe(struct intel_th_device *thdev) in intel_th_pti_probe()
231 static void intel_th_pti_remove(struct intel_th_device *thdev) in intel_th_pti_remove()
Dgth.c476 static void intel_th_gth_disable(struct intel_th_device *thdev, in intel_th_gth_disable()
519 static void intel_th_gth_enable(struct intel_th_device *thdev, in intel_th_gth_enable()
553 static int intel_th_gth_assign(struct intel_th_device *thdev, in intel_th_gth_assign()
554 struct intel_th_device *othdev) in intel_th_gth_assign()
589 static void intel_th_gth_unassign(struct intel_th_device *thdev, in intel_th_gth_unassign()
590 struct intel_th_device *othdev) in intel_th_gth_unassign()
607 intel_th_gth_set_output(struct intel_th_device *thdev, unsigned int master) in intel_th_gth_set_output()
629 static int intel_th_gth_probe(struct intel_th_device *thdev) in intel_th_gth_probe()
681 static void intel_th_gth_remove(struct intel_th_device *thdev) in intel_th_gth_remove()
Dsth.c184 static int intel_th_sth_probe(struct intel_th_device *thdev) in intel_th_sth_probe()
237 static void intel_th_sth_remove(struct intel_th_device *thdev) in intel_th_sth_remove()
Dmsu.c111 struct intel_th_device *thdev;
571 static int intel_th_msc_activate(struct intel_th_device *thdev) in intel_th_msc_activate()
594 static void intel_th_msc_deactivate(struct intel_th_device *thdev) in intel_th_msc_deactivate()
1059 struct intel_th_device *thdev = file->private_data; in intel_th_msc_open()
1478 static int intel_th_msc_probe(struct intel_th_device *thdev) in intel_th_msc_probe()
1516 static void intel_th_msc_remove(struct intel_th_device *thdev) in intel_th_msc_remove()