| /freebsd-14.2/sys/kern/ |
| H A D | subr_rtc.c | 105 int resolution; member 212 clock_register_flags(device_t clockdev, long resolution, int flags) in clock_register_flags() argument 218 newrtc->resolution = (int)resolution; in clock_register_flags() 221 newrtc->resadj.tv_sec = newrtc->resolution / 2 / 1000000; in clock_register_flags() 222 newrtc->resadj.tv_nsec = newrtc->resolution / 2 % 1000000 * 1000; in clock_register_flags() 231 if (rtc->resolution > newrtc->resolution) { in clock_register_flags() 244 newrtc->resolution / 1000000, newrtc->resolution % 1000000); in clock_register_flags()
|
| /freebsd-14.2/sys/dev/iicbus/sensor/ |
| H A D | lm75.c | 382 uint8_t resolution = sc->sc_resolution; in lm75_temp_read() local 389 *temp = ((buf >> (16 - resolution)) * multiplier) >> (resolution - 8); in lm75_temp_read() 400 uint8_t buf8[3], resolution = sc->sc_resolution; in lm75_temp_write() local 409 buf = ((temp << (resolution - 8)) / multiplier) << (16 - resolution); in lm75_temp_write() 614 int resolution; in lm75_resolution_sysctl() local 618 resolution = sc->sc_resolution; in lm75_resolution_sysctl() 620 error = sysctl_handle_int(oidp, &resolution, 0, req); in lm75_resolution_sysctl() 624 if (resolution > sc->sc_max_resolution || resolution < 9) in lm75_resolution_sysctl() 627 sc->sc_resolution = (uint8_t) resolution; in lm75_resolution_sysctl()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/proximity/ |
| H A D | semtech,sx9324.yaml | 79 semtech,ph01-resolution: 83 Capacitance measurement resolution. For phase 0 and 1. 84 Higher the number, higher the resolution. 87 semtech,ph23-resolution: 91 Capacitance measurement resolution. For phase 2 and 3 190 semtech,ph01-resolution = <256>; 191 semtech,ph23-resolution = <256>;
|
| H A D | semtech,sx9360.yaml | 38 semtech,resolution: 42 Capacitance measurement resolution. For both phases, "reference" and 43 "measurement". Higher the number, higher the resolution. 93 semtech,resolution = <256>;
|
| H A D | semtech,sx9310.yaml | 61 semtech,resolution: 63 Capacitance measure resolution. Refer to datasheet for more details. 123 semtech,resolution = "fine";
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_fw_logging.c | 190 u8 resolution; in ice_sysctl_fwlog_log_resolution() local 194 resolution = cfg->log_resolution; in ice_sysctl_fwlog_log_resolution() 196 error = sysctl_handle_8(oidp, &resolution, 0, req); in ice_sysctl_fwlog_log_resolution() 200 if ((resolution < ICE_AQC_FW_LOG_MIN_RESOLUTION) || in ice_sysctl_fwlog_log_resolution() 201 (resolution > ICE_AQC_FW_LOG_MAX_RESOLUTION)) { in ice_sysctl_fwlog_log_resolution() 206 cfg->log_resolution = resolution; in ice_sysctl_fwlog_log_resolution()
|
| /freebsd-14.2/sys/dev/isl/ |
| H A D | isl.c | 261 int resolution; in isl_sysctl() local 272 resolution = resolutions[(rbyte & CMD2_MASK_RESOLUTION) in isl_sysctl() 279 CMD1_MASK_ALS_ONCE) * range) >> resolution; in isl_sysctl() 288 arg = (1 << resolution); in isl_sysctl()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | auo_pixcir_ts.txt | 9 - x-size: horizontal resolution of touchscreen 10 - y-size: vertical resolution of touchscreen
|
| H A D | zforce_ts.txt | 8 - x-size: horizontal resolution of touchscreen 9 - y-size: vertical resolution of touchscreen
|
| H A D | samsung,s6sy761.txt | 12 device. If defined it forces a different x resolution. 14 device. If defined it forces a different y resolution.
|
| H A D | pixcir_i2c_ts.txt | 8 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels) 9 - touchscreen-size-y: vertical resolution of touchscreen (in pixels)
|
| H A D | bu21029.txt | 12 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) 13 - touchscreen-size-y : vertical resolution of touchscreen (in pixels)
|
| H A D | chipone_icn8318.txt | 8 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels) 9 - touchscreen-size-y : vertical resolution of touchscreen (in pixels)
|
| /freebsd-14.2/contrib/ntp/ntpsnmpd/ |
| H A D | ntpSnmpSubagentObject.c | 428 u_int32 resolution; in get_ntpEntTimeResolution() local 441 resolution = 1 << -precision; in get_ntpEntTimeResolution() 445 (void *)&resolution, in get_ntpEntTimeResolution() 446 sizeof(resolution)); in get_ntpEntTimeResolution()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3697.txt | 30 - ti,brightness-resolution - see Documentation/devicetree/bindings/mfd/ti-lmu.txt 54 ti,brightness-resolution = <2047>; 64 ti,brightness-resolution = <255>;
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-trogdor-quackingstick-r0-lte.dts | 25 semtech,ph01-resolution = <1024>; 26 semtech,ph23-resolution = <1024>;
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | ps2mouse.c | 103 uint8_t resolution; member 237 sc->resolution = 4; in ps2mouse_reset() 291 sc->resolution = val; in ps2mouse_write() 351 fifo_put(sc, sc->resolution); in ps2mouse_write() 428 SNAPSHOT_VAR_OR_LEAVE(sc->resolution, meta, ret, done); in ps2mouse_snapshot()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | modem | 8 >29 byte 1 \b, fine resolution 9 >29 byte 0 \b, normal resolution 89 >>6 leshort 200 \b, fine resolution 90 >>6 leshort 100 \b, normal resolution
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | ti,bq24735.txt | 16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value 20 must be between 1.024V and 19.2V with a 16mV step resolution. The POR value 24 value must be between 128mA and 8.064A with a 128mA step resolution. The
|
| H A D | bq24735.yaml | 39 This value must be between 128mA and 8.128A with a 64mA step resolution. 47 This value must be between 1.024V and 19.2V with a 16mV step resolution. 55 This value must be between 128mA and 8.064A with a 128mA step resolution.
|
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | psm.c | 539 int resolution; member 1543 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 1546 sc->dflt_mode.resolution = sc->mode.resolution = -1; 1650 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 2734 mode.resolution = sc->dflt_mode.resolution; 2739 mode.resolution = MOUSE_RES_LOW - mode.resolution; 2769 sc->mode.resolution = mode.resolution; 2830 mode.resolution = sc->dflt_mode.resolution; 2832 mode.resolution = sc->mode.resolution; 2834 mode.resolution = MOUSE_RES_LOW - mode.resolution; [all …]
|
| /freebsd-14.2/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap-opts.def | 28 descrip = "Use only IPv4 addresses for DNS name resolution"; 30 Force DNS resolution of following host names on the command line 39 descrip = "Use only IPv6 addresses for DNS name resolution"; 41 Force DNS resolution of following host names on the command line
|
| /freebsd-14.2/stand/common/ |
| H A D | gfx_fb.h | 140 struct resolution { struct 143 TAILQ_ENTRY(resolution) next; argument 146 typedef TAILQ_HEAD(edid_resolution, resolution) edid_res_list_t;
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | heim_err.et | 37 error_code AGAIN, "temporary failure in name resolution" 39 error_code FAIL, "non-recoverable failure in name resolution"
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 419 .resolution = MOUSE_RES_UNKNOWN, 659 rodent.resolution = MOUSE_RES_HIGH; in main() 661 rodent.resolution = MOUSE_RES_HIGH; in main() 663 rodent.resolution = MOUSE_RES_MEDIUMLOW; in main() 665 rodent.resolution = MOUSE_RES_LOW; in main() 667 rodent.resolution = MOUSE_RES_DEFAULT; in main() 669 rodent.resolution = atoi(optarg); in main() 670 if (rodent.resolution <= 0) { in main() 1488 rodent.mode.resolution = MOUSE_RES_UNKNOWN; in r_identify() 1747 if (rodent.resolution != MOUSE_RES_UNKNOWN) in r_init() [all …]
|