Searched defs:expl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cppcore.c | 1279 #define NFP_EXPL_OP(func, expl, args...) \ argument 1289 #define NFP_EXPL_OP_NR(func, expl, args...) \ argument 1309 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_acquire() local 1335 int nfp_cpp_explicit_set_target(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_target() 1353 int nfp_cpp_explicit_set_data(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_data() 1370 int nfp_cpp_explicit_set_signal(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_set_signal() 1390 int nfp_cpp_explicit_set_posted(struct nfp_cpp_explicit *expl, int posted, in nfp_cpp_explicit_set_posted() 1418 int nfp_cpp_explicit_put(struct nfp_cpp_explicit *expl, in nfp_cpp_explicit_put() 1434 int nfp_cpp_explicit_do(struct nfp_cpp_explicit *expl, u64 address) in nfp_cpp_explicit_do() 1455 int nfp_cpp_explicit_get(struct nfp_cpp_explicit *expl, void *buff, size_t len) in nfp_cpp_explicit_get() [all …]
|
D | nfp_cpplib.c | 190 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_read() local 243 struct nfp_cpp_explicit *expl; in nfp_cpp_explicit_write() local
|
D | nfp6000_pcie.c | 188 void __iomem *expl[4]; member 202 } expl; member 1066 static int nfp6000_explicit_acquire(struct nfp_cpp_explicit *expl) in nfp6000_explicit_acquire() 1104 static void nfp6000_explicit_release(struct nfp_cpp_explicit *expl) in nfp6000_explicit_release() 1114 static int nfp6000_explicit_put(struct nfp_cpp_explicit *expl, in nfp6000_explicit_put() 1128 nfp6000_explicit_do(struct nfp_cpp_explicit *expl, in nfp6000_explicit_do() 1221 static int nfp6000_explicit_get(struct nfp_cpp_explicit *expl, in nfp6000_explicit_get()
|
/Linux-v4.19/tools/include/uapi/sound/ |
D | asound.h | 1035 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|
/Linux-v4.19/include/uapi/sound/ |
D | asound.h | 1035 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
|