Searched refs:passthru (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/nvme/target/
H A DMakefile14 nvmet-$(CONFIG_NVME_TARGET_PASSTHRU) += passthru.o
/linux-master/sound/pci/ctxfi/
H A Dctdaio.h66 unsigned int passthru:1; member in struct:dao_desc
93 unsigned int passthru:1; member in struct:daio_desc
H A Dctdaio.c414 conf = (desc->msr & 0x7) | (desc->passthru << 3);
457 dsc.passthru = desc->passthru;
H A Dctatc.c1121 da_dsc.passthru = state ? 1 : 0;
/linux-master/include/uapi/sound/
H A Dhdsp.h54 unsigned char passthru; member in struct:hdsp_config_info
H A Dhdspm.h60 unsigned int passthru; member in struct:hdspm_config
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v3.c259 | (op->u.passthru.bit_mod << REQ1_PT_BW_SHIFT)
260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT);
272 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
573 .passthru = ccp_perform_passthru,
H A Dccp-dev.h552 struct ccp_passthru_op passthru; member in union:ccp_op::__anon115
658 int (*passthru)(struct ccp_op *); member in struct:ccp_actions
H A Dccp-dev-v5.c512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap;
513 CCP_PT_BITWISE(&function) = op->u.passthru.bit_mod;
527 if (op->u.passthru.bit_mod != CCP_PASSTHRU_BITWISE_NOOP)
1104 .passthru = ccp5_perform_passthru,
H A Dccp-ops.c456 op.u.passthru.byte_swap = byte_swap;
458 return cmd_q->ccp->vdata->perform->passthru(&op);
523 * swap passthru option to convert from big endian to little
545 * passthru option to convert from big endian to little endian.
963 * swap passthru option to convert from big endian to little
985 * passthru option to convert from big endian to little endian.
1172 * Use the 256-bit byte swap passthru option to convert from
1347 * swap passthru option to convert from big endian to little endian.
1387 * passthru option to convert from big endian to little endian.
1969 struct ccp_passthru_engine *pt = &cmd->u.passthru;
[all...]
/linux-master/drivers/dma/ptdma/
H A Dptdma-dmaengine.c60 pt_engine = &pt_cmd->passthru;
198 pt_engine = &pt_cmd->passthru;
H A Dptdma.h151 * @engine: PTDMA operation to perform (passthru)
153 * @passthru: engine specific structures, refer to specific engine struct below
169 struct pt_passthru_engine passthru; member in struct:pt_cmd
/linux-master/include/linux/
H A Dccp.h387 * ccp_passthru_bitwise - type of bitwise passthru operation
405 * ccp_passthru_byteswap - type of byteswap passthru operation
657 struct ccp_passthru_engine passthru; member in union:ccp_cmd::__anon2547
/linux-master/sound/pci/rme9652/
H A Drme9652.c227 int passthru; /* non-zero if doing pass-thru */ member in struct:snd_rme9652
550 rme9652->passthru = 0;
603 rme9652->passthru = 1;
607 rme9652->passthru = 0;
1282 ucontrol->value.integer.value[0] = rme9652->passthru;
1299 change = (ucontrol->value.integer.value[0] != rme9652->passthru);
1565 rme9652->passthru ? "yes" : "no");
1789 rme9652->passthru = 0;
H A Dhdspm.c6273 info.passthru = 0;
/linux-master/sound/soc/intel/skylake/
H A Dskl-debug.c133 mconfig->pipe->passthru ? "true" : "false");
H A Dskl-topology.h329 bool passthru; member in struct:skl_pipe
H A Dskl-pcm.c593 if (mconfig && !mconfig->pipe->passthru &&
H A Dskl-topology.c1565 if (pipe->passthru) {
3703 pipe->passthru = true;
3705 pipe->passthru = false;
/linux-master/drivers/scsi/
H A D3w-xxxx.c104 Add ioctl support for direct ATA command passthru.
179 1.02.00.037 - Fix tw_ioctl() to handle all non-data ATA passthru cmds
887 TW_Passthru *passthru; local
927 passthru = (TW_Passthru *)&tw_ioctl->firmware_command;
977 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl);
978 passthru->sg_list[0].length = data_buffer_length_adjusted;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h57 * 2 for BSG passthru
701 struct ibmvfc_passthru_mad passthru; member in union:ibmvfc_iu
H A Dibmvfc.c2100 dev_info(vhost->dev, "Cancelling passthru command to port id 0x%lx\n",
2269 mad = &evt->iu.passthru;
2305 if (rsp_iu.passthru.common.status)
4355 struct ibmvfc_passthru_mad *mad = &evt->xfer_iu->passthru;
4506 * @mad: ibmvfc passthru mad struct
4533 struct ibmvfc_passthru_mad *mad = &evt->xfer_iu->passthru;
4568 * ibmvfc_init_passthru - Initialize an event struct for FC passthru
4574 struct ibmvfc_passthru_mad *mad = &evt->iu.passthru;
4716 mad = &evt->iu.passthru;

Completed in 274 milliseconds