/Linux-v4.19/drivers/block/ |
D | DAC960.c | 318 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures() local 332 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures() 334 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures() 335 Command->Controller = Controller; in DAC960_CreateAuxiliaryStructures() 336 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures() 337 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures() 338 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures() 355 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures() 356 Command->V1.ScatterGatherList = in DAC960_CreateAuxiliaryStructures() 358 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures() [all …]
|
/Linux-v4.19/Documentation/networking/ |
D | rmnet.txt | 29 Function Command / Data Reserved Pad Multiplexer ID Payload length 33 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command 50 Function Command Reserved Pad Multiplexer ID Payload length 52 Function Command name Reserved Command Type Reserved 56 Function Command data 58 Command 1 indicates disabling flow while 2 is enabling flow 60 Command types - 74 MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
|
/Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/ |
D | qcom,cmd-db.txt | 1 Command DB 4 Command DB is a database that provides a mapping between resource key and the 13 The bindings for Command DB is specified in the reserved-memory section in 26 the Command DB in memory.
|
/Linux-v4.19/scripts/gdb/linux/ |
D | proc.py | 22 class LxCmdLine(gdb.Command): 35 class LxVersion(gdb.Command): 78 class LxIOMem(gdb.Command): 92 class LxIOPorts(gdb.Command): 134 class LxMounts(gdb.Command): 201 class LxFdtDump(gdb.Command):
|
D | dmesg.py | 20 class LxDmesg(gdb.Command):
|
D | modules.py | 62 class LxLsmod(gdb.Command):
|
D | lists.py | 100 class LxListChk(gdb.Command):
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_edgeport.h | 58 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8)) argument 68 int Command; member
|
/Linux-v4.19/drivers/isdn/capi/ |
D | capiutil.c | 320 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_cmsg2message() 327 byteTLcpy(cmsg->m + 4, &cmsg->Command); in capi_cmsg2message() 393 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2cmsg() 395 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2cmsg() 426 cmsg->Command = _Command; in capi_cmsg_header() 787 byteTRcpy(cmsg->m + 4, &cmsg->Command); in capi_message2str() 789 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2str() 792 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str() 826 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_cmsg2str()
|
D | capidrv.c | 972 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 976 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_controller() 1019 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1036 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1054 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1062 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1200 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1204 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_plci() 1210 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1229 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() [all …]
|
/Linux-v4.19/fs/cifs/ |
D | smb2transport.c | 521 if ((shdr->Command == SMB2_NEGOTIATE) || in smb2_verify_signature() 522 (shdr->Command == SMB2_SESSION_SETUP) || in smb2_verify_signature() 523 (shdr->Command == SMB2_OPLOCK_BREAK) || in smb2_verify_signature() 535 shdr->Command); in smb2_verify_signature() 590 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc() 619 if ((shdr->Command != SMB2_SESSION_SETUP) && in smb2_get_mid_entry() 620 (shdr->Command != SMB2_NEGOTIATE)) in smb2_get_mid_entry() 626 if (shdr->Command != SMB2_LOGOFF) in smb2_get_mid_entry()
|
D | smb2misc.c | 48 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr() 197 command = le16_to_cpu(shdr->Command); in smb2_check_message() 223 if (shdr->Command == SMB2_NEGOTIATE) in smb2_check_message() 319 switch (shdr->Command) { in smb2_get_data_area_len() 417 if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false) in smb2_calc_size() 648 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break() 744 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
|
D | transport.c | 67 temp->command = cpu_to_le16(smb_buffer->Command); in AllocMidQEntry() 68 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in AllocMidQEntry() 526 if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && in allocate_mid() 527 (in_buf->Command != SMB_COM_NEGOTIATE)) in allocate_mid() 534 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) in allocate_mid() 1207 if (in_buf->Command == SMB_COM_TRANSACTION2) { in SendReceiveBlockingLock()
|
/Linux-v4.19/Documentation/hid/ |
D | hid-alps.txt | 25 16 wCommandRegister 0005 Identifier for Command Register 51 Command Read/Write 57 Byte1 Command Byte 65 Command Byte is read=0xD1/write=0xD2 .
|
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/ |
D | mtk-gce.txt | 4 The Global Command Engine (GCE) is used to help read/write registers with 6 vblank. The GCE can be used to implement the Command Queue (CMDQ) driver.
|
/Linux-v4.19/Documentation/gpu/ |
D | vc4.rst | 57 Memory Management and 3D Command Submission 72 :doc: Command list validator for VC4.
|
/Linux-v4.19/Documentation/scsi/ |
D | arcmsr_spec.txt | 28 ** All SCSI Command must be sent through postQ: 86 ** 0x03 : Reset (Abort all queued Command) 91 ** 0x07 : Check If Host Command Pending 112 ** (B) Command block : variable length of data including length, 116 ** 2. Command block 127 ** 3. Command code and associated data 129 ** The following are command code defined in raid controller Command 133 ** Command code 0x20--0x?? always check the password, 181 ** Command description :
|
D | ChangeLog.ips | 35 - Don't Issue Internal FFDC Command if there are Active Commands 53 - Set Sense Data for Unknown SCSI Command
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | panel-dsi-cm.txt | 1 Generic MIPI DSI Command Mode Panel
|
/Linux-v4.19/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 7 __u16 cmd; /* Command number */ 59 Command specifications. 113 Command is sent as "object_path|target_path". 169 Command is only received by clients. It contains information about
|
/Linux-v4.19/tools/perf/Documentation/ |
D | examples.txt | 82 # Overhead Command Shared Object 107 # Overhead Command Shared Object Symbol 134 # Overhead Command Shared Object
|
/Linux-v4.19/Documentation/hwmon/ |
D | hih6130 | 37 Command mode and alarms are not currently supported.
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-ns2.txt | 9 - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification.
|
/Linux-v4.19/Documentation/networking/caif/ |
D | README | 73 Command:Enumeration(1) 82 Command:Channel Setup(1)
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ipmi | 65 (RO) Displays the IPMI Command Specification Version. 88 Device ID Command' of the IPMI specification v2.0. 98 as described in section 20.8 'Get Device GUID Command' of the
|