Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/common/
Dcommand_submission.c398 enum hl_cs_type cs_type, struct hl_cs **cs_new) in allocate_cs() argument
412 cs->type = cs_type; in allocate_cs()
767 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument
829 if (cs_type == CS_TYPE_WAIT) { in cs_ioctl_signal_wait()
901 rc = allocate_cs(hdev, ctx, cs_type, &cs); in cs_ioctl_signal_wait()
903 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait()
988 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait()
1002 enum hl_cs_type cs_type; in hl_cs_ioctl() local
1034 cs_type = CS_TYPE_SIGNAL; in hl_cs_ioctl()
1036 cs_type = CS_TYPE_WAIT; in hl_cs_ioctl()
[all …]
/Linux-v5.10/sound/usb/
Dstream.c347 u8 cs_type; in convert_chmap_v3() local
350 cs_type = cs_desc->bSegmentType; in convert_chmap_v3()
352 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()