Searched refs:usage_size (Results 1 – 4 of 4) sorted by relevance
187 size_t usage_size; in mlxsw_sp2_kvdl_part_init() local205 usage_size = BITS_TO_LONGS(usage_bit_count) * sizeof(unsigned long); in mlxsw_sp2_kvdl_part_init()206 part = kzalloc(sizeof(*part) + usage_size, GFP_KERNEL); in mlxsw_sp2_kvdl_part_init()
216 size_t usage_size; in mlxsw_sp1_kvdl_part_init() local228 usage_size = BITS_TO_LONGS(nr_entries) * sizeof(unsigned long); in mlxsw_sp1_kvdl_part_init()229 part = kzalloc(sizeof(*part) + usage_size, GFP_KERNEL); in mlxsw_sp1_kvdl_part_init()
417 u8 usage_size[HID_MAX_USAGES]; /* usage size array */ member
245 parser->local.usage_size[parser->local.usage_index] = size; in hid_add_usage()588 if (parser->local.usage_size[i] > 2) in hid_concatenate_last_usage_page()
Completed in 17 milliseconds