Home
last modified time | relevance | path

Searched refs:dl_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/sound/soc/fsl/
Dfsl_sai.c526 u32 dl_type = FSL_SAI_DL_I2S; in fsl_sai_hw_params() local
551 dl_type = FSL_SAI_DL_PDM; in fsl_sai_hw_params()
555 if (dl_cfg[i].type == dl_type && dl_cfg[i].pins[tx] == pins) { in fsl_sai_hw_params()
/linux-6.6.21/fs/nfsd/
Dstate.h147 u32 dl_type; member
Dnfs4state.c1159 struct nfs4_clnt_odstate *odstate, u32 dl_type) in alloc_init_deleg() argument
1185 dp->dl_type = dl_type; in alloc_init_deleg()
2714 ds->dl_type == NFS4_OPEN_DELEGATE_READ ? "r" : "w"); in nfs4_show_deleg()
5104 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ)) in nfs4_check_delegmode()
5464 u32 dl_type; in nfs4_set_delegation() local
5488 dl_type = NFS4_OPEN_DELEGATE_WRITE; in nfs4_set_delegation()
5497 dl_type = NFS4_OPEN_DELEGATE_READ; in nfs4_set_delegation()
5525 dp = alloc_init_deleg(clp, fp, odstate, dl_type); in nfs4_set_delegation()
5529 fl = nfs4_alloc_init_lease(dp, dl_type); in nfs4_set_delegation()
5697 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) { in nfsd4_deleg_xgrade_none_ext()
[all …]