Searched refs:cs_type (Results 1 – 2 of 2) sorted by relevance
766 enum hl_cs_type cs_type, u64 user_sequence, in allocate_cs() argument793 cs->type = cs_type; in allocate_cs()1120 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local1144 cs_type = hl_cs_get_cs_type(cs_type_flags); in hl_cs_sanity_checks()1147 if (unlikely((cs_type != CS_TYPE_DEFAULT) && in hl_cs_sanity_checks()1153 if (cs_type == CS_TYPE_DEFAULT) { in hl_cs_sanity_checks()1938 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument1994 if (cs_type == CS_TYPE_COLLECTIVE_WAIT) { in cs_ioctl_signal_wait()2016 is_wait_cs = !!(cs_type == CS_TYPE_WAIT || in cs_ioctl_signal_wait()2017 cs_type == CS_TYPE_COLLECTIVE_WAIT); in cs_ioctl_signal_wait()[all …]
346 u8 cs_type; in convert_chmap_v3() local349 cs_type = cs_desc->bSegmentType; in convert_chmap_v3()351 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()