Lines Matching refs:string
21 #include <linux/string.h>
26 * to a string.
30 * * The string representing the type, or
138 * uclogic_params_get_str_desc - retrieve a string descriptor from a HID
145 * @hdev: The HID device of the tablet interface to retrieve the string
147 * @idx: Index of the string descriptor to request from the device.
182 hid_dbg(hdev, "string descriptor #%hhu not found\n", idx);
186 "failed retrieving string descriptor #%u: %d\n",
236 /* Buffer for (part of) the string descriptor */
252 * Read string descriptor containing pen input parameters.
253 * The specific string descriptor and data were discovered by sniffing
260 "string descriptor with pen parameters not found, assuming not compatible\n");
267 "string descriptor with pen parameters has invalid length (got %d, expected %d), assuming not compatible\n",
273 * Fill report descriptor parameters from the string descriptor
376 /* Buffer for (part of) the parameter string descriptor */
378 /* Parameter string descriptor required length */
380 /* Parameter string descriptor accepted length */
382 /* Parameter string descriptor received length */
397 * Read string descriptor containing pen input parameters.
398 * The specific string descriptor and data were discovered by sniffing
405 "string descriptor with pen parameters not found, assuming not compatible\n");
412 "string descriptor with pen parameters is too short (got %d, expected at least %d), assuming not compatible\n",
421 * string (such as the model name) some tablets put into all
422 * unknown string descriptors.
430 "string descriptor with pen parameters seems to contain only text, assuming not compatible\n");
435 * Fill report descriptor parameters from the string descriptor
592 "generic button -enabling string descriptor not found\n");
844 /* Parameters string descriptor of a model with touch ring (HS610) */
1087 * uclogic_params_parse_ugee_v2_desc - parse the string descriptor containing
1091 * @str_desc_size: Size of the string descriptor.
1445 * Read the string descriptor containing pen and frame parameters.
1446 * The specific string descriptor and data were discovered by sniffing