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

/arch/mips/kernel/
H A Dearly_printk.c19 static void early_console_write(struct console *con, const char *s, unsigned n) argument
/arch/um/kernel/
H A Dearly_printk.c14 static void early_console_write(struct console *con, const char *s, unsigned int n) argument
/arch/unicore32/kernel/
H A Dearly_printk.c19 static void early_ocd_write(struct console *con, const char *s, unsigned n) argument
/arch/arm/kernel/
H A Dearly_printk.c27 static void early_console_write(struct console *con, const char *s, unsigned n) argument
/arch/mips/dec/prom/
H A Dconsole.c18 static void __init prom_console_write(struct console *con, const char *s, argument
/arch/tile/kernel/
H A Dearly_printk.c24 static void early_hv_write(struct console *con, const char *s, unsigned n) argument
/arch/arm/mach-s3c64xx/
H A Dirq-pm.c54 u32 con; member in struct:irq_grp_save
79 grp->con = __raw_readl(S3C64XX_EINT12CON + (i * 4));
100 __raw_writel(grp->con, S3C64XX_EINT12CON + (i * 4));
/arch/mips/sgi-ip32/
H A Dip32-setup.c91 char* con = ArcGetEnvironmentVariable("console"); local
92 if (con && *con == 'd') {
97 add_preferred_console("ttyS", *(con + 1) == '2' ? 1 : 0,
/arch/blackfin/kernel/
H A Dshadow_console.c25 __init void early_shadow_write(struct console *con, const char *s, argument
/arch/m68k/emu/
H A Dnfcon.c43 static void nfcon_write(struct console *con, const char *str, argument
49 static struct tty_driver *nfcon_device(struct console *con, int *index) argument
52 return (con->flags & CON_ENABLED) ? nfcon_tty_driver : NULL;
/arch/powerpc/kernel/
H A Dudbg.c147 static void udbg_console_write(struct console *con, const char *s, argument
/arch/arm/plat-samsung/
H A Dpm-gpio.c80 static inline int is_sfn(unsigned long con) argument
82 return con >= 2;
87 static inline int is_in(unsigned long con) argument
89 return con == 0;
94 static inline int is_out(unsigned long con) argument
96 return con == 1;
249 void __iomem *con = chip->base + (index * 4); local
250 u32 old_gpcon = __raw_readl(con);
259 __raw_writel(gpcon, con);
H A Dadc.c89 unsigned con = readl(adc->regs + S3C2410_ADCCON); local
91 con |= S3C2410_ADCCON_ENABLE_START;
92 writel(con, adc->regs + S3C2410_ADCCON);
98 unsigned con = readl(adc->regs + S3C2410_ADCCON); local
104 con &= ~S3C2410_ADCCON_MUXMASK;
105 con &= ~S3C2410_ADCCON_STDBM;
106 con &= ~S3C2410_ADCCON_STARTMASK;
115 con |= S3C2410_ADCCON_SELMUX(client->channel);
118 writel(con, adc->regs + S3C2410_ADCCON);
429 u32 con; local
[all...]
/arch/mips/lantiq/xway/
H A Dgptu.c122 static inline void clkdev_add_gptu(struct device *dev, const char *con, argument
128 clk->cl.con_id = con;
H A Dsysctrl.c205 static void clkdev_add_pmu(const char *dev, const char *con, argument
211 clk->cl.con_id = con;
221 static void clkdev_add_cgu(const char *dev, const char *con, argument
227 clk->cl.con_id = con;
/arch/sparc/kernel/
H A Dbtext.c296 static void btext_console_write(struct console *con, const char *s, argument
H A Dsetup_32.c112 prom_console_write(struct console *con, const char *s, unsigned n) argument
H A Dsetup_64.c80 prom_console_write(struct console *con, const char *s, unsigned n) argument
/arch/x86/kernel/
H A Dearly_printk.c29 static void early_vga_write(struct console *con, const char *str, unsigned n) argument
107 static void early_serial_write(struct console *con, const char *s, unsigned n) argument
174 static inline void early_console_register(struct console *con, int keep_early) argument
176 if (con->index != -1) {
178 con->name);
181 early_console = con;
/arch/x86/platform/efi/
H A Dearly_printk.c127 early_efi_write(struct console *con, const char *str, unsigned int num) argument
199 static __init int early_efi_setup(struct console *con, char *options) argument
225 if (!(con->flags & CON_BOOT))
/arch/mn10300/kernel/
H A Dgdb-stub.c736 void gdbstub_console_write(struct console *con, const char *p, unsigned n) argument
769 static kdev_t gdbstub_console_dev(struct console *con) argument
/arch/x86/platform/intel-mid/
H A Dearly_printk_intel_mid.c221 static void early_mrst_spi_write(struct console *con, const char *str, argument
307 static void early_hsu_write(struct console *con, const char *str, unsigned n) argument
/arch/arm/mach-msm/
H A Dclock-pcom.h127 const char *con; member in struct:clk_pcom_desc
140 .con = clk_name, \

Completed in 425 milliseconds