Searched refs:command (Results 276 - 300 of 602) sorted by relevance

<<11121314151617181920>>

/drivers/media/video/tm6000/
H A Dtm6000.h304 int tm6000_tuner_callback(void *ptr, int component, int command, int arg);
305 int tm6000_xc5000_callback(void *ptr, int component, int command, int arg);
/drivers/net/arcnet/
H A Darc-rimi.c47 static void arcrimi_command(struct net_device *dev, int command);
199 lp->hw.command = arcrimi_command;
H A Dcom20020.c49 static void com20020_command(struct net_device *dev, int command);
112 /* must now write the magic "restart operation" command */
173 lp->hw.command = com20020_command;
192 /* must now write the magic "restart operation" command */
H A Dcom90io.c47 static void com90io_command(struct net_device *dev, int command);
253 lp->hw.command = com90io_command;
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.h467 __le32 command; member in struct:iwm_umac_pmkid_update
505 struct cfg80211_pmksa *pmksa, u32 command);
/drivers/scsi/aacraid/
H A Ddpcsup.c45 * aac_response_normal - Handle command replies
167 * let us know there is a command on our normal priority queue. We will
264 cmd->command = cpu_to_le32(AifReqEvent);
276 * aac_intr_normal - Handle command replies
336 cmd->command = cpu_to_le32(AifReqEvent);
/drivers/usb/host/
H A Doxu210hp.h92 u32 command; member in struct:ehci_regs
422 u32 command; member in struct:oxu_hcd
H A Dehci-q.c984 u32 cmd = ehci_readl(ehci, &ehci->regs->command);
991 ehci_writel(ehci, cmd, &ehci->regs->command);
1207 int cmd = ehci_readl(ehci, &ehci->regs->command);
1226 &ehci->regs->command);
1257 ehci_writel(ehci, cmd, &ehci->regs->command);
1258 (void)ehci_readl(ehci, &ehci->regs->command);
H A Dxhci-hub.c264 * It issues stop endpoint command for EP 0 to 30. And wait the last command
266 * suspend will set to 1, if suspend bit need to set in command.
281 xhci_dbg(xhci, "Couldn't allocate command structure.\n");
296 /* Wait for last stop endpoint command to finish */
301 xhci_warn(xhci, "%s while waiting for stop endpoint command\n",
1018 temp = xhci_readl(xhci, &xhci->op_regs->command);
1020 xhci_writel(xhci, temp, &xhci->op_regs->command);
1083 (void) xhci_readl(xhci, &xhci->op_regs->command);
1087 temp = xhci_readl(xhci, &xhci->op_regs->command);
[all...]
/drivers/usb/misc/
H A Didmouse.c64 #define ftip_command(dev, command, value, index) \
65 usb_control_msg (dev->udev, usb_sndctrlpipe (dev->udev, 0), command, \
147 /* initialize the sensor - sending this command twice */
156 /* start the readout - sending this command twice */
/drivers/mtd/nand/
H A Dfsl_elbc_nand.c70 unsigned int read_bytes; /* Number of bytes read during command */
207 * execute FCM command and wait for it to complete
247 "command failed: fir %x fcr %x status %x mdr %x\n",
259 * if command was a full page read and the ELBC
306 static void fsl_elbc_cmdfunc(struct mtd_info *mtd, unsigned int command, argument
319 if (command != NAND_CMD_PAGEPROG)
322 switch (command) {
361 dev_vdbg(priv->dev, "fsl_elbc_cmdfunc: NAND_CMD %x\n", command);
366 out_be32(&lbc->fcr, command << FCR_CMD0_SHIFT);
517 "fsl_elbc_cmdfunc: error, unsupported command
[all...]
/drivers/net/appletalk/
H A Dltpc.c79 * Added support for passing configuration parameters on the kernel command
162 * Return shortDDP to longDDP fake to 0/0. Added command structs.
255 /* DMA data buffer, DMA command buffer */
270 /* command buffer */
299 printk("enqueued a 0x%02x command\n",qel->cbuf[0]);
318 printk(KERN_DEBUG "ltpc: dequeued command ");
367 /* read a command from the card */
467 /* on entry, 0xfa and ltdmacbuf holds command */
485 /* ready made command for getting the result from the card */
531 /* incoming command */
[all...]
/drivers/net/wireless/libertas/
H A Dmesh.c21 * Mesh command handling
31 cmd->hdr.command = cpu_to_le16(CMD_MESH_ACCESS);
48 u16 command = CMD_MESH_CONFIG_OLD; local
57 command = CMD_MESH_CONFIG |
60 cmd->hdr.command = cpu_to_le16(command);
67 ret = lbs_cmd_with_response(priv, command, cmd);
824 * command
834 /* 5.110.22 have mesh command with 0xa3 command i
[all...]
/drivers/s390/char/
H A Dsclp.c118 sclp_service_call(sclp_cmdw_t command, void *sccb) argument
126 : "=&d" (cc) : "d" (command), "a" (__pa(sccb))
193 rc = sclp_service_call(req->command, req->sccb);
367 sclp_read_req.command = SCLP_CMDW_READ_EVENT_DATA;
676 sclp_init_req.command = SCLP_CMDW_WRITE_EVENT_MASK;
868 /* Prepare init mask command */
877 rc = sclp_service_call(sclp_init_req.command, sccb);
/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c298 u_int command; local
351 command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
352 command |= PCIM_CMD_BUSMASTEREN;
353 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
398 ahd->suspend_state.pci_state.command =
411 ahd->suspend_state.pci_state.command, /*bytes*/1);
H A Daic7xxx_pci.c714 u_int command; local
766 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
767 command |= PCIM_CMD_BUSMASTEREN;
769 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
936 ahc->bus_softc.pci_softc.command =
2031 ahc->bus_softc.pci_softc.command, /*bytes*/1);
2294 u_int command; local
2305 command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
2306 command |= PCIM_CMD_MWRICEN;
2307 ahc_pci_write_config(pci, PCIR_COMMAND, command, /*byte
[all...]
/drivers/tty/serial/
H A Dsb1250-duart.c549 unsigned int command; local
612 command = M_DUART_RX_EN;
614 command = M_DUART_RX_DIS;
624 command |= M_DUART_TX_DIS;
626 command |= M_DUART_TX_EN;
641 write_sbdchn(sport, R_DUART_CMD, command);
/drivers/isdn/hisax/
H A Dcallc.c174 HL_LL(struct Channel *chanp, int command) argument
179 ic.command = command;
194 ic.command = ISDN_STAT_CAUSE;
229 ic.command = ((chanp->chan < 2) ? ISDN_STAT_ICALL : ISDN_STAT_ICALLW);
315 ic.command = ISDN_STAT_BCONN;
346 ic.command = ((chanp->chan < 2) ? ISDN_STAT_ICALL : ISDN_STAT_ICALLW);
468 ic.command = ISDN_STAT_CAUSE;
686 ic.command = ISDN_STAT_CINF;
729 ic.command
[all...]
/drivers/isdn/i4l/
H A Disdn_common.c332 * Intercept command from Linklevel to Lowlevel.
341 printk(KERN_WARNING "isdn_command command(%x) driver -1\n", cmd->command);
345 printk(KERN_WARNING "isdn_command command(%x) dev->drv[%d] NULL\n",
346 cmd->command, cmd->driver);
350 printk(KERN_WARNING "isdn_command command(%x) dev->drv[%d]->interface NULL\n",
351 cmd->command, cmd->driver);
354 if (cmd->command == ISDN_CMD_SETL2) {
378 return dev->drv[cmd->driver]->interface->command(cmd);
390 cmd.command
[all...]
H A Disdn_tty.c3 * Linux ISDN subsystem, tty functions and AT-command emulator (linklevel).
639 cmd.command = ISDN_CMD_CLREAZ;
643 cmd.command = ISDN_CMD_SETEAZ;
646 cmd.command = ISDN_CMD_SETL2;
651 cmd.command = ISDN_CMD_SETL3;
667 cmd.command = ISDN_CMD_DIAL;
733 cmd.command = ISDN_CMD_HANGUP;
788 cmd.command = CAPI_PUT_MESSAGE;
798 * It does the same things like isdn_tty_dial, the last command
850 cmd.command
[all...]
/drivers/tty/
H A Dn_gsm.c171 * flow (and with a higher link priority). One command can be outstanding
179 u8 *data; /* Data for the command in case we retransmit */
254 struct gsm_control *pending_cmd;/* Our current pending command */
255 spinlock_t control_lock; /* Protects the pending command */
563 * @cr: command/response bit
626 * gsm_command - send a control command
631 * Format up and transmit a link level command frame.
995 * @cmd: the command to use
1031 /* The modem status command can either contain one octet (v.24 signals)
1075 * @data: data following command
1189 gsm_control_message(struct gsm_mux *gsm, unsigned int command, u8 *data, int clen) argument
1257 gsm_control_response(struct gsm_mux *gsm, unsigned int command, u8 *data, int clen) argument
1345 gsm_control_send(struct gsm_mux *gsm, unsigned int command, u8 *data, int clen) argument
1588 unsigned int command = 0; local
[all...]
/drivers/isdn/hardware/eicon/
H A Dmessage.c260 word command; member in struct:_ftable
425 || (msg->header.command == (_DISCONNECT_I | RESPONSE)))
427 || (msg->header.command == (_DISCONNECT_B3_I | RESPONSE))
465 if (msg->header.command == _DATA_B3_R)
480 if ((((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.command == _DATA_B3_R)
517 plci->command = msg->header.command;
524 msg->header.command, plci->req_in, plci->internal_command,
532 if (m->header.command == _DATA_B3_R)
551 dbug(1, dprintf("com=%x", msg->header.command));
3438 word command; local
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c118 3) compile de4x5.c, but include -DMODULE in the command line to ensure
309 Fix boot command probe bug in alloc_device() as
373 a module's command line or a compiled in #define.
585 ** Allow per adapter set up. For modules this is simply a command line
959 static void srom_latch(u_int command, u_long address);
960 static void srom_command(u_int command, u_long address);
961 static void srom_address(u_int command, u_long address, u_char offset);
962 static short srom_data(u_int command, u_long address);
963 /*static void srom_busy(u_int command, u_long address);*/
964 static void sendto_srom(u_int command, u_lon
4222 srom_latch(u_int command, u_long addr) argument
4230 srom_command(u_int command, u_long addr) argument
4238 srom_address(u_int command, u_long addr, u_char offset) argument
4252 srom_data(u_int command, u_long addr) argument
4286 sendto_srom(u_int command, u_long addr) argument
4905 sendto_mii(u32 command, int data, u_long ioaddr) argument
4917 getfrom_mii(u32 command, u_long ioaddr) argument
[all...]
/drivers/ata/
H A Dlibata-core.c494 * atapi_cmd_type - Determine ATAPI command type from SCSI opcode
497 * Determine ATAPI command type from @opcode.
535 * @is_cmd: This FIS is for command
551 fis[2] = tf->command;
588 tf->command = fis[2]; /* status */
636 * @tf: command to examine and configure
669 tf->command = cmd;
760 tf->command = ATA_CMD_FPDMA_WRITE;
762 tf->command = ATA_CMD_FPDMA_READ;
1207 * 0 on success, -EACCES if command i
1548 u8 command = tf->command; local
[all...]
/drivers/scsi/
H A Dibmmca.c87 #define IM_IMM_CMD 0x10 /*immediate command */
88 #define IM_SCB 0x30 /*Subsystem Control Block command */
89 #define IM_LONG_SCB 0x40 /*long Subsystem Control Block command */
114 /*immediate commands (word written into low 2 bytes of command reg) */
124 unsigned short command; /*command word (read, etc.) */ member in struct:im_scb
139 unsigned char scsi_command[12]; /*other scsi command */
149 /*structure returned by a get_pos_info command: */
173 /*values for SCB command word */
174 #define IM_NO_SYNCHRONOUS 0x0040 /*flag for any command */
[all...]

Completed in 2092 milliseconds

<<11121314151617181920>>