Searched refs:ocp (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c290 struct efct_scsi_tgt_io *ocp = local
292 struct efct_io *io = container_of(ocp, struct efct_io, tgt_io);
310 struct efct_scsi_tgt_io *ocp = local
312 struct efct_io *io = container_of(ocp, struct efct_io, tgt_io);
316 if (ocp->rsp_sent)
320 ocp->aborting = true;
321 ocp->err = EFCT_SCSI_STATUS_ABORTED;
328 struct efct_scsi_tgt_io *ocp = local
330 struct efct_io *io = container_of(ocp, struct efct_io, tgt_io);
355 struct efct_scsi_tgt_io *ocp local
365 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
378 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
394 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
420 struct efct_scsi_tgt_io *ocp = local
465 struct efct_scsi_tgt_io *ocp = local
535 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
573 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
655 struct efct_scsi_tgt_io *ocp = local
688 struct efct_scsi_tgt_io *ocp = local
1323 struct efct_scsi_tgt_io *ocp = &io->tgt_io; local
1402 struct efct_scsi_tgt_io *ocp = &tmfio->tgt_io; local
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_olt.c84 struct vxfs_oltcommon *ocp = local
87 switch (fs32_to_cpu(infp, ocp->olt_type)) {
96 oaddr += fs32_to_cpu(infp, ocp->olt_size);
/linux-master/drivers/net/slip/
H A Dslhc.c221 * ocp is a place to put a copy if necessary.
223 * change it to ocp.
228 unsigned char *ocp, unsigned char **cpp, int compress_cid)
452 cp = ocp;
453 *cpp = ocp;
458 cp = ocp;
459 *cpp = ocp;
468 ocp[0] |= SL_TYPE_COMPRESSED_TCP;
469 return isize - hlen + deltaS + (cp - ocp);
484 memcpy(ocp, ic
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) argument
[all...]
/linux-master/include/net/
H A Dslhc_vj.h179 unsigned char *ocp, unsigned char **cpp, int compress_cid);
/linux-master/drivers/staging/pi433/
H A Drf69.c337 u8 pa_level, ocp, test_pa1, test_pa2; local
348 ocp = rf69_read_reg(spi, REG_OCP);
351 high_power = (ocp == 0x0f) && (test_pa1 == 0x5d) && (test_pa2 == 0x7c);
/linux-master/drivers/power/supply/
H A Dbq25980_charger.c25 bool ocp; member in struct:bq25980_state
597 state->ocp = (stat1 & BQ25980_STAT1_OCP_MASK) |
743 else if (state.ocp)
822 old_state.ocp != new_state->ocp ||
1169 "ti,sc-ocp-limit-microamp",
1176 dev_err(bq->dev, "SC ocp limit is out of range\n");
1193 "ti,bypass-ocp-limit-microamp",
1200 dev_err(bq->dev, "Bypass ocp limit is out of range\n");
/linux-master/drivers/regulator/
H A Dqcom_spmi-regulator.c441 const char *ocp; member in struct:spmi_regulator_data
1928 of_property_read_u32(node, "qcom,ocp-max-retries",
1930 of_property_read_u32(node, "qcom,ocp-retry-delay",
2007 spmi_regulator_vs_ocp_isr, IRQF_TRIGGER_RISING, "ocp",
2307 { "5vs1", 0x8300, "vin_5vs", "ocp-5vs1", },
2308 { "5vs2", 0x8400, "vin_5vs", "ocp-5vs2", },
2557 if (reg->ocp) {
2558 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp);

Completed in 303 milliseconds