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

/linux-4.4.14/drivers/ipack/devices/
H A Dipoctal.c33 struct ipoctal_channel { struct
52 struct ipoctal_channel channel[NR_CHANNELS];
58 static inline struct ipoctal *chan_to_ipoctal(struct ipoctal_channel *chan, chan_to_ipoctal()
64 static void ipoctal_reset_channel(struct ipoctal_channel *channel) ipoctal_reset_channel()
76 struct ipoctal_channel *channel; ipoctal_port_activate()
91 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); ipoctal_open()
117 static void ipoctal_free_channel(struct ipoctal_channel *channel) ipoctal_free_channel()
127 struct ipoctal_channel *channel = tty->driver_data; ipoctal_close()
136 struct ipoctal_channel *channel = tty->driver_data; ipoctal_get_icount()
150 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) ipoctal_irq_rx()
195 static void ipoctal_irq_tx(struct ipoctal_channel *channel) ipoctal_irq_tx()
213 static void ipoctal_irq_channel(struct ipoctal_channel *channel) ipoctal_irq_channel()
273 struct ipoctal_channel *channel; ipoctal_inst_slot()
321 struct ipoctal_channel *channel = &ipoctal->channel[i]; ipoctal_inst_slot()
420 static inline int ipoctal_copy_write_buffer(struct ipoctal_channel *channel, ipoctal_copy_write_buffer()
446 struct ipoctal_channel *channel = tty->driver_data; ipoctal_write_tty()
468 struct ipoctal_channel *channel = tty->driver_data; ipoctal_write_room()
475 struct ipoctal_channel *channel = tty->driver_data; ipoctal_chars_in_buffer()
487 struct ipoctal_channel *channel = tty->driver_data; ipoctal_set_termios()
618 struct ipoctal_channel *channel = tty->driver_data; ipoctal_hangup()
639 struct ipoctal_channel *channel = tty->driver_data; ipoctal_shutdown()
650 struct ipoctal_channel *channel = tty->driver_data; ipoctal_cleanup()
700 struct ipoctal_channel *channel = &ipoctal->channel[i]; __ipoctal_remove()

Completed in 43 milliseconds