Lines Matching defs:len
57 * @len: Length of the buffer to allocate and the data to retrieve.
60 * number of bytes retrieved (<= len),
65 __u8 idx, size_t len)
79 buf = kmalloc(len, GFP_KERNEL);
88 0x0409, buf, len,
148 const int len = 12;
166 rc = uclogic_params_get_str_desc(&buf, hdev, 100, len);
174 } else if (rc != len) {
177 rc, len);
276 const int len = 18;
294 rc = uclogic_params_get_str_desc(&buf, hdev, 200, len);
302 } else if (rc != len) {
305 rc, len);
315 i < len &&
318 if (i >= len) {