Lines Matching refs:found

61  *	-EPIPE, if the descriptor was not found, or
91 hid_dbg(hdev, "string descriptor #%hhu not found\n", idx);
129 * case of error, or if parameters are not found. Cannot be NULL.
131 * were found, and to false if not (e.g. device was
144 bool found = false;
169 "string descriptor with pen parameters not found, assuming not compatible\n");
226 found = true;
228 *pfound = found;
257 * case of error, or if parameters are not found. Cannot be NULL.
259 * were found, and to false if not (e.g. device was
272 bool found = false;
297 "string descriptor with pen parameters not found, assuming not compatible\n");
371 found = true;
373 *pfound = found;
437 * of error, or if parameters are not found. Cannot be NULL.
439 * were found, and to false if not (e.g. device was
453 bool found = false;
478 "generic button -enabling string descriptor not found\n");
494 found = true;
497 *pfound = found;
715 bool found;
760 rc = uclogic_params_pen_init_v2(&p.pen, &found, hdev);
765 } else if (found) {
766 hid_dbg(hdev, "pen v2 parameters found\n");
783 hid_dbg(hdev, "pen v2 parameters not found\n");
787 rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
792 } else if (found) {
793 hid_dbg(hdev, "pen v1 parameters found\n");
797 &found, hdev);
802 hid_dbg(hdev, "buttonpad v1 parameters%s found\n",
803 (found ? "" : " not"));
804 if (found) {
810 hid_dbg(hdev, "pen v1 parameters not found\n");
847 bool found;
914 &found, hdev);
921 if (!found) {
923 "pen parameters not found");
1023 rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
1028 if (!found) {
1029 hid_warn(hdev, "pen parameters not found");
1042 rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
1068 rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
1072 } else if (found) {
1089 hid_warn(hdev, "pen parameters not found");
1102 rc = uclogic_params_pen_init_v1(&p.pen, &found, hdev);
1106 } else if (found) {
1119 hid_warn(hdev, "pen parameters not found");