/linux-6.15/drivers/spi/ |
D | spi-rpc-if.c | 23 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-6.15/arch/mips/pci/ |
D | pci-rt3883.c | 81 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-6.15/drivers/memory/ |
D | renesas-rpc-if.c | 220 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-6.15/drivers/mtd/hyperbus/ |
D | rpc-if.c | 21 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-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
D | r535.c | 288 struct nvfw_gsp_rpc *rpc = (struct nvfw_gsp_rpc *)mqe->data; in r535_gsp_msgq_recv_one_elem() local 328 struct nvfw_gsp_rpc *rpc; in r535_gsp_msgq_recv() local 389 r535_gsp_cmdq_push(struct nvkm_gsp *gsp, void *rpc) in r535_gsp_cmdq_push() 494 struct nvfw_gsp_rpc *rpc; in r535_gsp_msg_recv() local 591 struct nvfw_gsp_rpc *rpc = to_gsp_hdr(payload, rpc); in r535_gsp_rpc_send() local 788 rpc_free_v03_00 *rpc; in r535_gsp_rpc_rm_free() local 806 rpc_gsp_rm_alloc_v03_00 *rpc = to_payload_hdr(params, rpc); in r535_gsp_rpc_rm_alloc_done() local 814 rpc_gsp_rm_alloc_v03_00 *rpc = to_payload_hdr(params, rpc); in r535_gsp_rpc_rm_alloc_push() local 839 rpc_gsp_rm_alloc_v03_00 *rpc; in r535_gsp_rpc_rm_alloc_get() local 865 rpc_gsp_rm_control_v03_00 *rpc = to_payload_hdr(params, rpc); in r535_gsp_rpc_rm_ctrl_done() local [all …]
|
/linux-6.15/drivers/pci/pcie/ |
D | aer.c | 1280 static void aer_isr_one_error(struct aer_rpc *rpc, in aer_isr_one_error() 1336 struct aer_rpc *rpc = get_service_data(dev); in aer_isr() local 1357 struct aer_rpc *rpc = get_service_data(pdev); in aer_irq() local 1403 static void aer_enable_rootport(struct aer_rpc *rpc) in aer_enable_rootport() 1435 static void aer_disable_rootport(struct aer_rpc *rpc) in aer_disable_rootport() 1456 struct aer_rpc *rpc = get_service_data(dev); in aer_remove() local 1470 struct aer_rpc *rpc; in aer_probe() local 1507 struct aer_rpc *rpc = get_service_data(dev); in aer_suspend() local 1515 struct aer_rpc *rpc = get_service_data(dev); in aer_resume() local
|
/linux-6.15/drivers/md/ |
D | dm-era-target.c | 1196 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-6.15/drivers/greybus/ |
D | es2.c | 881 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-6.15/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_hw_stats.c | 74 struct fbnic_rpc_stats *rpc) in fbnic_reset_rpc_stats() 96 struct fbnic_rpc_stats *rpc) in fbnic_get_rpc_stats32()
|
D | fbnic_hw_stats.h | 58 struct fbnic_rpc_stats rpc; member
|
/linux-6.15/drivers/fwctl/pds/ |
D | main.c | 281 struct fwctl_rpc_pds *rpc, in pdsfc_validate_rpc() 357 struct fwctl_rpc_pds *rpc = in; in pdsfc_fw_rpc() local
|
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | r535.c | 49 rpc_update_bar_pde_v15_00 *rpc; in r535_bar_bar2_update_pde() local
|
/linux-6.15/drivers/clk/renesas/ |
D | rcar-cpg-lib.c | 144 struct rpc_clock *rpc; in cpg_rpc_clk_register() local
|
/linux-6.15/arch/sparc/include/asm/ |
D | ptrace.h | 46 unsigned long rpc; member
|
/linux-6.15/arch/arm64/boot/dts/renesas/ |
D | r8a77970.dtsi | 1052 rpc: spi@ee200000 { label
|
D | r8a77995.dtsi | 1255 rpc: spi@ee200000 { label
|
D | r8a77980.dtsi | 1360 rpc: spi@ee200000 { label
|
D | r8a779h0.dtsi | 1726 rpc: spi@ee200000 { label
|
D | r8a774c0.dtsi | 1682 rpc: spi@ee200000 { label
|
D | r8a77990.dtsi | 1845 rpc: spi@ee200000 { label
|
D | r8a779g0.dtsi | 1976 rpc: spi@ee200000 { label
|
D | r8a779a0.dtsi | 2195 rpc: spi@ee200000 { label
|
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | r535.c | 64 rpc_alloc_memory_v13_01 *rpc; in fbsr_memlist() local
|
/linux-6.15/drivers/fwctl/ |
D | main.c | 144 struct fwctl_rpc rpc; member
|
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils_fw2x.c | 360 struct hw_atl_utils_fw_rpc *rpc = NULL; in aq_fw2x_set_wol() local
|