Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/memory/
H A Drenesas-rpc-if.c171 struct rpcif *rpc = context; in rpcif_reg_read() local
176 switch (rpc->xfer_size) { in rpcif_reg_read()
178 *val = readb(rpc->base + reg); in rpcif_reg_read()
182 *val = readw(rpc->base + reg); in rpcif_reg_read()
187 *val = readl(rpc->base + reg); in rpcif_reg_read()
196 if (rpc->xfer_size != 8) in rpcif_reg_read()
201 *val = readl(rpc->base + reg); in rpcif_reg_read()
208 struct rpcif *rpc = context; in rpcif_reg_write() local
212 switch (rpc->xfer_size) { in rpcif_reg_write()
214 writeb(val, rpc->base + reg); in rpcif_reg_write()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-rt3883.c80 static inline u32 rt3883_pci_r32(struct rt3883_pci_controller *rpc, in rt3883_pci_r32() argument
83 return ioread32(rpc->base + reg); in rt3883_pci_r32()
86 static inline void rt3883_pci_w32(struct rt3883_pci_controller *rpc, in rt3883_pci_w32() argument
89 iowrite32(val, rpc->base + reg); in rt3883_pci_w32()
99 static u32 rt3883_pci_read_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_read_cfg32() argument
109 rt3883_pci_w32(rpc, address, RT3883_PCI_REG_CFGADDR); in rt3883_pci_read_cfg32()
110 ret = rt3883_pci_r32(rpc, RT3883_PCI_REG_CFGDATA); in rt3883_pci_read_cfg32()
115 static void rt3883_pci_write_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_write_cfg32() argument
124 rt3883_pci_w32(rpc, address, RT3883_PCI_REG_CFGADDR); in rt3883_pci_write_cfg32()
125 rt3883_pci_w32(rpc, val, RT3883_PCI_REG_CFGDATA); in rt3883_pci_write_cfg32()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/
H A Drpc-if.c21 struct rpcif rpc; member
46 static void rpcif_hb_prepare_read(struct rpcif *rpc, void *to, in rpcif_hb_prepare_read() argument
59 rpcif_prepare(rpc, &op, NULL, NULL); in rpcif_hb_prepare_read()
62 static void rpcif_hb_prepare_write(struct rpcif *rpc, unsigned long to, in rpcif_hb_prepare_write() argument
73 rpcif_prepare(rpc, &op, NULL, NULL); in rpcif_hb_prepare_write()
82 rpcif_hb_prepare_read(&hyperbus->rpc, &data, addr, 2); in rpcif_hb_read16()
84 rpcif_manual_xfer(&hyperbus->rpc); in rpcif_hb_read16()
95 rpcif_hb_prepare_write(&hyperbus->rpc, addr, &data, 2); in rpcif_hb_write16()
97 rpcif_manual_xfer(&hyperbus->rpc); in rpcif_hb_write16()
106 rpcif_hb_prepare_read(&hyperbus->rpc, to, from, len); in rpcif_hb_copy_from()
[all …]
/OK3568_Linux_fs/buildroot/package/uhd/
H A D0003-add-RISC-V-endian-detection.patch8 uhd/host/lib/deps/rpclib/include/rpc/msgpack/pack.hpp:190:2: error: #error msgpack-c supports only …
14 uhd0/host/lib/deps/rpclib/include/rpc/msgpack/pack.hpp:236:46: error: there are no arguments to 'ta…
25 .../include/rpc/msgpack/predef/architecture.h | 1 +
26 .../rpc/msgpack/predef/architecture/riscv.h | 48 +++++++++++++++++++
27 .../include/rpc/msgpack/predef/other/endian.h | 3 +-
29 create mode 100644 host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture/riscv.h
31 diff --git a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h b/host/lib/deps/rpclib/…
33 --- a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
34 +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
36 #include <rpc/msgpack/predef/architecture/parisc.h>
[all …]
H A D0004-lib-Fix-missing-includes-in-rpc-hpp.patch4 Subject: [PATCH] lib: Fix missing includes in rpc.hpp
10 host/lib/include/uhdlib/utils/rpc.hpp | 4 ++++
13 diff --git a/host/lib/include/uhdlib/utils/rpc.hpp b/host/lib/include/uhdlib/utils/rpc.hpp
15 --- a/host/lib/include/uhdlib/utils/rpc.hpp
16 +++ b/host/lib/include/uhdlib/utils/rpc.hpp
18 #include <rpc/client.h>
19 #include <rpc/rpc_error.h>
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-rpc-if.c23 struct rpcif *rpc = spi_controller_get_devdata(spi_dev->controller); in rpcif_spi_mem_prepare() local
61 rpcif_prepare(rpc, &rpc_op, offs, len); in rpcif_spi_mem_prepare()
81 struct rpcif *rpc = in rpcif_spi_mem_dirmap_read() local
89 return rpcif_dirmap_read(rpc, offs, len, buf); in rpcif_spi_mem_dirmap_read()
94 struct rpcif *rpc = in rpcif_spi_mem_dirmap_create() local
103 if (!rpc->dirmap && desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN) in rpcif_spi_mem_dirmap_create()
115 struct rpcif *rpc = in rpcif_spi_mem_exec_op() local
120 return rpcif_manual_xfer(rpc); in rpcif_spi_mem_exec_op()
134 struct rpcif *rpc; in rpcif_spi_probe() local
137 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*rpc)); in rpcif_spi_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/greybus/
H A Des2.c884 struct arpc *rpc; in arpc_alloc() local
886 if (size + sizeof(*rpc->req) > ARPC_OUT_SIZE_MAX) in arpc_alloc()
889 rpc = kzalloc(sizeof(*rpc), GFP_KERNEL); in arpc_alloc()
890 if (!rpc) in arpc_alloc()
893 INIT_LIST_HEAD(&rpc->list); in arpc_alloc()
894 rpc->req = kzalloc(sizeof(*rpc->req) + size, GFP_KERNEL); in arpc_alloc()
895 if (!rpc->req) in arpc_alloc()
898 rpc->resp = kzalloc(sizeof(*rpc->resp), GFP_KERNEL); in arpc_alloc()
899 if (!rpc->resp) in arpc_alloc()
902 rpc->req->type = type; in arpc_alloc()
[all …]
/OK3568_Linux_fs/kernel/include/memory/
H A Drenesas-rpc-if.h80 int rpcif_sw_init(struct rpcif *rpc, struct device *dev);
81 void rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
82 void rpcif_enable_rpm(struct rpcif *rpc);
83 void rpcif_disable_rpm(struct rpcif *rpc);
84 void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs,
86 int rpcif_manual_xfer(struct rpcif *rpc);
87 ssize_t rpcif_dirmap_read(struct rpcif *rpc, u64 offs, size_t len, void *buf);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/
H A Dmusl.patch6 Index: gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
8 --- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
9 +++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/
H A Dgcc4.patch3 https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc
9 --- netkit-rpc-0.17/rpcgen/rpc_cout.c~gcc4
10 +++ netkit-rpc-0.17/rpcgen/rpc_cout.c
30 --- netkit-rpc-0.17/rpcgen/rpc_hout.c~gcc4
31 +++ netkit-rpc-0.17/rpcgen/rpc_hout.c
/OK3568_Linux_fs/buildroot/package/nfs-utils/
H A DS60nfs22 rpc.statd
31 rpc.nfsd ${NR_THREADS}
35 rpc.mountd
43 killall -q rpc.mountd 2>/dev/null
55 killall -q rpc.statd 2>/dev/null
58 rm -f /var/run/rpc.statd.pid
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/
H A Dquota_4.06.bb25 CFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'rpc', '-I${STAGING_INCDIR}/tirpc', '', d)}"
26 LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'rpc', '-ltirpc', '', d)}"
29 PACKAGECONFIG ??= "tcp-wrappers rpc bsd"
30 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc"
33 PACKAGECONFIG[rpc] = "--enable-rpc,--disable-rpc,libtirpc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/
H A Drpc.rusersd-Makefile-fix-parallel-build-issue.patch4 Subject: [PATCH] rpc.rusersd/Makefile: fix parallel build issue
14 rpc.rusersd/Makefile | 2 +-
17 diff --git a/rpc.rusersd/Makefile b/rpc.rusersd/Makefile
19 --- a/rpc.rusersd/Makefile
20 +++ b/rpc.rusersd/Makefile
H A D0001-Link-with-libtirpc.patch11 rpc.rusersd/rusers_proc.c | 7 +------
12 rpc.rusersd/rusersd.c | 6 +-----
79 --- a/rpc.rusersd/rusers_proc.c
80 +++ b/rpc.rusersd/rusers_proc.c
95 --- a/rpc.rusersd/rusersd.c
96 +++ b/rpc.rusersd/rusersd.c
98 #include <rpc/pmap_clnt.h>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/
H A Drpc1 #ident "@(#)rpc 1.11 95/07/14 SMI" /* SVr4.0 1.2 */
3 # rpc
37 ioadmd 100055 rpc.ioadmd
41 ypxfrd 100069 rpc.ypxfrd
62 nisd 100300 rpc.nisd
63 nispasswd 100303 rpc.nispasswdd
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/
H A Drpc1 #ident "@(#)rpc 1.11 95/07/14 SMI" /* SVr4.0 1.2 */
3 # rpc
37 ioadmd 100055 rpc.ioadmd
41 ypxfrd 100069 rpc.ypxfrd
62 nisd 100300 rpc.nisd
63 nispasswd 100303 rpc.nispasswdd
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Drcar-gen3-cpg.c452 struct rpc_clock *rpc; in cpg_rpc_clk_register() local
455 rpc = kzalloc(sizeof(*rpc), GFP_KERNEL); in cpg_rpc_clk_register()
456 if (!rpc) in cpg_rpc_clk_register()
459 rpc->div.reg = base + CPG_RPCCKCR; in cpg_rpc_clk_register()
460 rpc->div.width = 3; in cpg_rpc_clk_register()
461 rpc->div.table = cpg_rpc_div_table; in cpg_rpc_clk_register()
462 rpc->div.lock = &cpg_lock; in cpg_rpc_clk_register()
464 rpc->gate.reg = base + CPG_RPCCKCR; in cpg_rpc_clk_register()
465 rpc->gate.bit_idx = 8; in cpg_rpc_clk_register()
466 rpc->gate.flags = CLK_GATE_SET_TO_DISABLE; in cpg_rpc_clk_register()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-era-target.c1177 struct rpc { struct
1303 struct rpc *rpc, *tmp; in process_rpc_calls() local
1310 list_for_each_entry_safe(rpc, tmp, &calls, list) { in process_rpc_calls()
1311 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls()
1318 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
1319 rpc->result = r; in process_rpc_calls()
1322 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
1323 complete(&rpc->complete); in process_rpc_calls()
1356 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc() argument
1358 rpc->result = 0; in perform_rpc()
[all …]
/OK3568_Linux_fs/buildroot/package/samba4/
H A D0004-dcesrv_core-fix-build.patch12 from ../../librpc/rpc/dcesrv_core.c:2658:
22 librpc/rpc/dcesrv_core.c | 11 +----------
25 diff --git a/librpc/rpc/dcesrv_core.c b/librpc/rpc/dcesrv_core.c
27 --- a/librpc/rpc/dcesrv_core.c
28 +++ b/librpc/rpc/dcesrv_core.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/
H A Djsonrpc_1.3.0.bb1 SUMMARY = "C++ framework for json-rpc 1.0 and 2.0"
5 HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
12 SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=https \
30 FILES:${PN}-dev += "${libdir}/libjson-rpc-cpp/cmake"
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer.c1115 static void aer_isr_one_error(struct aer_rpc *rpc, in aer_isr_one_error() argument
1118 struct pci_dev *pdev = rpc->rpd; in aer_isr_one_error()
1171 struct aer_rpc *rpc = get_service_data(dev); in aer_isr() local
1174 if (kfifo_is_empty(&rpc->aer_fifo)) in aer_isr()
1177 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
1178 aer_isr_one_error(rpc, &e_src); in aer_isr()
1192 struct aer_rpc *rpc = get_service_data(pdev); in aer_irq() local
1193 struct pci_dev *rp = rpc->rpd; in aer_irq()
1204 if (!kfifo_put(&rpc->aer_fifo, e_src)) in aer_irq()
1252 static void aer_enable_rootport(struct aer_rpc *rpc) in aer_enable_rootport() argument
[all …]
/OK3568_Linux_fs/buildroot/package/snort/
H A D0006-Fix-compile-error-when-building-against-uclibc-or-mu.patch10 if (rpc->r_name)
12 That's because rpc.h should be included when using these C libraries.
29 #include "rpc/rpc.h"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dbugfix-adjust-statd-service-name.patch9 Upstream uses 'rpc-statd.service' and Yocto introduced 'nfs-statd.service'
31 - if systemctl start rpc-statd.service; then
33 # Ensure systemd knows not to stop rpc.statd or its dependencies
35 - systemctl add-wants --runtime remote-fs.target rpc-statd.service
/OK3568_Linux_fs/external/xserver/os/
H A Dmeson.build58 if get_option('secure-rpc')
62 if not (rpc_dep.found() or cc.has_header('rpc/rpc.h'))
63 error('secure-rpc requested, but neither libtirpc or libc RPC support were found')
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0010-sunrpc-Adjust-RPC-function-declarations-to-match-Sun.patch26 sunrpc/rpc/auth.h | 8 +++++---
52 diff --git a/sunrpc/rpc/auth.h b/sunrpc/rpc/auth.h
54 --- a/sunrpc/rpc/auth.h
55 +++ b/sunrpc/rpc/auth.h

123456