Home
last modified time | relevance | path

Searched refs:cs_len (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/ceph/
H A Dstring_table.h41 size_t cs_len = cs ? cs->len : 0; in ceph_compare_string() local
42 if (cs_len != len) in ceph_compare_string()
43 return cs_len - len; in ceph_compare_string()
/linux/sound/usb/
H A Dstream.c349 u16 cs_len; in convert_chmap_v3() local
354 cs_len = le16_to_cpu(cs_desc->wLength); in convert_chmap_v3()
355 if (len < cs_len) in convert_chmap_v3()
363 if (cs_len < sizeof(*is)) in convert_chmap_v3()
466 p += cs_len; in convert_chmap_v3()
467 len -= cs_len; in convert_chmap_v3()