Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Dcommand_submission.c877 enum hl_cs_type cs_type, u64 user_sequence, in allocate_cs() argument
904 cs->type = cs_type; in allocate_cs()
1259 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local
1281 cs_type = hl_cs_get_cs_type(cs_type_flags); in hl_cs_sanity_checks()
1284 is_sync_stream = (cs_type == CS_TYPE_SIGNAL || cs_type == CS_TYPE_WAIT || in hl_cs_sanity_checks()
1285 cs_type == CS_TYPE_COLLECTIVE_WAIT); in hl_cs_sanity_checks()
1292 if (cs_type == CS_TYPE_DEFAULT) { in hl_cs_sanity_checks()
2096 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument
2153 if (cs_type == CS_TYPE_COLLECTIVE_WAIT) { in cs_ioctl_signal_wait()
2175 is_wait_cs = !!(cs_type == CS_TYPE_WAIT || in cs_ioctl_signal_wait()
[all …]
/Linux-v6.1/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()
/Linux-v6.1/fs/nfsd/
Dstate.h63 unsigned char cs_type; member
Dnfs4state.c977 unsigned char cs_type) in nfs4_init_cp_state() argument
983 stid->cs_type = cs_type; in nfs4_init_cp_state()
1027 WARN_ON_ONCE(copy->cp_stateid.cs_type != NFS4_COPY_STID); in nfs4_free_copy_state()
6037 if (cps->cp_stateid.cs_type == NFS4_COPYNOTIFY_STID && in nfs4_laundromat()
6371 WARN_ON_ONCE(cps->cp_stateid.cs_type != NFS4_COPYNOTIFY_STID); in _free_cpntf_state_locked()
6398 if (state->cp_stateid.cs_type != NFS4_COPYNOTIFY_STID) { in manage_cpntf_state()