瀏覽代碼

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>
Alexander Shishkin 9 年之前
父節點
當前提交
bd581f239f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/hwtracing/intel_th/intel_th.h

+ 3 - 0
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
  * @unassign:	deassociate an output type device from an output port
  * @enable:	enable tracing for a given output device
  * @enable:	enable tracing for a given output device
  * @disable:	disable 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
  * @fops:	file operations for device nodes
  * @attr_group:	attributes provided by the driver
  * @attr_group:	attributes provided by the driver
  *
  *