Searched defs:cmd (Results 1 - 25 of 2055) sorted by last modified time

1234567891011>>

/drivers/video/fbdev/aty/
H A Dradeon_base.c857 static int radeonfb_ioctl (struct fb_info *info, unsigned int cmd, argument
865 switch (cmd) {
/drivers/video/fbdev/
H A Dau1200fb.c1240 static void set_global(u_int cmd, struct au1200_lcd_global_regs_t *pdata) argument
1270 static void get_global(u_int cmd, struct au1200_lcd_global_regs_t *pdata) argument
1414 static int au1200fb_ioctl(struct fb_info *info, unsigned int cmd, argument
1422 print_dbg("au1200fb: ioctl %d on plane %d\n", cmd, plane);
1424 if (cmd == AU1200_LCD_FB_IOCTL) {
1435 set_global(cmd, &iodata.global);
1440 get_global(cmd, &iodata.global);
H A Dauo_k190x.c182 void auok190x_send_cmdargs_nowait(struct auok190xfb_par *par, u16 cmd, argument
188 auok190x_issue_cmd(par, cmd);
209 int auok190x_send_cmdargs(struct auok190xfb_par *par, u16 cmd, argument
218 auok190x_send_cmdargs_nowait(par, cmd, argc, argv);
223 int auok190x_read_cmdargs(struct auok190xfb_par *par, u16 cmd, argument
233 auok190x_issue_cmd(par, cmd);
243 void auok190x_send_cmdargs_pixels_nowait(struct auok190xfb_par *par, u16 cmd, argument
250 auok190x_issue_cmd(par, cmd);
261 int auok190x_send_cmdargs_pixels(struct auok190xfb_par *par, u16 cmd, argument
270 auok190x_send_cmdargs_pixels_nowait(par, cmd, arg
[all...]
H A Dbroadsheetfb.c142 static void broadsheet_gpio_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, argument
150 broadsheet_gpio_issue_cmd(par, cmd);
158 static void broadsheet_mmio_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, argument
163 par->board->mmio_write(par, BS_MMIO_CMD, cmd);
177 static void broadsheet_send_cmdargs(struct broadsheetfb_par *par, u16 cmd, argument
181 broadsheet_mmio_send_cmdargs(par, cmd, argc, argv);
183 broadsheet_gpio_send_cmdargs(par, cmd, argc, argv);
235 /* cs lo, dc lo for cmd, we lo for each data, db as usual */
264 /* cs lo, dc lo for cmd, we lo for each data, db as usual */
H A Dbw2.c172 static int bw2_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
174 return sbusfb_ioctl_helper(cmd, arg, info,
H A Dcg14.c275 static int cg14_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
283 switch (cmd) {
342 ret = sbusfb_ioctl_helper(cmd, arg, info,
H A Dcg3.c236 static int cg3_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
238 return sbusfb_ioctl_helper(cmd, arg, info,
H A Dcg6.c600 static int cg6_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
602 return sbusfb_ioctl_helper(cmd, arg, info,
H A Dchipsfb.c354 unsigned short cmd; local
389 pci_read_config_word(dp, PCI_COMMAND, &cmd);
390 cmd |= 3; /* enable memory and IO space */
391 pci_write_config_word(dp, PCI_COMMAND, cmd);
H A Dcyber2000fb.c195 unsigned int cmd = CO_CMD_L_PATTERN_FGCOL; local
213 cmd |= CO_CMD_L_INC_LEFT;
219 cmd |= CO_CMD_L_INC_UP;
230 cyber2000fb_writew(cmd, CO_REG_CMD_L, cfb);
H A Dda8xx-fb.c1146 static int fb_ioctl(struct fb_info *info, unsigned int cmd, argument
1151 switch (cmd) {
H A Dffb.c860 static int ffb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
864 return sbusfb_ioctl_helper(cmd, arg, info,
H A Dfsl-diu-fb.c1272 static int fsl_diu_ioctl(struct fb_info *info, unsigned int cmd, argument
1286 dev_dbg(info->dev, "ioctl %08x (dir=%s%s type=%u nr=%u size=%u)\n", cmd,
1287 _IOC_DIR(cmd) & _IOC_READ ? "R" : "",
1288 _IOC_DIR(cmd) & _IOC_WRITE ? "W" : "",
1289 _IOC_TYPE(cmd), _IOC_NR(cmd), _IOC_SIZE(cmd));
1291 switch (cmd) {
1382 dev_err(info->dev, "unknown ioctl command (0x%08X)\n", cmd);
H A Dimsttfb.c1269 imsttfb_ioctl(struct fb_info *info, u_int cmd, u_long arg) argument
1276 switch (cmd) {
H A Djz4740_fb.c114 uint32_t cmd; member in struct:jzfb_framedesc
592 jzfb->framedesc->cmd = 0;
593 jzfb->framedesc->cmd |= max_videosize / 4;
H A Dleo.c424 static int leo_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
426 return sbusfb_ioctl_helper(cmd, arg, info,
/drivers/video/fbdev/core/
H A Dfbmem.c1087 static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, argument
1100 switch (cmd) {
1219 ret = fb->fb_ioctl(info, cmd, arg);
1227 static long fb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
1233 return do_fb_ioctl(info, cmd, arg);
1263 static int fb_getput_cmap(struct fb_info *info, unsigned int cmd, argument
1287 err = do_fb_ioctl(info, cmd, (unsigned long) cmap);
1331 static int fb_get_fscreeninfo(struct fb_info *info, unsigned int cmd, argument
1343 err = do_fb_ioctl(info, cmd, (unsigned long) &fix);
1352 static long fb_compat_ioctl(struct file *file, unsigned int cmd, argument
[all...]
/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c163 unsigned int cmd, unsigned long arg);
1472 static int intelfb_ioctl(struct fb_info *info, unsigned int cmd, argument
1479 switch (cmd) {
/drivers/video/fbdev/kyro/
H A Dfbdev.c587 unsigned int cmd, unsigned long arg)
593 switch (cmd) {
586 kyrofb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c881 unsigned int cmd, unsigned long arg)
892 switch (cmd) {
1733 u_int32_t cmd; local
1737 pci_read_config_dword(minfo->pcidev, PCI_COMMAND, &cmd);
1741 cmd &= ~PCI_COMMAND_VGA_PALETTE;
1749 pci_write_config_dword(minfo->pcidev, PCI_COMMAND, cmd);
2045 u_int32_t cmd; local
2064 pci_read_config_dword(pdev, PCI_COMMAND, &cmd);
2083 if (cmd & PCI_COMMAND_MEMORY) {
880 matroxfb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
H A Dmatroxfb_crtc2.c423 unsigned int cmd,
431 switch (cmd) {
459 return minfo->fbcon.fbops->fb_ioctl(&minfo->fbcon, cmd, arg);
422 matroxfb_dh_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) argument
/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...]
H A Dmb862xxfbdrv.c314 static int mb862xxfb_ioctl(struct fb_info *fbi, unsigned int cmd, argument
323 switch (cmd) {
/drivers/video/fbdev/mbx/
H A Dmbxfb.c601 static int mbxfb_ioctl(struct fb_info *info, unsigned int cmd, argument
611 switch (cmd)
/drivers/video/fbdev/msm/
H A Dmsm_fb.c404 static int msmfb_ioctl(struct fb_info *p, unsigned int cmd, unsigned long arg) argument
409 switch (cmd) {
419 printk(KERN_INFO "msmfb unknown ioctl: %d\n", cmd);

Completed in 1681 milliseconds

1234567891011>>