Searched refs:coarse (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/media/usb/gspca/stv06xx/ |
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()
|
/Linux-v5.4/Documentation/x86/x86_64/ |
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
|
/Linux-v5.4/Documentation/core-api/ |
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
|
/Linux-v5.4/security/lockdown/ |
D | Kconfig | 6 Build support for an LSM that enforces a coarse kernel lockdown
|
/Linux-v5.4/sound/soc/codecs/ |
D | msm8916-wcd-analog.c | 454 u32 coarse, fine, reg_val, reg_addr; in pm8916_mbhc_configure_bias() local 484 coarse = (vrefs[i] / 100); in pm8916_mbhc_configure_bias() 486 reg_val = (coarse << CDC_A_MBHC_BTN_VREF_COARSE_SHIFT) | in pm8916_mbhc_configure_bias()
|
/Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 179 u16 fused, fine, coarse; in e1000_phy_init_script() local 192 coarse = in e1000_phy_init_script() 195 if (coarse > in e1000_phy_init_script() 197 coarse -= in e1000_phy_init_script() 200 } else if (coarse == in e1000_phy_init_script() 207 (coarse & in e1000_phy_init_script()
|
/Linux-v5.4/Documentation/trace/ |
D | tracepoint-analysis.rst | 237 very coarse as a result.
|
/Linux-v5.4/Documentation/ioctl/ |
D | botching-up-ioctls.rst | 152 ioctl restartable relative timeouts tend to be too coarse and can
|
/Linux-v5.4/Documentation/hwmon/ |
D | w83781d.rst | 455 found out the following values do work as a form of coarse pwm:
|