Home
last modified time | relevance | path

Searched refs:sc_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dsn_console.c101 } *sc_ops; member
322 if (sal_console_port.sc_ops->sal_wakeup_transmit) in snp_start_tx()
323 sal_console_port.sc_ops->sal_wakeup_transmit(&sal_console_port, in snp_start_tx()
423 if (!sal_console_port.sc_ops) { in sn_debug_printf()
424 sal_console_port.sc_ops = &poll_ops; in sn_debug_printf()
427 sal_console_port.sc_ops->sal_puts_raw(printk_buf, printed_len); in sn_debug_printf()
458 if (!port->sc_ops) { in sn_receive_chars()
468 while (port->sc_ops->sal_input_pending()) { in sn_receive_chars()
469 ch = port->sc_ops->sal_getc(); in sn_receive_chars()
572 port->sc_ops->sal_puts_raw(start, in sn_transmit_chars()
[all …]
/linux-4.4.14/fs/nilfs2/
Dsegment.c1046 struct nilfs_sc_operations *sc_ops) in nilfs_segctor_scan_file() argument
1060 sc_ops->collect_data); in nilfs_segctor_scan_file()
1069 sci, inode, &data_buffers, sc_ops->collect_data); in nilfs_segctor_scan_file()
1080 sci, inode, &node_buffers, sc_ops->collect_node); in nilfs_segctor_scan_file()
1086 sci, inode, &node_buffers, sc_ops->collect_bmap); in nilfs_segctor_scan_file()