Lines Matching full:component

39  * struct counter_comp - Counter component node
40 * @type: Counter component data type
41 * @name: device-specific component name
42 * @priv: component-relevant data
46 * @device_u8_read: Device u8 component read callback. The read value of the
47 * respective Device u8 component should be passed back via
49 * @count_u8_read: Count u8 component read callback. The read value of the
50 * respective Count u8 component should be passed back via
52 * @signal_u8_read: Signal u8 component read callback. The read value of the
53 * respective Signal u8 component should be passed back via
55 * @device_u32_read: Device u32 component read callback. The read value of
56 * the respective Device u32 component should be passed
58 * @count_u32_read: Count u32 component read callback. The read value of the
59 * respective Count u32 component should be passed back via
61 * @signal_u32_read: Signal u32 component read callback. The read value of
62 * the respective Signal u32 component should be passed
64 * @device_u64_read: Device u64 component read callback. The read value of
65 * the respective Device u64 component should be passed
67 * @count_u64_read: Count u64 component read callback. The read value of the
68 * respective Count u64 component should be passed back via
70 * @signal_u64_read: Signal u64 component read callback. The read value of
71 * the respective Signal u64 component should be passed
73 * @signal_array_u32_read: Signal u32 array component read callback. The
75 * component element is passed via the idx
77 * Count u32 array component element should be
79 * @device_array_u64_read: Device u64 array component read callback. The
81 * component element is passed via the idx
83 * Device u64 array component element should be
85 * @count_array_u64_read: Count u64 array component read callback. The
87 * component element is passed via the idx
89 * Count u64 array component element should be
91 * @signal_array_u64_read: Signal u64 array component read callback. The
93 * component element is passed via the idx
95 * Count u64 array component element should be
100 * @device_u8_write: Device u8 component write callback. The write value of
101 * the respective Device u8 component is passed via the val
103 * @count_u8_write: Count u8 component write callback. The write value of
104 * the respective Count u8 component is passed via the val
106 * @signal_u8_write: Signal u8 component write callback. The write value of
107 * the respective Signal u8 component is passed via the val
109 * @device_u32_write: Device u32 component write callback. The write value of
110 * the respective Device u32 component is passed via the
112 * @count_u32_write: Count u32 component write callback. The write value of
113 * the respective Count u32 component is passed via the val
115 * @signal_u32_write: Signal u32 component write callback. The write value of
116 * the respective Signal u32 component is passed via the
118 * @device_u64_write: Device u64 component write callback. The write value of
119 * the respective Device u64 component is passed via the
121 * @count_u64_write: Count u64 component write callback. The write value of
122 * the respective Count u64 component is passed via the val
124 * @signal_u64_write: Signal u64 component write callback. The write value of
125 * the respective Signal u64 component is passed via the
127 * @signal_array_u32_write: Signal u32 array component write callback. The
129 * component element is passed via the idx
131 * Signal u32 array component element is passed via
133 * @device_array_u64_write: Device u64 array component write callback. The
135 * component element is passed via the idx
137 * Device u64 array component element is passed via
139 * @count_array_u64_write: Count u64 array component write callback. The
141 * component element is passed via the idx
143 * Count u64 array component element is passed via
145 * @signal_array_u64_write: Signal u64 array component write callback. The
147 * component element is passed via the idx
149 * Signal u64 array component element is passed via
320 * component watch configuration is passed in via the watch
322 * component watch configuration.