Searched defs:set_mode (Results 1 - 14 of 14) sorted by relevance

/drivers/video/fbdev/geode/
H A Dgeodefb.h18 void (*set_mode)(struct fb_info *); member in struct:geode_dc_ops
/drivers/regulator/
H A Dvirtual.c234 static ssize_t set_mode(struct device *dev, struct device_attribute *attr, function
273 static DEVICE_ATTR(mode, 0664, show_mode, set_mode);
/drivers/pinctrl/spear/
H A Dpinctrl-spear.c53 static int set_mode(struct spear_pmx *pmx, int mode) function
386 if (set_mode(pmx, mode)) {
/drivers/video/fbdev/
H A Dpxa168fb.c166 static void set_mode(struct pxa168fb_info *fbi, struct fb_var_screeninfo *var, function
699 set_mode(fbi, &info->var, mi->modes, mi->pix_fmt, 1);
/drivers/staging/media/cxd2099/
H A Dcxd2099.c251 static void set_mode(struct cxd *ci, int mode) function
455 set_mode(ci, 1);
469 set_mode(ci, 1);
482 set_mode(ci, 0);
494 set_mode(ci, 0);
567 set_mode(ci, 0);
/drivers/media/pci/zoran/
H A Dvideocodec.h96 set_mode -> this fn-ref. resets the entire codec, and sets up the mode
283 int (*set_mode) (struct videocodec * codec,
279 int (*set_mode) (struct videocodec * codec, member in struct:videocodec
/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c697 int cx231xx_set_mode(struct cx231xx *dev, enum cx231xx_mode set_mode) argument
701 if (dev->mode == set_mode)
704 if (set_mode == CX231XX_SUSPEND) {
706 dev->mode = set_mode;
713 dev->mode = set_mode;
/drivers/media/usb/em28xx/
H A Dem28xx-core.c724 int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode) argument
726 if (dev->mode == set_mode)
729 if (set_mode == EM28XX_SUSPEND) {
730 dev->mode = set_mode;
737 dev->mode = set_mode;
/drivers/media/v4l2-core/
H A Dtuner-core.c758 * set_mode - Switch tuner to other mode.
766 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) function
1069 if (set_mode(t, V4L2_TUNER_RADIO) == 0)
1089 if (t->standby && set_mode(t, t->mode) == 0) {
1107 if (set_mode(t, V4L2_TUNER_ANALOG_TV))
1121 if (set_mode(t, f->type) == 0)
1224 if (set_mode(t, vt->type))
1281 if (set_mode(t, t->mode) == 0)
/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1470 static ssize_t set_mode(struct device *d, struct device_attribute *attr, function
1489 static DEVICE_ATTR(mode, S_IWUSR | S_IRUGO, show_mode, set_mode);
/drivers/net/
H A Dmacvlan.c1334 bool set_mode = false; local
1340 set_mode = true;
1366 if (set_mode)
/drivers/tty/serial/
H A Dmpc52xx_uart.c120 void (*set_mode)(struct uart_port *port, u8 mr1, u8 mr2); member in struct:psc_ops
370 .set_mode = mpc52xx_psc_set_mode,
400 .set_mode = mpc52xx_psc_set_mode,
998 .set_mode = mpc5125_psc_set_mode,
1033 .set_mode = mpc52xx_psc_set_mode,
1239 psc_ops->set_mode(port, mr1, mr2);
/drivers/usb/musb/
H A Dmusb_core.h180 * @set_mode: forcefully changes operating mode
193 int (*set_mode)(struct musb *musb, u8 mode); member in struct:musb_platform_ops
545 if (!musb->ops->set_mode)
548 return musb->ops->set_mode(musb, mode);
/drivers/tty/vt/
H A Dvt.c1459 static void set_mode(struct vc_data *vc, int on_off) function
1891 set_mode(vc, 1);
1894 set_mode(vc, 0);

Completed in 380 milliseconds