Lines Matching full:read
26 * Returns the current time read from the RTC device. The driver
29 * @dev: Device to read from
30 * @time: Place to put the time that is read
40 * @dev: Device to read from
52 * @dev: Device to read from
58 * read8() - Read an 8-bit register
60 * @dev: Device to read from
61 * @reg: Register to read
62 * @return value read, or -ve on error
88 * dm_rtc_get() - Read the time from an RTC
90 * @dev: Device to read from
99 * @dev: Device to read from
113 * @dev: Device to read from
119 * rtc_read8() - Read an 8-bit register
121 * @dev: Device to read from
122 * @reg: Register to read
123 * @return value read, or -ve on error
138 * rtc_read16() - Read a 16-bit value from the RTC
140 * @dev: Device to read from
142 * @valuep: Place to put the value that is read
158 * rtc_read32() - Read a 32-bit value from the RTC
160 * @dev: Device to read from
162 * @valuep: Place to put the value that is read
191 * rtc_read8() - Read an 8-bit register
193 * @reg: Register to read
194 * @return value read
207 * rtc_read32() - Read a 32-bit value from the RTC
210 * @return value read