Searched defs:cmd (Results 251 - 275 of 2055) sorted by relevance

<<11121314151617181920>>

/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c49 __u32 cmd[6]; local
51 cmd[0] = (GDC_TYPE_SETREGISTER << 24) | (1 << 16) | GDC_REG_MODE_BITMAP;
53 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9);
54 cmd[2] = GDC_TYPE_BLTCOPYP << 24;
57 cmd[2] |= GDC_CMD_BLTCOPY_TOP_LEFT << 16;
59 cmd[2] |= GDC_CMD_BLTCOPY_BOTTOM_LEFT << 16;
61 cmd[2] |= GDC_CMD_BLTCOPY_TOP_RIGHT << 16;
63 cmd[2] |= GDC_CMD_BLTCOPY_BOTTOM_RIGHT << 16;
65 cmd[3] = (area->sy << 16) | area->sx;
66 cmd[
75 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
124 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
163 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
192 u32 *cmd = NULL; local
261 u32 cmd[7]; local
[all...]
/drivers/w1/slaves/
H A Dw1_ds2760.c72 static int w1_ds2760_eeprom_cmd(struct device *dev, int addr, int cmd) argument
82 w1_write_8(sl->master, cmd);
/drivers/w1/
H A Dw1_netlink.h124 * @cmd: one of enum w1_commands
134 __u8 cmd; member in struct:w1_netlink_cmd
/drivers/watchdog/
H A Dat91rm9200_wdt.c137 unsigned int cmd, unsigned long arg)
143 switch (cmd) {
136 at91_wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
H A Dindydog.c102 static long indydog_ioctl(struct file *file, unsigned int cmd, argument
112 switch (cmd) {
H A Diop_wdt.c136 unsigned int cmd, unsigned long arg)
142 switch (cmd) {
135 iop_wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
H A Dixp4xx_wdt.c101 static long ixp4xx_wdt_ioctl(struct file *file, unsigned int cmd, argument
107 switch (cmd) {
H A Dm54xx_wdt.c120 static long m54xx_wdt_ioctl(struct file *file, unsigned int cmd, argument
126 switch (cmd) {
H A Dmeson_wdt.c52 void *cmd)
51 meson_restart_handle(struct notifier_block *this, unsigned long mode, void *cmd) argument
H A Dmoxart_wdt.c38 unsigned long mode, void *cmd)
37 moxart_restart_handle(struct notifier_block *this, unsigned long mode, void *cmd) argument
H A Dmtx-1_wdt.c140 static long mtx1_wdt_ioctl(struct file *file, unsigned int cmd, argument
151 switch (cmd) {
H A Driowd.c88 static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
100 switch (cmd) {
H A Dsbc_epx_c3.c105 static long epx_c3_ioctl(struct file *file, unsigned int cmd, argument
116 switch (cmd) {
H A Dsbc_fitpc2_wdt.c120 static long fitpc2_wdt_ioctl(struct file *file, unsigned int cmd, argument
126 switch (cmd) {
H A Dwatchdog_dev.c254 * @cmd: watchdog command
258 static int watchdog_ioctl_op(struct watchdog_device *wddev, unsigned int cmd, argument
273 err = wddev->ops->ioctl(wddev, cmd, arg);
325 * @cmd: watchdog command
332 static long watchdog_ioctl(struct file *file, unsigned int cmd, argument
341 err = watchdog_ioctl_op(wdd, cmd, arg);
345 switch (cmd) {
H A Dwdt285.c139 static long watchdog_ioctl(struct file *file, unsigned int cmd, argument
145 switch (cmd) {
/drivers/ata/
H A Dacard-ahci.c340 u32 cmd = readl(port_mmio + PORT_CMD); local
341 if (cmd & PORT_CMD_FBSCP)
H A Dlibata.h37 struct scsi_cmnd *cmd; member in struct:ata_scsi_args
79 extern unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd);
151 extern unsigned long ata_internal_cmd_timeout(struct ata_device *dev, u8 cmd);
152 extern void ata_internal_cmd_timed_out(struct ata_device *dev, u8 cmd);
155 extern enum blk_eh_timer_return ata_scsi_timed_out(struct scsi_cmnd *cmd);
/drivers/atm/
H A Datmtcp.c156 static int atmtcp_v_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) argument
163 if (cmd != ATM_SETCIRANGE) return -ENOIOCTLCMD;
444 static int atmtcp_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) argument
449 if (cmd != SIOCSIFATMTCP && cmd != ATMTCP_CREATE && cmd != ATMTCP_REMOVE)
455 switch (cmd) {
H A Dsuni.c255 static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) argument
257 switch (cmd) {
260 return fetch_stats(dev, arg, cmd == SONET_GETSTATZ);
/drivers/block/aoe/
H A Daoeblk.c313 aoeblk_ioctl(struct block_device *bdev, fmode_t mode, uint cmd, ulong arg) argument
326 if (cmd == HDIO_GET_IDENTITY) {
334 if (cmd != SG_IO)
335 pr_info("aoe: unknown ioctl 0x%x\n", cmd);
/drivers/block/
H A Dida_ioctl.h52 __u8 cmd; member in struct:__anon332
H A Dsmart1,2.h245 unsigned long cmd; local
250 cmd = inl(h->io_mem_addr + SMART1_COMPLETE_ADDR);
258 if (cmd) ((cmdlist_t*)bus_to_virt(cmd))->req.hdr.rcode = status;
260 cmd = 0;
262 return cmd;
/drivers/block/rsxx/
H A Ddev.c70 unsigned int cmd,
75 switch (cmd) {
68 rsxx_blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) argument
/drivers/bluetooth/
H A Dhci_ldisc.c507 * cmd IOCTL command code
508 * arg argument for IOCTL call (cmd dependent)
513 unsigned int cmd, unsigned long arg)
524 switch (cmd) {
558 err = n_tty_ioctl_helper(tty, file, cmd, arg);
512 hci_uart_tty_ioctl(struct tty_struct *tty, struct file * file, unsigned int cmd, unsigned long arg) argument

Completed in 211 milliseconds

<<11121314151617181920>>