| /freebsd-13.1/sys/kern/ |
| H A D | subr_rtc.c | 107 int resolution; member 214 clock_register_flags(device_t clockdev, long resolution, int flags) in clock_register_flags() argument 220 newrtc->resolution = (int)resolution; in clock_register_flags() 223 newrtc->resadj.tv_sec = newrtc->resolution / 2 / 1000000; in clock_register_flags() 224 newrtc->resadj.tv_nsec = newrtc->resolution / 2 % 1000000 * 1000; in clock_register_flags() 233 if (rtc->resolution > newrtc->resolution) { in clock_register_flags() 246 newrtc->resolution / 1000000, newrtc->resolution % 1000000); in clock_register_flags()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_fw_logging.c | 191 u8 resolution; in ice_sysctl_fwlog_log_resolution() local 195 resolution = cfg->log_resolution; in ice_sysctl_fwlog_log_resolution() 197 error = sysctl_handle_8(oidp, &resolution, 0, req); in ice_sysctl_fwlog_log_resolution() 201 if ((resolution < ICE_AQC_FW_LOG_MIN_RESOLUTION) || in ice_sysctl_fwlog_log_resolution() 202 (resolution > ICE_AQC_FW_LOG_MAX_RESOLUTION)) { in ice_sysctl_fwlog_log_resolution() 207 cfg->log_resolution = resolution; in ice_sysctl_fwlog_log_resolution()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | modem | 8 >29 byte 1 \b, fine resolution 9 >29 byte 0 \b, normal resolution 83 >>6 leshort 200 \b, fine resolution 84 >>6 leshort 100 \b, normal resolution
|
| H A D | jpeg | 33 # Next, the resolution or aspect ratio of the image: 35 >>13 byte 1 \b, resolution (DPI) 36 >>13 byte 2 \b, resolution (DPCM)
|
| /freebsd-13.1/sys/dev/isl/ |
| H A D | isl.c | 265 int resolution; in isl_sysctl() local 276 resolution = resolutions[(rbyte & CMD2_MASK_RESOLUTION) in isl_sysctl() 283 CMD1_MASK_ALS_ONCE) * range) >> resolution; in isl_sysctl() 292 arg = (1 << resolution); in isl_sysctl()
|
| /freebsd-13.1/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)
|
| H A D | touchscreen.yaml | 24 description: horizontal resolution of touchscreen (maximum x coordinate reported + 1) 28 description: vertical resolution of touchscreen (maximum y coordinate reported + 1)
|
| /freebsd-13.1/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-13.1/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-13.1/usr.sbin/bhyve/ |
| H A D | ps2mouse.c | 104 uint8_t resolution; member 238 sc->resolution = 4; in ps2mouse_reset() 292 sc->resolution = val; in ps2mouse_write() 352 fifo_put(sc, sc->resolution); in ps2mouse_write() 429 SNAPSHOT_VAR_OR_LEAVE(sc->resolution, meta, ret, done); in ps2mouse_snapshot()
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | psm.c | 538 int resolution; member 1555 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 1558 sc->dflt_mode.resolution = sc->mode.resolution = -1; 1662 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 2751 mode.resolution = sc->dflt_mode.resolution; 2756 mode.resolution = MOUSE_RES_LOW - mode.resolution; 2786 sc->mode.resolution = mode.resolution; 2847 mode.resolution = sc->dflt_mode.resolution; 2849 mode.resolution = sc->mode.resolution; 2851 mode.resolution = MOUSE_RES_LOW - mode.resolution; [all …]
|
| /freebsd-13.1/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-13.1/stand/common/ |
| H A D | gfx_fb.h | 142 struct resolution { struct 145 TAILQ_ENTRY(resolution) next; argument 148 typedef TAILQ_HEAD(edid_resolution, resolution) edid_res_list_t;
|
| /freebsd-13.1/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-13.1/usr.sbin/moused/ |
| H A D | moused.c | 421 .resolution = MOUSE_RES_UNKNOWN, 661 rodent.resolution = MOUSE_RES_HIGH; in main() 663 rodent.resolution = MOUSE_RES_HIGH; in main() 665 rodent.resolution = MOUSE_RES_MEDIUMLOW; in main() 667 rodent.resolution = MOUSE_RES_LOW; in main() 669 rodent.resolution = MOUSE_RES_DEFAULT; in main() 671 rodent.resolution = atoi(optarg); in main() 672 if (rodent.resolution <= 0) { in main() 1490 rodent.mode.resolution = MOUSE_RES_UNKNOWN; in r_identify() 1749 if (rodent.resolution != MOUSE_RES_UNKNOWN) in r_init() [all …]
|
| /freebsd-13.1/sys/dev/adb/ |
| H A D | adb_mouse.c | 172 sc->mode.resolution = 100; in adb_mouse_attach() 188 sc->mode.resolution = 100; in adb_mouse_attach() 191 sc->mode.resolution = 200; in adb_mouse_attach() 200 sc->mode.resolution = (r1[4] << 8) | r1[5]; in adb_mouse_attach() 226 sc->hw.buttons, sc->mode.resolution,description); in adb_mouse_attach()
|
| /freebsd-13.1/share/examples/printing/ |
| H A D | hpvf | 8 giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | tpo,tpg110.yaml | 16 driver is strapped up in electronics to the desired resolution 27 If some electrical strap or alternate resolution is desired,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 98 - resolution = <xres yres> : pixel resolution of framebuffer. Some 99 implementations use a different resolution. 101 - virt-resolution = <xvirt yvirt> : Size of framebuffer in memory.
|