Searched refs:cs_type (Results 1 – 2 of 2) sorted by relevance
398 enum hl_cs_type cs_type, struct hl_cs **cs_new) in allocate_cs() argument412 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() argument829 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() local1034 cs_type = CS_TYPE_SIGNAL; in hl_cs_ioctl()1036 cs_type = CS_TYPE_WAIT; in hl_cs_ioctl()[all …]
347 u8 cs_type; in convert_chmap_v3() local350 cs_type = cs_desc->bSegmentType; in convert_chmap_v3()352 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()