Lines Matching defs:value
82 * The format module parameter can be set to a value of 0 (zero)
129 static inline u64 time_to_nsec(u32 value)
131 return ((u64)value) * 128000ull;
140 static inline u64 time_to_avg_nsec(u32 value, u32 count)
148 /* value comes in units of 128 µsec */
149 ret = time_to_nsec(value);
397 * a reasonable value of 1024, or 32 kb of memory.
1120 * Returns: %0 for success or a negative error value.
1160 * Returns: %0 for success or a negative error value.
1184 * Returns: %0 for success or a negative error value.
1201 * cmf_read() - read one value from the current channel measurement block
1203 * @index: the index of the value to be read
1205 * Returns: The value read or %0 if the value cannot be read.
1220 * Returns: %0 on success, a negative error value otherwise.