Searched refs:handles_count (Results 1 – 2 of 2) sorted by relevance
225 uint8_t handles_count; member342 uint8_t handles_count; member
1650 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple()1654 if (cp->handles_count == 0 || cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple()1658 for (i = 0; i < cp->handles_count; i++) { in read_multiple()1673 read_params.handle_count = cp->handles_count; in read_multiple()1701 (cmd_len != sizeof(*cp) + (cp->handles_count * sizeof(cp->handles[0])))) { in read_multiple_var()1705 if (cp->handles_count > ARRAY_SIZE(handles)) { in read_multiple_var()