Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serdev/
Dserdev-ttyport.c68 static const struct tty_port_client_operations client_ops = { variable
286 port->client_ops = &client_ops; in serdev_tty_port_register()
298 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_register()
314 port->client_ops = &tty_port_default_client_ops; in serdev_tty_port_unregister()
/Linux-v5.15/drivers/tty/
Dtty_port.c73 port->client_ops = &tty_port_default_client_ops; in tty_port_init()
389 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
Dtty_buffer.c491 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
/Linux-v5.15/include/linux/
Dtty_port.h56 const struct tty_port_client_operations *client_ops; /* Port client operations */ member
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5666 static const struct hnae3_client_ops client_ops = { variable
5689 client.ops = &client_ops; in hns3_init_module()