/src/sys/arch/macppc/dev/ |
pbms.c | 174 * (x + 1) / (x_sensors - 1). Other values work fine, but 177 * x_sensors: The number of sensors in the X-direction. 189 int x_sensors; /* The number of X-sensors. */ member in struct:pbms_dev 207 .x_sensors = (x_sens), \ 357 sc->sc_x_sensors = pd->x_sensors;
|
pbms.c | 174 * (x + 1) / (x_sensors - 1). Other values work fine, but 177 * x_sensors: The number of sensors in the X-direction. 189 int x_sensors; /* The number of X-sensors. */ member in struct:pbms_dev 207 .x_sensors = (x_sens), \ 357 sc->sc_x_sensors = pd->x_sensors;
|
pbms.c | 174 * (x + 1) / (x_sensors - 1). Other values work fine, but 177 * x_sensors: The number of sensors in the X-direction. 189 int x_sensors; /* The number of X-sensors. */ member in struct:pbms_dev 207 .x_sensors = (x_sens), \ 357 sc->sc_x_sensors = pd->x_sensors;
|
/src/sys/dev/usb/ |
uatp.c | 144 * tweak hw.uatp0.x_sensors and hw.uatp0.y_sensors, up to a maximum 386 unsigned int x_sensors; member in struct:uatp_knobs 451 .x_sensors = 0, /* default for model */ 548 unsigned int x_sensors; /* Number of horizontal sensors. */ member in struct:uatp_parameters 579 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 591 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 603 .x_ratio = 64, .x_sensors = 15, .x_sensors_17 = 20, 623 .x_ratio = 64, .x_sensors = 20, /* XXX */ .x_sensors_17 = 0, 742 if ((0 < sc->sc_knobs.x_sensors) && 743 (sc->sc_knobs.x_sensors <= UATP_MAX_X_SENSORS) [all...] |
uatp.c | 144 * tweak hw.uatp0.x_sensors and hw.uatp0.y_sensors, up to a maximum 386 unsigned int x_sensors; member in struct:uatp_knobs 451 .x_sensors = 0, /* default for model */ 548 unsigned int x_sensors; /* Number of horizontal sensors. */ member in struct:uatp_parameters 579 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 591 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 603 .x_ratio = 64, .x_sensors = 15, .x_sensors_17 = 20, 623 .x_ratio = 64, .x_sensors = 20, /* XXX */ .x_sensors_17 = 0, 742 if ((0 < sc->sc_knobs.x_sensors) && 743 (sc->sc_knobs.x_sensors <= UATP_MAX_X_SENSORS) [all...] |
uatp.c | 144 * tweak hw.uatp0.x_sensors and hw.uatp0.y_sensors, up to a maximum 386 unsigned int x_sensors; member in struct:uatp_knobs 451 .x_sensors = 0, /* default for model */ 548 unsigned int x_sensors; /* Number of horizontal sensors. */ member in struct:uatp_parameters 579 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 591 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26, 603 .x_ratio = 64, .x_sensors = 15, .x_sensors_17 = 20, 623 .x_ratio = 64, .x_sensors = 20, /* XXX */ .x_sensors_17 = 0, 742 if ((0 < sc->sc_knobs.x_sensors) && 743 (sc->sc_knobs.x_sensors <= UATP_MAX_X_SENSORS) [all...] |