Home
last modified time | relevance | path

Searched refs:usage_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_kvdl.c187 size_t usage_size; in mlxsw_sp2_kvdl_part_init() local
205 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()
/linux/include/linux/
H A Dhid.h447 u8 usage_size[HID_MAX_USAGES]; /* usage size array */ member
/linux/drivers/hid/
H A Dhid-core.c243 parser->local.usage_size[parser->local.usage_index] = size; in hid_add_usage()
590 if (parser->local.usage_size[i] > 2) in hid_concatenate_last_usage_page()