Searched refs:precision (Results 1 - 7 of 7) sorted by relevance

/drivers/acpi/acpica/
H A Dutprint.c66 u8 base, s32 width, s32 precision, u8 type);
231 * precision - Precision of the integer
236 * DESCRIPTION: Print an integer into a string with any base and any precision.
243 u8 base, s32 width, s32 precision, u8 type)
298 if (i > precision) {
299 precision = i;
302 width -= precision;
327 while (i <= --precision) {
363 s32 precision = -1; local
417 /* Process precision */
240 acpi_ut_format_number(char *string, char *end, u64 number, u8 base, s32 width, s32 precision, u8 type) argument
[all...]
/drivers/pps/
H A DKconfig11 antennae. Userland can use it to get a high-precision time
/drivers/iio/gyro/
H A Dadis16136.c61 unsigned int precision; member in struct:adis16136_chip_info
306 *val = adis16136->chip_info->precision;
480 .precision = IIO_DEGREE_TO_RAD(1200),
484 .precision = IIO_DEGREE_TO_RAD(300),
488 .precision = IIO_DEGREE_TO_RAD(450),
/drivers/gpu/drm/tegra/
H A Dsor.c315 /* precision factor */
316 u64 precision; member in struct:tegra_sor_params
331 const u64 f = params->precision;
417 params.precision = f;
/drivers/char/
H A DKconfig346 precision in some cases.
356 and may improve precision of the generic RTC support in some cases.
/drivers/net/wireless/b43/
H A Dphy_lp.c1072 static u32 lpphy_qdiv_roundup(u32 dividend, u32 divisor, u8 precision) argument
1082 while (precision > 0) {
1088 precision--;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1016 wlc_lcnphy_qdiv_roundup(u32 dividend, u32 divisor, u8 precision) argument
1025 while (precision--) {

Completed in 238 milliseconds