Lines Matching defs:value
378 req->xfer[1].delay.value = ts->vref_delay_usecs;
419 /* on-wire is a must-ignore bit, a BE12 value, then padding */
455 /* BE12 value, then padding */
704 int value;
706 value = be16_to_cpup(&buf->data);
709 return (value >> 3) & 0xfff;
894 * value can fluctuate for quite a while after lifting the pen and
895 * in some cases may not even settle at the expected value.
1146 u32 value;
1190 if (!of_property_read_u32(node, "touchscreen-min-pressure", &value))
1191 pdata->pressure_min = (u16) value;
1195 if (!of_property_read_u32(node, "touchscreen-average-samples", &value))
1196 pdata->debounce_max = (u16) value;
1335 * general binding value overrides the vendor specific one.