* @cpu: the CPU a source belongs to. Only applicable for ETM/PTMs.
* @name: name of the component as shown under sysfs.
* @nr_inport: number of input ports for this component.
- * @outports: list of remote enpoint port number.
+ * @outports: list of remote endpoint port number.
* @child_names:name of all child components connected to this device.
* @child_ports:child component port number the current component is
connected to.
by @coresight_ops.
* @pdata: platform data collected from DT.
* @dev: The device entity associated to this component.
- * @groups :operations specific to this component. These will end up
+ * @groups: operations specific to this component. These will end up
in the component's sysfs sub-directory.
*/
struct coresight_desc {
/**
* struct coresight_connection - representation of a single connection
- * @ref_count: keeping count a port' references.
* @outport: a connection's output port number.
* @chid_name: remote component's name.
* @child_port: remote component's port number @output is connected to.
/**
* struct coresight_device - representation of a device as used by the framework
+ * @conns: array of coresight_connections associated to this component.
* @nr_inport: number of input port associated to this component.
* @nr_outport: number of output port associated to this component.
* @type: as defined by @coresight_dev_type.