/linux-6.3-rc2/drivers/remoteproc/ |
A D | mtk_scp.c | 63 void scp_put(struct mtk_scp *scp) in scp_put() 77 struct mtk_scp *scp = (struct mtk_scp *)priv; in scp_init_ipi_handler() local 87 static void scp_ipi_handler(struct mtk_scp *scp) in scp_ipi_handler() 217 struct mtk_scp *scp = priv; in scp_irq_handler() local 458 struct mtk_scp *scp = rproc->priv; in scp_load() local 484 struct mtk_scp *scp = rproc->priv; in scp_parse_fw() local 595 static void mt8183_scp_stop(struct mtk_scp *scp) in mt8183_scp_stop() 601 static void mt8192_scp_stop(struct mtk_scp *scp) in mt8192_scp_stop() 614 static void mt8195_scp_stop(struct mtk_scp *scp) in mt8195_scp_stop() 671 struct rproc *scp_get_rproc(struct mtk_scp *scp) in scp_get_rproc() [all …]
|
A D | mtk_scp_ipi.c | 32 int scp_ipi_register(struct mtk_scp *scp, in scp_ipi_register() 60 void scp_ipi_unregister(struct mtk_scp *scp, u32 id) in scp_ipi_unregister() 119 void scp_ipi_lock(struct mtk_scp *scp, u32 id) in scp_ipi_lock() 135 void scp_ipi_unlock(struct mtk_scp *scp, u32 id) in scp_ipi_unlock() 159 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len, in scp_ipi_send()
|
/linux-6.3-rc2/drivers/soc/mediatek/ |
A D | mtk-scpsys.c | 137 struct scp *scp; member 148 struct scp { struct 149 struct scp_domain *domains; argument 154 struct scp_ctrl_reg ctrl_reg; argument 174 struct scp *scp = scpd->scp; in scpsys_domain_is_on() argument 281 struct scp *scp = scpd->scp; in scpsys_bus_protect_enable() local 293 struct scp *scp = scpd->scp; in scpsys_bus_protect_disable() local 306 struct scp *scp = scpd->scp; in scpsys_power_on() local 364 struct scp *scp = scpd->scp; in scpsys_power_off() local 430 struct scp *scp; in init_scp() local [all …]
|
/linux-6.3-rc2/drivers/scsi/megaraid/ |
A D | mega_common.h | 69 struct scsi_cmnd *scp; member 199 #define SCP2HOST(scp) (scp)->device->host // to host argument 200 #define SCP2HOSTDATA(scp) SCP2HOST(scp)->hostdata // to soft state argument 201 #define SCP2CHANNEL(scp) (scp)->device->channel // to channel argument 202 #define SCP2TARGET(scp) (scp)->device->id // to target argument 203 #define SCP2LUN(scp) (u32)(scp)->device->lun // to LUN argument 207 #define SCP2ADAPTER(scp) (adapter_t *)SCSIHOST2ADAP(SCP2HOST(scp)) argument 210 #define MRAID_IS_LOGICAL(adp, scp) \ argument 227 #define MRAID_GET_DEVICE_MAP(adp, scp, p_chan, target, islogical) \ argument
|
A D | megaraid_mbox.c | 1274 megaraid_alloc_scb(adapter_t *adapter, struct scsi_cmnd *scp) in megaraid_alloc_scb() 1341 struct scsi_cmnd *scp; in megaraid_mbox_mksgl() local 1437 static int megaraid_queue_command_lck(struct scsi_cmnd *scp) in megaraid_queue_command_lck() 1934 struct scsi_cmnd *scp) in megaraid_mbox_prepare_pthru() 1983 struct scsi_cmnd *scp) in megaraid_mbox_prepare_epthru() 2177 struct scsi_cmnd *scp; in megaraid_mbox_dpc() local 2377 megaraid_abort_handler(struct scsi_cmnd *scp) in megaraid_abort_handler() 2515 megaraid_reset_handler(struct scsi_cmnd *scp) in megaraid_reset_handler() 3306 struct scsi_cmnd *scp; in megaraid_mbox_display_scb() local
|
A D | megaraid_sas_fusion.c | 2271 struct scsi_cmnd *scp, in megasas_make_sgl_fusion() 2347 int megasas_make_sgl(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl() 2386 struct IO_REQUEST_INFO *io_info, struct scsi_cmnd *scp, in megasas_set_pd_lba() 2727 struct scsi_cmnd *scp, in megasas_build_ldio_fusion() 3201 struct scsi_cmnd *scp, in megasas_build_io_fusion()
|
A D | megaraid_sas_base.c | 1262 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl32() 1291 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl64() 1321 struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) in megasas_make_sgl_skinny() 1410 megasas_build_dcdb(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_dcdb() 1509 megasas_build_ldio(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_ldio()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_debug.c | 1746 static int resp_requests(struct scsi_cmnd *scp, in resp_requests() 1855 static int resp_readcap(struct scsi_cmnd *scp, in resp_readcap() 1874 static int resp_readcap16(struct scsi_cmnd *scp, in resp_readcap16() 2148 static int resp_rsup_tmfs(struct scsi_cmnd *scp, in resp_rsup_tmfs() 2337 static int resp_mode_sense(struct scsi_cmnd *scp, in resp_mode_sense() 2623 static int resp_log_sense(struct scsi_cmnd *scp, in resp_log_sense() 4250 static int resp_pre_fetch(struct scsi_cmnd *scp, in resp_pre_fetch() 4930 struct scsi_cmnd *scp; in sdebug_q_cmd_complete() local 7432 static bool fake_timeout(struct scsi_cmnd *scp) in fake_timeout() 7528 struct scsi_cmnd *scp; in sdebug_blk_mq_poll() local [all …]
|
A D | hptiop.c | 719 struct scsi_cmnd *scp; in hptiop_finish_scsi_req() local 846 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl() 996 static int hptiop_queuecommand_lck(struct scsi_cmnd *scp) in hptiop_queuecommand_lck() 1091 static int hptiop_reset(struct scsi_cmnd *scp) in hptiop_reset()
|
A D | hptiop.h | 250 struct scsi_cmnd *scp; member 260 #define HPT_SCP(scp) ((struct hpt_cmd_priv *)scsi_cmd_priv(scp)) argument
|
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/ |
A D | mtk-mdp3-vpu.c | 87 struct mtk_scp *scp = mdp->scp; in mdp_vpu_register() local 154 int mdp_vpu_dev_init(struct mdp_vpu_dev *vpu, struct mtk_scp *scp, in mdp_vpu_dev_init()
|
A D | mtk-mdp3-vpu.h | 53 struct mtk_scp *scp; member
|
A D | mtk-mdp3-core.h | 69 struct mtk_scp *scp; member
|
/linux-6.3-rc2/fs/ext4/ |
A D | hash.c | 122 const signed char *scp = (const signed char *) name; in dx_hack_hash_signed() local 139 const signed char *scp = (const signed char *) msg; in str2hashbuf_signed() local
|
/linux-6.3-rc2/drivers/scsi/cxlflash/ |
A D | main.c | 42 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp) in process_cmd_err() 154 struct scsi_cmnd *scp; in cmd_complete() local 195 struct scsi_cmnd *scp; in flush_pending_cmds() local 422 static u32 cmd_to_target_hwq(struct Scsi_Host *host, struct scsi_cmnd *scp, in cmd_to_target_hwq() 560 static int cxlflash_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *scp) in cxlflash_queuecommand() 2401 static int cxlflash_eh_abort_handler(struct scsi_cmnd *scp) in cxlflash_eh_abort_handler() 2447 static int cxlflash_eh_device_reset_handler(struct scsi_cmnd *scp) in cxlflash_eh_device_reset_handler() 2490 static int cxlflash_eh_host_reset_handler(struct scsi_cmnd *scp) in cxlflash_eh_host_reset_handler()
|
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/ |
A D | mtk_vcodec_fw_scp.c | 59 struct mtk_scp *scp; in mtk_vcodec_fw_scp_init() local
|
A D | mtk_vcodec_fw_priv.h | 14 struct mtk_scp *scp; member
|
/linux-6.3-rc2/drivers/net/ |
A D | eql.c | 482 static int eql_g_slave_cfg(struct net_device *dev, slave_config_t __user *scp) in eql_g_slave_cfg() 515 static int eql_s_slave_cfg(struct net_device *dev, slave_config_t __user *scp) in eql_s_slave_cfg()
|
/linux-6.3-rc2/drivers/scsi/pcmcia/ |
A D | sym53c500_cs.c | 360 struct sym53c500_cmd_priv *scp = scsi_cmd_priv(curSC); in SYM53C500_intr() local 549 struct sym53c500_cmd_priv *scp = scsi_cmd_priv(SCpnt); in SYM53C500_queue_lck() local
|
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/ |
A D | mt8186.dtsi | 613 scp: scp@10500000 { label
|
A D | mt8192.dtsi | 797 scp: scp@10500000 { label
|
A D | mt8183.dtsi | 1037 scp: scp@10500000 { label
|
A D | mt8195.dtsi | 829 scp: scp@10500000 { label
|
/linux-6.3-rc2/drivers/net/ethernet/i825xx/ |
A D | sun3_82586.c | 151 volatile struct scp_struct *scp; /* volatile is important */ member
|
/linux-6.3-rc2/drivers/tty/serial/cpm_uart/ |
A D | cpm_uart_core.c | 757 scc_t __iomem *scp; in cpm_uart_init_scc() local
|