Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   1) What:		/sys/bus/counter/devices/counterX/countY/count
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   2) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   3) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   5) 		Count data of Count Y represented as a string.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   7) What:		/sys/bus/counter/devices/counterX/countY/ceiling
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   8) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   9) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  10) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  11) 		Count value ceiling for Count Y. This is the upper limit for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  12) 		respective counter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  14) What:		/sys/bus/counter/devices/counterX/countY/floor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  15) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  16) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  17) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  18) 		Count value floor for Count Y. This is the lower limit for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  19) 		respective counter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  21) What:		/sys/bus/counter/devices/counterX/countY/count_mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  22) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  23) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  24) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  25) 		Count mode for channel Y. The ceiling and floor values for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  26) 		Count Y are used by the count mode where required. The following
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  27) 		count modes are available:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  29) 		normal:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  30) 			Counting is continuous in either direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  32) 		range limit:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  33) 			An upper or lower limit is set, mimicking limit switches
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  34) 			in the mechanical counterpart. The upper limit is set to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  35) 			the Count Y ceiling value, while the lower limit is set
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  36) 			to the Count Y floor value. The counter freezes at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  37) 			count = ceiling when counting up, and at count = floor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  38) 			when counting down. At either of these limits, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  39) 			counting is resumed only when the count direction is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  40) 			reversed.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  41) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  42) 		non-recycle:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  43) 			The counter is disabled whenever a counter overflow or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  44) 			underflow takes place. The counter is re-enabled when a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  45) 			new count value is loaded to the counter via a preset
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  46) 			operation or direct write.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  47) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  48) 		modulo-n:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  49) 			A count value boundary is set between the Count Y floor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  50) 			value and the Count Y ceiling value. The counter is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  51) 			reset to the Count Y floor value at count = ceiling when
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  52) 			counting up, while the counter is set to the Count Y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  53) 			ceiling value at count = floor when counting down; the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  54) 			counter does not freeze at the boundary points, but
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  55) 			counts continuously throughout.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  56) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  57) What:		/sys/bus/counter/devices/counterX/countY/count_mode_available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  58) What:		/sys/bus/counter/devices/counterX/countY/error_noise_available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  59) What:		/sys/bus/counter/devices/counterX/countY/function_available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  60) What:		/sys/bus/counter/devices/counterX/countY/signalZ_action_available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  61) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  62) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  63) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  64) 		Discrete set of available values for the respective Count Y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  65) 		configuration are listed in this file. Values are delimited by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  66) 		newline characters.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  67) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  68) What:		/sys/bus/counter/devices/counterX/countY/direction
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  69) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  70) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  71) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  72) 		Read-only attribute that indicates the count direction of Count
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  73) 		Y. Two count directions are available: forward and backward.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  74) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  75) 		Some counter devices are able to determine the direction of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  76) 		their counting. For example, quadrature encoding counters can
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  77) 		determine the direction of movement by evaluating the leading
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  78) 		phase of the respective A and B quadrature encoding signals.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  79) 		This attribute exposes such count directions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  80) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  81) What:		/sys/bus/counter/devices/counterX/countY/enable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  82) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  83) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  84) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  85) 		Whether channel Y counter is enabled. Valid attribute values are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  86) 		boolean.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  87) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  88) 		This attribute is intended to serve as a pause/unpause mechanism
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  89) 		for Count Y. Suppose a counter device is used to count the total
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  90) 		movement of a conveyor belt: this attribute allows an operator
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  91) 		to temporarily pause the counter, service the conveyor belt,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  92) 		and then finally unpause the counter to continue where it had
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  93) 		left off.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  94) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  95) What:		/sys/bus/counter/devices/counterX/countY/error_noise
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  96) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  97) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  98) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  99) 		Read-only attribute that indicates whether excessive noise is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) 		present at the channel Y counter inputs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) What:		/sys/bus/counter/devices/counterX/countY/function
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) 		Count function mode of Count Y; count function evaluation is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) 		triggered by conditions specified by the Count Y signalZ_action
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) 		attributes. The following count functions are available:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) 		increase:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) 			Accumulated count is incremented.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) 		decrease:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) 			Accumulated count is decremented.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) 		pulse-direction:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) 			Rising edges on signal A updates the respective count.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) 			The input level of signal B determines direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) 		quadrature x1 a:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) 			If direction is forward, rising edges on quadrature pair
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) 			signal A updates the respective count; if the direction
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) 			is backward, falling edges on quadrature pair signal A
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) 			updates the respective count. Quadrature encoding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) 			determines the direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) 		quadrature x1 b:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128) 			If direction is forward, rising edges on quadrature pair
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) 			signal B updates the respective count; if the direction
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) 			is backward, falling edges on quadrature pair signal B
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) 			updates the respective count. Quadrature encoding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) 			determines the direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) 		quadrature x2 a:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) 			Any state transition on quadrature pair signal A updates
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) 			the respective count. Quadrature encoding determines the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) 			direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) 		quadrature x2 b:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) 			Any state transition on quadrature pair signal B updates
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) 			the respective count. Quadrature encoding determines the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) 			direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) 		quadrature x4:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) 			Any state transition on either quadrature pair signals
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) 			updates	the respective count. Quadrature encoding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) 			determines the direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) What:		/sys/bus/counter/devices/counterX/countY/name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) 		Read-only attribute that indicates the device-specific name of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) 		Count Y. If possible, this should match the name of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) 		respective channel as it appears in the device datasheet.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) What:		/sys/bus/counter/devices/counterX/countY/preset
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) 		If the counter device supports preset registers -- registers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) 		used to load counter channels to a set count upon device-defined
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) 		preset operation trigger events -- the preset count for channel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) 		Y is provided by this attribute.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) What:		/sys/bus/counter/devices/counterX/countY/preset_enable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) 		Whether channel Y counter preset operation is enabled. Valid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171) 		attribute values are boolean.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) What:		/sys/bus/counter/devices/counterX/countY/signalZ_action
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) 		Action mode of Count Y for Signal Z. This attribute indicates
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) 		the condition of Signal Z that triggers the count function
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) 		evaluation for Count Y. The following action modes are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) 		available:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) 		none:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) 			Signal does not trigger the count function. In
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) 			Pulse-Direction count function mode, this Signal is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) 			evaluated as Direction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) 		rising edge:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) 			Low state transitions to high state.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) 		falling edge:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) 			High state transitions to low state.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) 		both edges:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) 			Any state transition.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) What:		/sys/bus/counter/devices/counterX/name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) 		Read-only attribute that indicates the device-specific name of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) 		the Counter. This should match the name of the device as it
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) 		appears in its respective datasheet.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) What:		/sys/bus/counter/devices/counterX/num_counts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) 		Read-only attribute that indicates the total number of Counts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) 		belonging to the Counter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) What:		/sys/bus/counter/devices/counterX/num_signals
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) 		Read-only attribute that indicates the total number of Signals
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) 		belonging to the Counter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) What:		/sys/bus/counter/devices/counterX/signalY/signal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) 		Signal data of Signal Y represented as a string.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) What:		/sys/bus/counter/devices/counterX/signalY/name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) KernelVersion:	5.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) Contact:	linux-iio@vger.kernel.org
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) 		Read-only attribute that indicates the device-specific name of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) 		Signal Y. If possible, this should match the name of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) 		respective signal as it appears in the device datasheet.