Home
last modified time | relevance | path

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

12

/linux/drivers/pmdomain/mediatek/
H 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() local
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/
H 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
H 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
H A Dmegaraid_sas_fusion.c2274 struct scsi_cmnd *scp, in megasas_make_sgl_fusion()
2350 int megasas_make_sgl(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl()
2389 struct IO_REQUEST_INFO *io_info, struct scsi_cmnd *scp, in megasas_set_pd_lba()
2730 struct scsi_cmnd *scp, in megasas_build_ldio_fusion()
3204 struct scsi_cmnd *scp, in megasas_build_io_fusion()
H A Dmegaraid_sas_base.c1261 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl32()
1290 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_make_sgl64()
1320 struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) in megasas_make_sgl_skinny()
1409 megasas_build_dcdb(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_dcdb()
1508 megasas_build_ldio(struct megasas_instance *instance, struct scsi_cmnd *scp, in megasas_build_ldio()
/linux/drivers/scsi/
H A Dscsi_debug.c1367 static void mk_sense_invalid_fld(struct scsi_cmnd *scp, in mk_sense_invalid_fld()
1407 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) in mk_sense_buffer()
1425 static void mk_sense_info_tape(struct scsi_cmnd *scp, int key, int asc, int asq, in mk_sense_info_tape()
1448 static void mk_sense_invalid_opcode(struct scsi_cmnd *scp) in mk_sense_invalid_opcode()
1540 static int make_ua(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in make_ua()
1633 static int fill_from_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fill_from_dev_buffer()
1656 static int p_fill_from_dev_buffer(struct scsi_cmnd *scp, const void *arr, in p_fill_from_dev_buffer()
1681 static int fetch_to_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fetch_to_dev_buffer()
2065 static int resp_inquiry(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_inquiry()
2235 static int resp_requests(struct scsi_cmnd *scp, in resp_requests()
[all …]
H 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()
H A Dhptiop.h250 struct scsi_cmnd *scp; member
260 #define HPT_SCP(scp) ((struct hpt_cmd_priv *)scsi_cmd_priv(scp)) argument
H A Dadvansys.c3600 static void asc_scsi_done(struct scsi_cmnd *scp) in asc_scsi_done()
5901 struct scsi_cmnd *scp; in adv_isr_callback() local
6676 struct scsi_cmnd *scp; in asc_isr_callback() local
7019 static int advansys_reset(struct scsi_cmnd *scp) in advansys_reset()
7409 static __le32 asc_get_sense_buffer_dma(struct scsi_cmnd *scp) in asc_get_sense_buffer_dma()
7423 static int asc_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, in asc_build_req()
7542 ADV_SCSI_REQ_Q *scsiqp, struct scsi_cmnd *scp, int use_sg) in adv_get_sglist()
7647 adv_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, in adv_build_req()
8380 static int asc_execute_scsi_cmnd(struct scsi_cmnd *scp) in asc_execute_scsi_cmnd()
8466 static int advansys_queuecommand_lck(struct scsi_cmnd *scp) in advansys_queuecommand_lck()
/linux/drivers/media/platform/mediatek/mdp3/
H 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()
H A Dmtk-mdp3-vpu.h43 struct mtk_scp *scp; member
/linux/include/linux/
H A Dsrcutree.h245 struct srcu_ctr __percpu *scp = READ_ONCE(ssp->srcu_ctrp); in __srcu_read_lock_fast() local
271 static inline void __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast()
293 struct srcu_ctr __percpu *scp = READ_ONCE(ssp->srcu_ctrp); in __srcu_read_lock_lite() local
H A Dsrcu.h413 static inline void srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in srcu_read_unlock_fast()
429 static inline void srcu_up_read_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in srcu_up_read_fast()
/linux/fs/ext4/
H 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/net/
H 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/
H A Dmtk_vcodec_fw_priv.h15 struct mtk_scp *scp; member
/linux/drivers/scsi/pcmcia/
H 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/kernel/rcu/
H A Drefscale.c222 struct srcu_ctr __percpu *scp; in srcu_fast_ref_scale_read_section() local
233 struct srcu_ctr __percpu *scp; in srcu_fast_ref_scale_delay_section() local
H A Dsrcutree.c752 struct srcu_ctr __percpu *scp = READ_ONCE(ssp->srcu_ctrp); in __srcu_read_lock() local
782 struct srcu_ctr *scp = raw_cpu_ptr(scpp); in __srcu_read_lock_nmisafe() local
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183.dtsi1036 scp: scp@10500000 { label
H A Dmt8192.dtsi933 scp: scp@10500000 { label
H A Dmt8195.dtsi932 scp: scp@10500000 { label
/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c152 volatile struct scp_struct *scp; /* volatile is important */ member
H A Dlib82596.c300 struct i596_scp scp __attribute__((aligned(32))); member
/linux/drivers/tty/serial/
H A Dcpm_uart.c753 scc_t __iomem *scp; in cpm_uart_init_scc() local

12