Home
last modified time | relevance | path

Searched refs:num_expected (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/chemical/
H A Dscd30_serial.c32 int num_expected; member
62 priv->num_expected = rxsize; in scd30_serdev_xfer()
194 if (priv->num + size >= priv->num_expected) in scd30_serdev_receive_buf()
195 num = priv->num_expected - priv->num; in scd30_serdev_receive_buf()
202 if (priv->num == priv->num_expected) { in scd30_serdev_receive_buf()
/linux/drivers/hid/
H A Dwacom_wac.h319 int num_expected; member
H A Dhid-multitouch.c139 __u8 num_expected; /* expected last contact index */ member
1122 app->num_received >= app->num_expected) in mt_process_slot()
1335 app->num_expected = contact_count; in mt_touch_report()
1338 app->num_expected = contact_count; in mt_touch_report()
1364 if (app->num_received >= app->num_expected) in mt_touch_report()