Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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()
5106 if ((flags & WR_STATE) && (dp->dl_type == NFS4_OPEN_DELEGATE_READ)) in nfs4_check_delegmode()
5466 u32 dl_type; in nfs4_set_delegation() local
5490 dl_type = NFS4_OPEN_DELEGATE_WRITE; in nfs4_set_delegation()
5499 dl_type = NFS4_OPEN_DELEGATE_READ; in nfs4_set_delegation()
5527 dp = alloc_init_deleg(clp, fp, odstate, dl_type); in nfs4_set_delegation()
5531 fl = nfs4_alloc_init_lease(dp, dl_type); in nfs4_set_delegation()
5698 dp->dl_type == NFS4_OPEN_DELEGATE_WRITE) { in nfsd4_deleg_xgrade_none_ext()
[all …]