intel_th: Document output device callbacks
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Wed, 29 Jun 2016 16:35:22 +0000 (19:35 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 1 Jul 2016 08:01:13 +0000 (11:01 +0300)
'output' type device callbacks are missing from the kerneldoc description
of the 'intel_th_driver' structure. Fix this.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
drivers/hwtracing/intel_th/intel_th.h

index 0df22e3..20f57aa 100644 (file)
@@ -114,6 +114,9 @@ intel_th_output_assigned(struct intel_th_device *thdev)
  * @unassign:  deassociate an output type device from an output port
  * @enable:    enable tracing for a given output device
  * @disable:   disable tracing for a given output device
+ * @irq:       interrupt callback
+ * @activate:  enable tracing on the output's side
+ * @deactivate:        disable tracing on the output's side
  * @fops:      file operations for device nodes
  * @attr_group:        attributes provided by the driver
  *