Home
last modified time | relevance | path

Searched refs:client_ops (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c74 static const struct tty_port_client_operations client_ops = { variable
293 port->client_ops = &client_ops; in serdev_tty_port_register()
326 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
342 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c72 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
388 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
H A Dtty_buffer.c461 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h238 const struct tty_port_client_operations *client_ops; /* Port client operations */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4693 static const struct hnae3_client_ops client_ops = { variable
4717 client.ops = &client_ops; in hns3_init_module()