Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/chemical/
Dscd30_serial.c33 int num_expected; member
63 priv->num_expected = rxsize; in scd30_serdev_xfer()
195 if (priv->num + size >= priv->num_expected) in scd30_serdev_receive_buf()
196 num = priv->num_expected - priv->num; in scd30_serdev_receive_buf()
203 if (priv->num == priv->num_expected) { in scd30_serdev_receive_buf()
/linux-5.19.10/drivers/hid/
Dwacom_wac.h319 int num_expected; member
Dhid-multitouch.c125 __u8 num_expected; /* expected last contact index */ member
1024 app->num_received >= app->num_expected) in mt_process_slot()
1212 app->num_expected = contact_count; in mt_touch_report()
1215 app->num_expected = contact_count; in mt_touch_report()
1241 if (app->num_received >= app->num_expected) in mt_touch_report()
Dwacom_wac.c2597 if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected) in wacom_wac_finger_slot()
2770 hid_data->num_expected = value; in wacom_wac_finger_pre_report()
2775 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
2789 if (wacom_wac->hid_data.num_expected == 0) in wacom_wac_finger_report()
2796 if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected) in wacom_wac_finger_report()
2804 wacom_wac->hid_data.num_expected = 0; in wacom_wac_finger_report()