Symbol: ipoctal_channel
drivers/ipack/devices/ipoctal.c
110
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
125
static void ipoctal_free_channel(struct ipoctal_channel *channel)
drivers/ipack/devices/ipoctal.c
135
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
144
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
158
static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr)
drivers/ipack/devices/ipoctal.c
201
static void ipoctal_irq_tx(struct ipoctal_channel *channel)
drivers/ipack/devices/ipoctal.c
219
static void ipoctal_irq_channel(struct ipoctal_channel *channel)
drivers/ipack/devices/ipoctal.c
278
struct ipoctal_channel *channel;
drivers/ipack/devices/ipoctal.c
326
struct ipoctal_channel *channel = &ipoctal->channel[i];
drivers/ipack/devices/ipoctal.c
437
static inline size_t ipoctal_copy_write_buffer(struct ipoctal_channel *channel,
drivers/ipack/devices/ipoctal.c
462
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
48
struct ipoctal_channel channel[NR_CHANNELS];
drivers/ipack/devices/ipoctal.c
484
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
491
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
503
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
54
static inline struct ipoctal *chan_to_ipoctal(struct ipoctal_channel *chan,
drivers/ipack/devices/ipoctal.c
60
static void ipoctal_reset_channel(struct ipoctal_channel *channel)
drivers/ipack/devices/ipoctal.c
633
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
653
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
664
struct ipoctal_channel *channel = tty->driver_data;
drivers/ipack/devices/ipoctal.c
715
struct ipoctal_channel *channel = &ipoctal->channel[i];
drivers/ipack/devices/ipoctal.c
72
struct ipoctal_channel *channel;
drivers/ipack/devices/ipoctal.c
87
struct ipoctal_channel *channel = dev_get_drvdata(tty->dev);