Lines Matching refs:vcc_port

22 struct vcc_port {  struct
58 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument
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 *port) in vcc_kick_tx()
306 static int vcc_ldc_read(struct vcc_port *port) in vcc_ldc_read()
359 struct vcc_port *port = from_timer(port, t, rx_timer); in vcc_rx_timer()
385 struct vcc_port *port = from_timer(port, t, tx_timer); in vcc_tx_timer()
435 struct vcc_port *port; in vcc_event()
481 struct vcc_port *port; in domain_show()
493 static int vcc_send_ctl(struct vcc_port *port, int ctl) in vcc_send_ctl()
513 struct vcc_port *port; in break_store()
563 struct vcc_port *port; in vcc_probe()
577 port = kzalloc(sizeof(struct vcc_port), GFP_KERNEL); in vcc_probe()
684 struct vcc_port *port = dev_get_drvdata(&vdev->dev); in vcc_remove()
736 struct vcc_port *port; in vcc_open()
782 static void vcc_ldc_hup(struct vcc_port *port) in vcc_ldc_hup()
796 struct vcc_port *port; in vcc_hangup()
819 struct vcc_port *port; in vcc_write()
884 struct vcc_port *port; in vcc_write_room()
902 struct vcc_port *port; in vcc_chars_in_buffer()
920 struct vcc_port *port; in vcc_break_ctl()
949 struct vcc_port *port_vcc; in vcc_install()
985 struct vcc_port *port; in vcc_cleanup()