Searched defs:con (Results 1 - 25 of 27) sorted by relevance

12

/drivers/media/video/bt8xx/
H A Dbttv-audio-hook.c57 unsigned int con = 0; local
62 con = 0x000;
64 con = 0x300;
66 con = 0x200;
68 * con = 0x100; */
69 gpio_bits(0x300, con);
78 unsigned int val, con; local
85 con = 0x000;
89 con = 0x100;
93 con
217 unsigned int con = 0; local
359 unsigned int con = 0xffffff; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h77 struct drm_connector *con)
79 return container_of(con, struct nouveau_connector, base);
76 nouveau_connector( struct drm_connector *con) argument
/drivers/tty/serial/
H A Dsuncore.c55 int sunserial_console_match(struct console *con, struct device_node *dp, argument
58 if (!con)
61 drv->cons = con;
78 con->index = line;
79 add_preferred_console(con->name, line, NULL);
85 void sunserial_console_termios(struct console *con, struct device_node *uart_dp) argument
166 con->cflag = cflag;
H A Dsunhv.c429 static void sunhv_console_write_paged(struct console *con, const char *s, unsigned n) argument
488 static void sunhv_console_write_bychar(struct console *con, const char *s, unsigned n) argument
H A Dvr41xx_siu.c771 static void siu_console_write(struct console *con, const char *s, unsigned count) argument
776 port = &siu_uart_ports[con->index];
787 static int __init siu_console_setup(struct console *con, char *options) argument
795 if (con->index >= SIU_PORTS_MAX)
796 con->index = 0;
798 port = &siu_uart_ports[con->index];
811 return uart_set_options(port, con, baud, parity, bits, flow);
H A Dip22zilog.c1017 ip22zilog_console_write(struct console *con, const char *s, unsigned int count) argument
1019 struct uart_ip22zilog_port *up = &ip22zilog_port_table[con->index];
1028 static int __init ip22zilog_console_setup(struct console *con, char *options) argument
1030 struct uart_ip22zilog_port *up = &ip22zilog_port_table[con->index];
1038 printk(KERN_INFO "Console: ttyS%d (IP22-Zilog)\n", con->index);
1050 return uart_set_options(&up->port, con, baud, parity, bits, flow);
H A Dlantiq.c395 unsigned int con = 0; local
403 con = ASCCON_M_7ASYNC;
411 con = ASCCON_M_8ASYNC;
418 con |= ASCCON_STP;
422 con &= ~ASCCON_ODD;
424 con |= ASCCON_ODD;
448 con |= ASCCON_FEN | ASCCON_TOEN | ASCCON_ROEN;
453 ltq_w32_mask(0, con, port->membase + LTQ_ASC_CON);
H A Dpmac_zilog.c1805 static void pmz_console_write(struct console *con, const char *s, unsigned int count);
1962 static void pmz_console_write(struct console *con, const char *s, unsigned int count) argument
1964 struct uart_pmac_port *uap = &pmz_ports[con->index];
H A Dsc26xx.c558 static void sc26xx_console_write(struct console *con, const char *s, unsigned n) argument
570 static int __init sc26xx_console_setup(struct console *con, char *options) argument
581 printk(KERN_INFO "Console: ttySC%d (SC26XX)\n", con->index);
585 return uart_set_options(port, con, baud, parity, bits, flow);
H A Dsunsab.c847 static void sunsab_console_write(struct console *con, const char *s, unsigned n) argument
849 struct uart_sunsab_port *up = &sunsab_ports[con->index];
869 static int sunsab_console_setup(struct console *con, char *options) argument
871 struct uart_sunsab_port *up = &sunsab_ports[con->index];
885 (sunsab_reg.minor - 64) + con->index);
887 sunserial_console_termios(con, up->port.dev->of_node);
889 switch (con->cflag & CBAUD) {
930 sunsab_convert_to_sab(up, con->cflag, 0, baud, quot);
H A Dsunzilog.c1199 sunzilog_console_write(struct console *con, const char *s, unsigned int count) argument
1201 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1221 static int __init sunzilog_console_setup(struct console *con, char *options) argument
1223 struct uart_sunzilog_port *up = &sunzilog_port_table[con->index];
1231 (sunzilog_reg.minor - 64) + con->index, con->index);
1234 sunserial_console_termios(con, up->port.dev->of_node);
1239 switch (con->cflag & CBAUD) {
1256 sunzilog_convert_to_zs(up, con->cflag, 0, brg);
/drivers/hwmon/
H A Dexynos4_tmu.c198 unsigned int con, interrupt_en; local
203 con = pdata->reference_voltage << EXYNOS4_TMU_REF_VOLTAGE_SHIFT |
206 con |= EXYNOS4_TMU_CORE_ON;
212 con |= EXYNOS4_TMU_CORE_OFF;
216 writel(con, data->base + EXYNOS4_TMU_REG_CONTROL);
/drivers/video/
H A Dpmag-aa-fb.c52 static int aafb_set_var(struct fb_var_screeninfo *var, int con,
226 static int aafb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
245 static void aafb_set_disp(struct display *disp, int con, argument
251 aafb_set_var(&disp->var, con, &info->info);
257 aafb_get_fix(&fix, con, &info->info);
273 static int aafb_get_cmap(struct fb_cmap *cmap, int kspc, int con, argument
283 static int aafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, argument
305 static int aafb_switch(int con, struct fb_info *info) argument
309 struct display *new = (con < 0) ? &ip->disp : (fb_display + con);
351 aafb_get_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
366 aafb_set_var(struct fb_var_screeninfo *var, int con, struct fb_info *info) argument
378 aafb_update_var(int con, struct fb_info *info) argument
[all...]
/drivers/net/
H A Dnetconsole.c685 static void write_msg(struct console *con, const char *msg, unsigned int len) argument
/drivers/s390/char/
H A Dsclp_vt220.c771 sclp_vt220_con_write(struct console *con, const char *buf, unsigned int count) argument
/drivers/scsi/aic94xx/
H A Daic94xx_seq.c464 u8 con = asd_read_reg_byte(asd_ha, CCONEXIST); local
465 u8 val = hweight8(con);
/drivers/usb/gadget/
H A Df_uac1.c32 static int generic_set_cmd(struct usb_audio_control *con, u8 cmd, int value);
33 static int generic_get_cmd(struct usb_audio_control *con, u8 cmd);
365 struct usb_audio_control *con; local
372 list_for_each_entry(con, &cs->control, list) {
373 if (con->type == con_sel) {
374 audio->set_con = con;
402 struct usb_audio_control *con; local
409 list_for_each_entry(con, &cs->control, list) {
410 if (con->type == con_sel && con
693 generic_set_cmd(struct usb_audio_control *con, u8 cmd, int value) argument
700 generic_get_cmd(struct usb_audio_control *con, u8 cmd) argument
[all...]
/drivers/gpio/
H A Dgpio-samsung.c213 u32 con; local
223 con = __raw_readl(reg);
224 con &= ~(0x3 << shift);
225 con |= cfg;
226 __raw_writel(con, reg);
244 u32 con; local
246 con = __raw_readl(chip->base);
247 con >>= off * 2;
248 con &= 3;
251 return S3C_GPIO_SPECIAL(con);
276 u32 con; local
311 u32 con; local
341 u32 con; local
377 u32 con; local
394 u32 con; local
534 unsigned long con; local
554 unsigned long con; local
596 unsigned long con; local
612 unsigned long con; local
663 unsigned long con; local
685 unsigned long con; local
729 unsigned long con; local
760 unsigned long con; local
796 unsigned long con; local
[all...]
/drivers/mmc/host/
H A Ds3cmci.c75 u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer, bsize; local
78 con = readl(host->base + S3C2410_SDICON);
96 prefix, con, pre, timer);
1291 u32 con = readl(host->base + S3C2410_SDICON); local
1293 con |= S3C2440_SDICON_SDRESET;
1294 writel(con, host->base + S3C2410_SDICON);
1316 u32 con; local
1320 con = readl(host->base + S3C2410_SDICON);
1327 con |= S3C2410_SDICON_SDIOIRQ;
1336 con
[all...]
H A Domap_hsmmc.c520 u32 con; local
522 con = OMAP_HSMMC_READ(host->base, CON);
525 OMAP_HSMMC_WRITE(host->base, CON, con | DW8);
528 OMAP_HSMMC_WRITE(host->base, CON, con & ~DW8);
533 OMAP_HSMMC_WRITE(host->base, CON, con & ~DW8);
543 u32 con; local
545 con = OMAP_HSMMC_READ(host->base, CON);
547 OMAP_HSMMC_WRITE(host->base, CON, con | OD);
549 OMAP_HSMMC_WRITE(host->base, CON, con & ~OD);
/drivers/staging/xgifb/
H A DXGI_main_26.c1361 static int XGIfb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
/drivers/usb/early/
H A Dehci-dbgp.c918 static void early_dbgp_write(struct console *con, const char *str, u32 n) argument
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1647 struct drm_connector *con; local
1663 list_for_each_entry(con, &dev->mode_config.connector_list, head) {
1664 du = vmw_connector_to_du(con);
1676 con->status = vmw_du_connector_detect(con, true);
/drivers/i2c/busses/
H A Di2c-omap.c563 u16 con = omap_i2c_read_reg(dev, OMAP_I2C_CON_REG); local
564 while (con & OMAP_I2C_CON_STT) {
565 con = omap_i2c_read_reg(dev, OMAP_I2C_CON_REG);
/drivers/video/console/
H A Dfbcon.c2523 static int fbcon_copy_font(struct vc_data *vc, int con) argument
2525 struct display *od = &fb_display[con];

Completed in 1274 milliseconds

12