/drivers/block/ |
D | DAC960.c | 317 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures() local 331 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures() 333 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures() 334 Command->Controller = Controller; in DAC960_CreateAuxiliaryStructures() 335 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures() 336 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures() 337 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures() 354 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures() 355 Command->V1.ScatterGatherList = in DAC960_CreateAuxiliaryStructures() 357 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures() [all …]
|
D | DAC960.h | 2332 void (*QueueCommand)(DAC960_Command_T *Command); 2336 void (*QueueReadWriteCommand)(DAC960_Command_T *Command); 2492 #define DAC960_QueueCommand(Command) \ argument 2493 (Controller->QueueCommand)(Command) 2500 #define DAC960_QueueReadWriteCommand(Command) \ argument 2501 (Controller->QueueReadWriteCommand)(Command)
|
/drivers/usb/serial/ |
D | io_edgeport.h | 63 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8)) argument 73 int Command; member
|
/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 | 971 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 975 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_controller() 1018 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1035 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1053 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1061 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller() 1199 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1203 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_plci() 1209 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1228 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() [all …]
|
/drivers/scsi/aacraid/ |
D | dpcsup.c | 110 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_response_normal() 412 if (hwfib->header.Command == in aac_intr_normal()
|
D | commctrl.c | 132 if (kfib->header.Command == cpu_to_le16(TakeABreakPt)) { in ioctl_send_fib() 140 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr, in ioctl_send_fib()
|
D | aacraid.h | 702 __le16 Command; /* Routing information for the destination */ member 1456 __le32 Command; /* VM_Ioctl */ member
|
D | commsup.c | 584 hw_fib->header.Command = cpu_to_le16(command); in aac_fib_send() 614 dprintk((KERN_DEBUG " Command = %d.\n", le32_to_cpu(hw_fib->header.Command))); in aac_fib_send()
|
D | src.c | 505 (native_hba || fib->hw_fib_va->header.Command != AifRequest)) { in aac_src_deliver_message()
|
/drivers/video/fbdev/omap2/omapfb/displays/ |
D | Kconfig | 43 tristate "Generic DSI Command Mode Panel"
|
/drivers/message/fusion/lsi/ |
D | mpi_raid.h | 233 U8 Command[10]; member
|
/drivers/gpu/drm/omapdrm/displays/ |
D | Kconfig | 43 tristate "Generic DSI Command Mode Panel"
|
/drivers/usb/gadget/udc/ |
D | goku_udc.h | 150 u32 Command; /* 0x340 */ member
|
D | goku_udc.c | 89 writel(COMMAND_EP(epnum) | command, ®s->Command); in command()
|
/drivers/usb/atm/ |
D | Kconfig | 50 install firmwares and CMV (Command Management Variables); see
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 19 device when Tagged Command Queueing (TCQ) is enabled on that device.
|
D | Kconfig.aic7xxx | 24 device when Tagged Command Queueing (TCQ) is enabled on that device.
|
D | aic79xx.reg | 445 * Device Space Command 0 1316 * Command Length Pointer 1354 * Command Pointer 1389 * Command Aborted Byte Pointer 1402 * Command Aborted Bit Pointer 1481 * Maximum Command Counter 1513 * Command Reserved 0
|
/drivers/scsi/ |
D | 53c700.scr | 29 ABSOLUTE CommandAddress = 0 ; Addr of Command
|
D | 53c700_d.h_shipped | 32 ABSOLUTE CommandAddress = 0 ; Addr of Command
|
/drivers/mtd/ |
D | Kconfig | 77 tristate "Command line partition table parsing"
|
/drivers/isdn/i4l/ |
D | isdn_tty.c | 781 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_suspend() 871 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_resume() 965 cmd.parm.cmsg.Command = CAPI_MANUFACTURER; in isdn_tty_send_msg()
|
D | isdn_common.c | 403 switch (cm->Command) { in isdn_capi_rec_hl_msg()
|
/drivers/char/ |
D | Kconfig | 443 (ttySx) and is compatible with the Hayes AT Command Set.
|