Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/common/
A Dcommand_submission.c804 cs->type = cs_type; in allocate_cs()
1131 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local
1155 cs_type = hl_cs_get_cs_type(cs_type_flags); in hl_cs_sanity_checks()
1164 if (cs_type == CS_TYPE_DEFAULT) { in hl_cs_sanity_checks()
2005 if (cs_type == CS_TYPE_COLLECTIVE_WAIT) { in cs_ioctl_signal_wait()
2027 is_wait_cs = !!(cs_type == CS_TYPE_WAIT || in cs_ioctl_signal_wait()
2028 cs_type == CS_TYPE_COLLECTIVE_WAIT); in cs_ioctl_signal_wait()
2152 if (cs_type == CS_TYPE_WAIT || cs_type == CS_TYPE_SIGNAL) in cs_ioctl_signal_wait()
2208 enum hl_cs_type cs_type = 0; in hl_cs_ioctl() local
2238 switch (cs_type) { in hl_cs_ioctl()
[all …]
/linux/sound/usb/
A 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()

Completed in 9 milliseconds