Lines Matching defs:props
430 * props must point to an existing array of size nprops.
431 * nprops specifies the size of the array in props and returns the number
433 * props is large enough for your use-case.
435 * On success, props contains nprops elements.
441 struct input_prop props[INPUT_PROP_CNT]; /* doubling up on quirks is a bug */
445 if (!strv || count == 0 || count > ARRAY_LENGTH(props))
472 props[idx].prop = prop;
473 props[idx].enabled = enable;
476 memcpy(props_out, props, count * sizeof *props);