Searched refs:con (Results 151 - 171 of 171) sorted by relevance

1234567

/linux-master/arch/sparc/kernel/
H A Dsetup_64.c71 prom_console_write(struct console *con, const char *s, unsigned int n) argument
/linux-master/drivers/tty/serial/
H A Daltera_uart.c504 dev->con->write = altera_uart_earlycon_write;
H A Dmilbeaut_usio.c476 device->con->write = mlb_usio_early_console_write;
H A Dowl-uart.c609 device->con->write = owl_uart_early_console_write;
H A Datmel_serial.c2709 static void atmel_serial_early_write(struct console *con, const char *s, argument
2712 struct earlycon_device *dev = con->data;
2723 device->con->write = atmel_serial_early_write;
H A Dstm32-usart.c2039 device->con->write = early_stm32_serial_write;
2048 device->con->write = early_stm32_serial_write;
2057 device->con->write = early_stm32_serial_write;
H A Duartlite.c597 device->con->write = early_uartlite_write;
H A Drda-uart.c681 device->con->write = rda_uart_early_console_write;
H A Dmeson_uart.c643 device->con->write = meson_serial_early_console_write;
H A Domap-serial.c1185 device->con->write = early_omap_serial_write;
H A Dsh-sci.c3510 device->con->write = serial_console_write;
/linux-master/drivers/tty/hvc/
H A Dhvc_xen.c769 device->con->write = xenboot_earlycon_write;
/linux-master/include/linux/
H A Dserial_core.h892 struct console *con; member in struct:earlycon_device
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_seq.c446 u8 con = asd_read_reg_byte(asd_ha, CCONEXIST); local
447 u8 val = hweight8(con);
/linux-master/kernel/trace/
H A Dbpf_trace.c3287 uprobe_multi_link_filter(struct uprobe_consumer *con, enum uprobe_filter_ctx ctx, argument
3292 uprobe = container_of(con, struct bpf_uprobe, consumer);
3297 uprobe_multi_link_handler(struct uprobe_consumer *con, struct pt_regs *regs) argument
3301 uprobe = container_of(con, struct bpf_uprobe, consumer);
3306 uprobe_multi_link_ret_handler(struct uprobe_consumer *con, unsigned long func, struct pt_regs *regs) argument
3310 uprobe = container_of(con, struct bpf_uprobe, consumer);
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c908 static void early_dbgp_write(struct console *con, const char *str, u32 n) argument
H A Dxhci-dbc.c874 static void early_xdbc_write(struct console *con, const char *str, u32 n) argument
/linux-master/sound/soc/
H A Dsoc-dapm.c1204 int con = 0; local
1238 con += fn(path->node[dir], list, custom_stop_condition);
1243 widget->endpoints[dir] = con;
1245 return con;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c1106 struct qlt_plogi_ack_t *con = local
1112 if (con) {
1113 iocb = &con->iocb;
1120 iocb->u.isp24.port_name, con->ref_count);
1121 qlt_plogi_ack_unref(vha, con);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5523 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); local
5536 if (con && adev->ras_enabled)
5537 cancel_work(&con->recovery_work);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c63 static int sisfb_get_fix(struct fb_fix_screeninfo *fix, int con,
1841 sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, struct fb_info *info) argument

Completed in 442 milliseconds

1234567