Home
last modified time | relevance | path

Searched refs:vcc_port (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dvcc.c28 struct vcc_port { struct
66 static struct vcc_port *vcc_table[VCC_MAX_PORTS];
122 static int vcc_table_add(struct vcc_port *port) in vcc_table_add()
166 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get()
168 struct vcc_port *port; in vcc_get()
216 static void vcc_put(struct vcc_port *port, bool excl) in vcc_put()
248 static struct vcc_port *vcc_get_ne(unsigned long index) in vcc_get_ne()
250 struct vcc_port *port; in vcc_get_ne()
262 static void vcc_kick_rx(struct vcc_port *port) in vcc_kick_rx()
275 static void vcc_kick_tx(struct vcc_port *por
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dvcc.c22 struct vcc_port { struct
58 static struct vcc_port *vcc_table[VCC_MAX_PORTS];
114 static int vcc_table_add(struct vcc_port *port) in vcc_table_add()
158 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get()
160 struct vcc_port *port; in vcc_get()
208 static void vcc_put(struct vcc_port *port, bool excl) in vcc_put()
240 static struct vcc_port *vcc_get_ne(unsigned long index) in vcc_get_ne()
242 struct vcc_port *port; in vcc_get_ne()
254 static void vcc_kick_rx(struct vcc_port *port) in vcc_kick_rx()
267 static void vcc_kick_tx(struct vcc_port *por
[all...]

Completed in 2 milliseconds