client_ops       4529 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c static const struct hnae3_client_ops client_ops = {
client_ops       4553 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	client.ops = &client_ops;
client_ops         68 drivers/tty/serdev/serdev-ttyport.c static const struct tty_port_client_operations client_ops = {
client_ops        286 drivers/tty/serdev/serdev-ttyport.c 	port->client_ops = &client_ops;
client_ops        298 drivers/tty/serdev/serdev-ttyport.c 	port->client_ops = &tty_port_default_client_ops;
client_ops        314 drivers/tty/serdev/serdev-ttyport.c 	port->client_ops = &tty_port_default_client_ops;
client_ops        481 drivers/tty/tty_buffer.c 	n = port->client_ops->receive_buf(port, p, f, count);
client_ops         72 drivers/tty/tty_port.c 	port->client_ops = &tty_port_default_client_ops;
client_ops        388 drivers/tty/tty_port.c 	port->client_ops->write_wakeup(port);
client_ops        235 include/linux/tty.h 	const struct tty_port_client_operations *client_ops; /* Port client operations */