Home
last modified time | relevance | path

Searched defs:rpc (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/mips/pci/
H A Dpci-rt3883.c81 static inline u32 rt3883_pci_r32(struct rt3883_pci_controller *rpc, in rt3883_pci_r32()
87 static inline void rt3883_pci_w32(struct rt3883_pci_controller *rpc, in rt3883_pci_w32()
100 static u32 rt3883_pci_read_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_read_cfg32()
113 static void rt3883_pci_write_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_write_cfg32()
127 struct rt3883_pci_controller *rpc; in rt3883_pci_irq_handler() local
151 struct rt3883_pci_controller *rpc; in rt3883_pci_irq_unmask() local
164 struct rt3883_pci_controller *rpc; in rt3883_pci_irq_mask() local
197 struct rt3883_pci_controller *rpc) in rt3883_pci_irq_init()
227 struct rt3883_pci_controller *rpc; in rt3883_pci_config_read() local
260 struct rt3883_pci_controller *rpc; in rt3883_pci_config_write() local
[all …]
/linux/drivers/spi/
H A Dspi-rpc-if.c23 struct rpcif *rpc = spi_controller_get_devdata(spi_dev->controller); in rpcif_spi_mem_prepare() local
81 struct rpcif *rpc = in rpcif_spi_mem_dirmap_read() local
94 struct rpcif *rpc = in rpcif_spi_mem_dirmap_create() local
115 struct rpcif *rpc = in rpcif_spi_mem_exec_op() local
134 struct rpcif *rpc; in rpcif_spi_probe() local
179 struct rpcif *rpc = spi_controller_get_devdata(ctlr); in rpcif_spi_remove() local
/linux/drivers/memory/
H A Drenesas-rpc-if.c220 struct rpcif_priv *rpc = context; in rpcif_reg_read() local
256 struct rpcif_priv *rpc = context; in rpcif_reg_write() local
305 struct rpcif_priv *rpc = dev_get_drvdata(dev); in rpcif_sw_init() local
314 static void rpcif_rzg2l_timing_adjust_sdr(struct rpcif_priv *rpc) in rpcif_rzg2l_timing_adjust_sdr()
330 struct rpcif_priv *rpc = dev_get_drvdata(dev); in rpcif_hw_init() local
393 static int wait_msg_xfer_end(struct rpcif_priv *rpc) in wait_msg_xfer_end()
402 static u8 rpcif_bits_set(struct rpcif_priv *rpc, u32 nbytes) in rpcif_bits_set()
418 struct rpcif_priv *rpc = dev_get_drvdata(dev); in rpcif_prepare() local
504 struct rpcif_priv *rpc = dev_get_drvdata(dev); in rpcif_manual_xfer() local
675 struct rpcif_priv *rpc = dev_get_drvdata(dev); in rpcif_dirmap_read() local
[all …]
/linux/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()
62 static void rpcif_hb_prepare_write(struct rpcif *rpc, unsigned long to, in rpcif_hb_prepare_write()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c374 struct nvfw_gsp_rpc *rpc = container_of(argv, typeof(*rpc), data); in r535_gsp_rpc_send() local
571 rpc_free_v03_00 *rpc; in r535_gsp_rpc_rm_free() local
589 rpc_gsp_rm_alloc_v03_00 *rpc = container_of(repv, typeof(*rpc), params); in r535_gsp_rpc_rm_alloc_done() local
597 rpc_gsp_rm_alloc_v03_00 *rpc = container_of(argv, typeof(*rpc), params); in r535_gsp_rpc_rm_alloc_push() local
623 rpc_gsp_rm_alloc_v03_00 *rpc; in r535_gsp_rpc_rm_alloc_get() local
644 rpc_gsp_rm_control_v03_00 *rpc = container_of(repv, typeof(*rpc), params); in r535_gsp_rpc_rm_ctrl_done() local
654 rpc_gsp_rm_control_v03_00 *rpc = container_of((*argv), typeof(*rpc), params); in r535_gsp_rpc_rm_ctrl_push() local
684 rpc_gsp_rm_control_v03_00 *rpc; in r535_gsp_rpc_rm_ctrl_get() local
704 struct nvfw_gsp_rpc *rpc = container_of(repv, typeof(*rpc), data); in r535_gsp_rpc_done() local
712 struct nvfw_gsp_rpc *rpc; in r535_gsp_rpc_get() local
[all …]
/linux/drivers/pci/pcie/
H A Daer.c1275 static void aer_isr_one_error(struct aer_rpc *rpc, in aer_isr_one_error()
1331 struct aer_rpc *rpc = get_service_data(dev); in aer_isr() local
1352 struct aer_rpc *rpc = get_service_data(pdev); in aer_irq() local
1398 static void aer_enable_rootport(struct aer_rpc *rpc) in aer_enable_rootport()
1430 static void aer_disable_rootport(struct aer_rpc *rpc) in aer_disable_rootport()
1451 struct aer_rpc *rpc = get_service_data(dev); in aer_remove() local
1465 struct aer_rpc *rpc; in aer_probe() local
1502 struct aer_rpc *rpc = get_service_data(dev); in aer_suspend() local
1510 struct aer_rpc *rpc = get_service_data(dev); in aer_resume() local
/linux/drivers/md/
H A Ddm-era-target.c1196 struct rpc { struct
1197 struct list_head list;
1199 int (*fn0)(struct era_metadata *md);
1200 int (*fn1)(struct era_metadata *md, void *ref);
1201 void *arg;
1202 int result;
1204 struct completion complete;
1325 struct rpc *rpc, *tmp; in process_rpc_calls() local
1378 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1395 struct rpc rpc; in in_worker0() local
[all …]
/linux/drivers/greybus/
H A Des2.c881 struct arpc *rpc; in arpc_alloc() local
915 static void arpc_free(struct arpc *rpc) in arpc_free()
924 struct arpc *rpc; in arpc_find() local
934 static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc) in arpc_add()
941 static void arpc_del(struct es2_ap_dev *es2, struct arpc *rpc) in arpc_del()
949 static int arpc_send(struct es2_ap_dev *es2, struct arpc *rpc, int timeout) in arpc_send()
974 struct arpc *rpc; in arpc_sync() local
1029 struct arpc *rpc; in arpc_in_callback() local
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.c74 struct fbnic_rpc_stats *rpc) in fbnic_reset_rpc_stats()
96 struct fbnic_rpc_stats *rpc) in fbnic_get_rpc_stats32()
H A Dfbnic_hw_stats.h58 struct fbnic_rpc_stats rpc; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dr535.c49 rpc_update_bar_pde_v15_00 *rpc; in r535_bar_bar2_update_pde() local
/linux/drivers/clk/renesas/
H A Drcar-cpg-lib.c144 struct rpc_clock *rpc; in cpg_rpc_clk_register() local
/linux/arch/sparc/include/asm/
H A Dptrace.h46 unsigned long rpc; member
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77970.dtsi1046 rpc: spi@ee200000 { label
H A Dr8a77995.dtsi1249 rpc: spi@ee200000 { label
H A Dr8a77980.dtsi1354 rpc: spi@ee200000 { label
H A Dr8a774c0.dtsi1672 rpc: spi@ee200000 { label
H A Dr8a77990.dtsi1835 rpc: spi@ee200000 { label
H A Dr8a774b1.dtsi2210 rpc: spi@ee200000 { label
H A Dr8a77961.dtsi2408 rpc: spi@ee200000 { label
H A Dr8a77965.dtsi2391 rpc: spi@ee200000 { label
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dr535.c64 rpc_alloc_memory_v13_01 *rpc; in fbsr_memlist() local
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c360 struct hw_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_wol() local
H A Dhw_atl_utils.c539 struct hw_atl_utils_fw_rpc **rpc) in hw_atl_utils_fw_rpc_wait()
/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h196 struct vpu_buffer *rpc, in vpu_iface_init()

12