Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serdev/
Dserdev-ttyport.c68 static const struct tty_port_client_operations client_ops = { variable
287 old_ops = port->client_ops; in serdev_tty_port_register()
288 port->client_ops = &client_ops; in serdev_tty_port_register()
300 port->client_ops = old_ops; in serdev_tty_port_register()
315 port->client_ops = NULL; in serdev_tty_port_unregister()
/Linux-v5.4/drivers/tty/
Dtty_port.c71 port->client_ops = &default_client_ops; in tty_port_init()
387 port->client_ops->write_wakeup(port); in tty_port_tty_wakeup()
Dtty_buffer.c481 n = port->client_ops->receive_buf(port, p, f, count); in receive_buf()
/Linux-v5.4/include/linux/
Dtty.h233 const struct tty_port_client_operations *client_ops; /* Port client operations */ member
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4520 static const struct hnae3_client_ops client_ops = { variable
4544 client.ops = &client_ops; in hns3_init_module()