Searched refs:Request (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dcciss_ioctl.h12 RequestBlock_struct Request; member in struct:_IOCTL32_Command_struct
20 RequestBlock_struct Request; member in struct:_BIG_IOCTL32_Command_struct
/linux-master/include/uapi/linux/
H A Dcciss_ioctl.h43 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
51 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/linux-master/drivers/scsi/
H A Dhpsa.c1138 if (!is_firmware_flash_cmd(c->Request.CDB))
1147 if (is_firmware_flash_cmd(c->Request.CDB) &&
2648 cp->Request.CDBLen = le16_to_cpu(c->io_flags) &
2652 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen);
2733 "CDB %16phN data overrun\n", cp->Request.CDB);
2750 cp->Request.CDB);
2755 cp->Request.CDB);
2760 cp->Request.CDB);
2768 cp->Request
7093 struct RequestBlock Request; member in struct:Command
[all...]
H A Dhpsa_cmd.h431 struct RequestBlock Request; member in struct:CommandList
621 * SCSI Task Management Request format for Accelerator Mode 2
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S57 * sev_es_req_cpuid - Request a CPUID value from the Hypervisor using
106 movl $0, %eax # Request CPUID[fn].EAX
113 movl $1, %eax # Request CPUID[fn].EBX
120 movl $2, %eax # Request CPUID[fn].ECX
127 movl $3, %eax # Request CPUID[fn].EDX
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h133 u32 Request; member in struct:goku_udc_regs
/linux-master/arch/arm/mach-omap1/
H A Dsleep.S178 @ Request ARM idle
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c1098 } Request = REQ_NA; local
1106 Request = REQ_256Bytes;
1129 Request = REQ_128BytesNonContiguous;
1131 Request = REQ_128BytesContiguous;
1136 Request = REQ_256Bytes;
1138 Request = REQ_128BytesContiguous;
1142 Request = REQ_256Bytes;
1144 Request = REQ_128BytesContiguous;
1146 Request = REQ_128BytesNonContiguous;
1150 Request
[all...]
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c1868 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request, argument
1881 Request,
1892 Request, USB_TYPE_VENDOR | USB_RECIP_DEVICE,
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2879 /* Request is eligible. */
6731 iocommand.Request.Type.Direction != XFER_NONE)
6733 if (iocommand.Request.CDBLen > sizeof(request.cdb))
6735 if (iocommand.Request.Type.Type != TYPE_CMD)
6738 switch (iocommand.Request.Type.Direction) {
6752 if (iocommand.Request.Type.Direction & XFER_WRITE) {
6770 memcpy(request.cdb, iocommand.Request.CDB, iocommand.Request.CDBLen);
6773 switch (iocommand.Request.Type.Direction) {
6805 put_unaligned_le32(iocommand.Request
[all...]

Completed in 455 milliseconds