Home
last modified time | relevance | path

Searched defs:scp (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/remoteproc/
A Dmtk_scp.c62 void scp_put(struct mtk_scp *scp) in scp_put()
82 struct mtk_scp *scp = priv; in scp_init_ipi_handler() local
282 struct mtk_scp *scp = priv; in scp_irq_handler() local
663 struct mtk_scp *scp = rproc->priv; in scp_load() local
689 struct mtk_scp *scp = rproc->priv; in scp_parse_fw() local
706 struct mtk_scp *scp = rproc->priv; in scp_start() local
799 struct mtk_scp *scp = rproc->priv; in scp_da_to_va() local
908 struct mtk_scp *scp = rproc->priv; in scp_stop() local
1102 struct mtk_scp *scp; in scp_rproc_init() local
1212 struct mtk_scp *scp; in scp_add_single_core() local
[all …]
A Dmtk_scp_ipi.c32 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/drivers/pmdomain/mediatek/
A Dmtk-scpsys.c137 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
429 struct scp *scp; in init_scp() local
[all …]
/linux/drivers/scsi/megaraid/
A Dmega_common.h69 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 Dmegaraid_mbox.c1274 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 Dmegaraid_sas_fusion.c2271 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 Dmegaraid_sas_base.c1262 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/drivers/scsi/
A Dscsi_debug.c2108 static int resp_requests(struct scsi_cmnd *scp, in resp_requests()
2217 static int resp_readcap(struct scsi_cmnd *scp, in resp_readcap()
2236 static int resp_readcap16(struct scsi_cmnd *scp, in resp_readcap16()
2510 static int resp_rsup_tmfs(struct scsi_cmnd *scp, in resp_rsup_tmfs()
2734 static int resp_mode_sense(struct scsi_cmnd *scp, in resp_mode_sense()
3041 static int resp_log_sense(struct scsi_cmnd *scp, in resp_log_sense()
4334 static int resp_write_scat(struct scsi_cmnd *scp, in resp_write_scat()
4922 static int resp_pre_fetch(struct scsi_cmnd *scp, in resp_pre_fetch()
5643 struct scsi_cmnd *scp = sqcp->scmd; in sdebug_q_cmd_complete() local
8242 static bool fake_timeout(struct scsi_cmnd *scp) in fake_timeout()
[all …]
A Dhptiop.c719 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 Dhptiop.h250 struct scsi_cmnd *scp; member
260 #define HPT_SCP(scp) ((struct hpt_cmd_priv *)scsi_cmd_priv(scp)) argument
/linux/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-vpu.c126 struct mtk_scp *scp = mdp->scp; in mdp_vpu_register() local
193 int mdp_vpu_dev_init(struct mdp_vpu_dev *vpu, struct mtk_scp *scp, in mdp_vpu_dev_init()
A Dmtk-mdp3-vpu.h43 struct mtk_scp *scp; member
A Dmtk-mdp3-core.h121 struct mtk_scp *scp; member
/linux/fs/ext4/
A Dhash.c122 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/drivers/scsi/cxlflash/
A Dmain.c47 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp) in process_cmd_err()
159 struct scsi_cmnd *scp; in cmd_complete() local
200 struct scsi_cmnd *scp; in flush_pending_cmds() local
427 static u32 cmd_to_target_hwq(struct Scsi_Host *host, struct scsi_cmnd *scp, in cmd_to_target_hwq()
565 static int cxlflash_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *scp) in cxlflash_queuecommand()
2406 static int cxlflash_eh_abort_handler(struct scsi_cmnd *scp) in cxlflash_eh_abort_handler()
2452 static int cxlflash_eh_device_reset_handler(struct scsi_cmnd *scp) in cxlflash_eh_device_reset_handler()
2495 static int cxlflash_eh_host_reset_handler(struct scsi_cmnd *scp) in cxlflash_eh_host_reset_handler()
/linux/drivers/net/
A Deql.c482 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/drivers/media/platform/mediatek/vcodec/common/
A Dmtk_vcodec_fw_scp.c60 struct mtk_scp *scp; in mtk_vcodec_fw_scp_init() local
A Dmtk_vcodec_fw_priv.h15 struct mtk_scp *scp; member
/linux/drivers/scsi/pcmcia/
A Dsym53c500_cs.c360 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/arch/arm64/boot/dts/mediatek/
A Dmt8188.dtsi1310 scp: scp@10500000 { label
A Dmt8183.dtsi1035 scp: scp@10500000 { label
A Dmt8192.dtsi933 scp: scp@10500000 { label
A Dmt8186.dtsi1147 scp: scp@10500000 { label
/linux/drivers/net/ethernet/i825xx/
A Dsun3_82586.c152 volatile struct scp_struct *scp; /* volatile is important */ member
/linux/drivers/tty/serial/
A Dcpm_uart.c753 scc_t __iomem *scp; in cpm_uart_init_scc() local

Completed in 145 milliseconds

12