Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dcommand_submission.c766 enum hl_cs_type cs_type, u64 user_sequence, in allocate_cs() argument
793 cs->type = cs_type; in allocate_cs()
1120 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local
1144 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() argument
1994 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 …]
/Linux-v5.15/sound/usb/
Dstream.c346 u8 cs_type; in convert_chmap_v3() local
349 cs_type = cs_desc->bSegmentType; in convert_chmap_v3()
351 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()