Lines Matching refs:vcc_port
28 struct vcc_port { struct
66 static struct vcc_port *vcc_table[VCC_MAX_PORTS]; argument
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 *port) in vcc_kick_tx()
314 static int vcc_ldc_read(struct vcc_port *port) in vcc_ldc_read()
367 struct vcc_port *port = from_timer(port, t, rx_timer); in vcc_rx_timer()
393 struct vcc_port *port = from_timer(port, t, tx_timer); in vcc_tx_timer()
443 struct vcc_port *port; in vcc_event()
489 struct vcc_port *port; in vcc_sysfs_domain_show()
501 static int vcc_send_ctl(struct vcc_port *port, int ctl) in vcc_send_ctl()
521 struct vcc_port *port; in vcc_sysfs_break_store()
571 struct vcc_port *port; in vcc_probe()
585 port = kzalloc(sizeof(struct vcc_port), GFP_KERNEL); in vcc_probe()
682 struct vcc_port *port = dev_get_drvdata(&vdev->dev); in vcc_remove()
742 struct vcc_port *port; in vcc_open()
798 static void vcc_ldc_hup(struct vcc_port *port) in vcc_ldc_hup()
812 struct vcc_port *port; in vcc_hangup()
841 struct vcc_port *port; in vcc_write()
910 struct vcc_port *port; in vcc_write_room()
933 struct vcc_port *port; in vcc_chars_in_buffer()
956 struct vcc_port *port; in vcc_break_ctl()
990 struct vcc_port *port_vcc; in vcc_install()
1031 struct vcc_port *port; in vcc_cleanup()