Lines Matching full:component

40  * struct counter_comp - Counter component node
41 * @type: Counter component data type
42 * @name: device-specific component name
43 * @priv: component-relevant data
47 * @device_u8_read: Device u8 component read callback. The read value of the
48 * respective Device u8 component should be passed back via
50 * @count_u8_read: Count u8 component read callback. The read value of the
51 * respective Count u8 component should be passed back via
53 * @signal_u8_read: Signal u8 component read callback. The read value of the
54 * respective Signal u8 component should be passed back via
56 * @device_u32_read: Device u32 component read callback. The read value of
57 * the respective Device u32 component should be passed
59 * @count_u32_read: Count u32 component read callback. The read value of the
60 * respective Count u32 component should be passed back via
62 * @signal_u32_read: Signal u32 component read callback. The read value of
63 * the respective Signal u32 component should be passed
65 * @device_u64_read: Device u64 component read callback. The read value of
66 * the respective Device u64 component should be passed
68 * @count_u64_read: Count u64 component read callback. The read value of the
69 * respective Count u64 component should be passed back via
71 * @signal_u64_read: Signal u64 component read callback. The read value of
72 * the respective Signal u64 component should be passed
74 * @signal_array_u32_read: Signal u32 array component read callback. The
76 * component element is passed via the idx
78 * Count u32 array component element should be
80 * @device_array_u64_read: Device u64 array component read callback. The
82 * component element is passed via the idx
84 * Device u64 array component element should be
86 * @count_array_u64_read: Count u64 array component read callback. The
88 * component element is passed via the idx
90 * Count u64 array component element should be
92 * @signal_array_u64_read: Signal u64 array component read callback. The
94 * component element is passed via the idx
96 * Count u64 array component element should be
101 * @device_u8_write: Device u8 component write callback. The write value of
102 * the respective Device u8 component is passed via the val
104 * @count_u8_write: Count u8 component write callback. The write value of
105 * the respective Count u8 component is passed via the val
107 * @signal_u8_write: Signal u8 component write callback. The write value of
108 * the respective Signal u8 component is passed via the val
110 * @device_u32_write: Device u32 component write callback. The write value of
111 * the respective Device u32 component is passed via the
113 * @count_u32_write: Count u32 component write callback. The write value of
114 * the respective Count u32 component is passed via the val
116 * @signal_u32_write: Signal u32 component write callback. The write value of
117 * the respective Signal u32 component is passed via the
119 * @device_u64_write: Device u64 component write callback. The write value of
120 * the respective Device u64 component is passed via the
122 * @count_u64_write: Count u64 component write callback. The write value of
123 * the respective Count u64 component is passed via the val
125 * @signal_u64_write: Signal u64 component write callback. The write value of
126 * the respective Signal u64 component is passed via the
128 * @signal_array_u32_write: Signal u32 array component write callback. The
130 * component element is passed via the idx
132 * Signal u32 array component element is passed via
134 * @device_array_u64_write: Device u64 array component write callback. The
136 * component element is passed via the idx
138 * Device u64 array component element is passed via
140 * @count_array_u64_write: Count u64 array component write callback. The
142 * component element is passed via the idx
144 * Count u64 array component element is passed via
146 * @signal_array_u64_write: Signal u64 array component write callback. The
148 * component element is passed via the idx
150 * Signal u64 array component element is passed via
321 * component watch configuration is passed in via the watch
323 * component watch configuration.