| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | da223_core.c | 745 static void mir3da_cali_off_to_lsb(int off, int *coarse, int coarse_step, int *fine, int fine_step) in mir3da_cali_off_to_lsb() argument 747 *coarse = off/coarse_step; in mir3da_cali_off_to_lsb() 748 *fine = 100*(off-(*coarse)*coarse_step)/fine_step; in mir3da_cali_off_to_lsb() 750 MI_MSG("off = %d; delta_coarse = %d; delta_fine = %d", off, *coarse, *fine); in mir3da_cali_off_to_lsb() 756 int coarse[3] = {0}; in NSA_once_calibrate() local 768 coarse[0] = offset_data[0] & 0x3f; in NSA_once_calibrate() 769 coarse[1] = offset_data[1] & 0x3f; in NSA_once_calibrate() 770 coarse[2] = offset_data[2] & 0x3f; in NSA_once_calibrate() 775 …= %d; coarse_z = %d; fine_x = %d; fine_y = %d; fine_z = %d;", coarse[0], coarse[1], coarse[2], fin… in NSA_once_calibrate() 783 coarse_step[i] *= coarse[i] >= 32 ? (-1) : 1; in NSA_once_calibrate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx_vv6410.c | 239 unsigned int fine, coarse; in vv6410_set_exposure() local 244 coarse = min(512, val / VV6410_CIF_LINELENGTH); in vv6410_set_exposure() 247 coarse, fine); in vv6410_set_exposure() 257 err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8); in vv6410_set_exposure() 261 err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff); in vv6410_set_exposure()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | fake-numa-for-cpusets.rst | 12 in conjunction with cpusets for coarse memory management. Using this feature, 75 This allows for coarse memory management for the tasks you assign to particular
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | timekeeping.rst | 92 Return a coarse-grained version of the time as a scalar 117 These are quicker than the non-coarse versions, but less accurate, 173 coarse-grained times can use the simple 'jiffies' instead, while
|
| /OK3568_Linux_fs/kernel/security/lockdown/ |
| H A D | Kconfig | 6 Build support for an LSM that enforces a coarse kernel lockdown
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | msm8916-wcd-analog.c | 435 u32 coarse, fine, reg_val, reg_addr; in pm8916_mbhc_configure_bias() local 465 coarse = (vrefs[i] / 100); in pm8916_mbhc_configure_bias() 467 reg_val = (coarse << CDC_A_MBHC_BTN_VREF_COARSE_SHIFT) | in pm8916_mbhc_configure_bias()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-mt9m114.c | 1103 u32 coarse; in mt9m114_g_exposure() local 1108 REG_EXPO_COARSE, &coarse); in mt9m114_g_exposure() 1112 *value = coarse; in mt9m114_g_exposure()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 178 u16 fused, fine, coarse; in e1000_phy_init_script() local 191 coarse = in e1000_phy_init_script() 194 if (coarse > in e1000_phy_init_script() 196 coarse -= in e1000_phy_init_script() 199 } else if (coarse == in e1000_phy_init_script() 206 (coarse & in e1000_phy_init_script()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.c | 4522 uint16_t fused, fine, coarse; in e1000_phy_init_script() local 4533 coarse = fused in e1000_phy_init_script() 4536 if (coarse > in e1000_phy_init_script() 4538 coarse -= in e1000_phy_init_script() 4541 } else if (coarse in e1000_phy_init_script() 4549 (coarse in e1000_phy_init_script()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 237 very coarse as a result.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 152 ioctl restartable relative timeouts tend to be too coarse and can
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | w83781d.rst | 455 found out the following values do work as a form of coarse pwm:
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 644 coarse-grained profiling data.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 8551 This flag allows coarse control of this limit. N is the size of
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 8551 This flag allows coarse control of this limit. N is the size of
|