Home
last modified time | relevance | path

Searched refs:tty_port_get (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/Documentation/driver-api/tty/
Dtty_port.rst26 tty_port_get tty_port_put
Dtty_driver.rst61 tty_port's reference counting by tty_port_get() and tty_port_put(). The final
/linux-5.19.10/include/linux/
Dtty_port.h161 static inline struct tty_port *tty_port_get(struct tty_port *port) in tty_port_get() function
/linux-5.19.10/drivers/tty/
Drpmsg_tty.c57 port = tty_port_get(&cport->port); in rpmsg_tty_install()
Dn_gsm.c2073 tty_port_get(&dlci->port); in dlci_get()
/linux-5.19.10/net/bluetooth/rfcomm/
Dtty.c168 if (dev && !tty_port_get(&dev->port)) in rfcomm_dev_get()
374 tty_port_get(&dev->port); in rfcomm_set_owner_w()
530 if (!tty_port_get(&dev->port)) in rfcomm_get_dev_list()
/linux-5.19.10/drivers/staging/gdm724x/
Dgdm_tty.c71 tty_port_get(&gdm->port); in gdm_tty_install()
/linux-5.19.10/drivers/tty/hvc/
Dhvc_console.c100 tty_port_get(&hp->port); in hvc_get_by_index()
Dhvcs.c1042 tty_port_get(&hvcsd->port); in hvcs_get_by_index()
/linux-5.19.10/drivers/staging/greybus/
Duart.c352 tty_port_get(&gb_tty->port); in get_gb_by_minor()
/linux-5.19.10/drivers/mmc/core/
Dsdio_uart.c120 tty_port_get(&port->port); in sdio_uart_port_get()
/linux-5.19.10/drivers/isdn/capi/
Dcapi.c274 tty_port_get(&mp->port); in capiminor_get()
/linux-5.19.10/drivers/usb/class/
Dcdc-acm.c76 tty_port_get(&acm->port); in acm_get_by_minor()
/linux-5.19.10/drivers/tty/vt/
Dvt.c3400 tty_port_get(&vc->port); in con_install()