diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-06-29 19:35:22 +0300 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-07-01 11:01:13 +0300 |
commit | bd581f239f2f190141820caa24c83bc72c82a347 (patch) | |
tree | c8ed3f0f29fe95f8f2c76b179b6036a5df574d1f /drivers/hwtracing/intel_th | |
parent | 53c189f1762ba392b5c24a2f06382d5eb1399c25 (diff) | |
download | linux-bd581f239f2f190141820caa24c83bc72c82a347.tar.xz |
intel_th: Document output device callbacks
'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>
Diffstat (limited to 'drivers/hwtracing/intel_th')
-rw-r--r-- | drivers/hwtracing/intel_th/intel_th.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/intel_th.h b/drivers/hwtracing/intel_th/intel_th.h index 0df22e30673d..20f57aa4d8f5 100644 --- a/drivers/hwtracing/intel_th/intel_th.h +++ b/drivers/hwtracing/intel_th/intel_th.h @@ -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 * |