Searched refs:ipoctal (Results 1 – 2 of 2) sorted by relevance
46 struct ipoctal { struct55 static inline struct ipoctal *chan_to_ipoctal(struct ipoctal_channel *chan, in chan_to_ipoctal() argument58 return container_of(chan, struct ipoctal, channel[index]); in chan_to_ipoctal()89 struct ipoctal *ipoctal = chan_to_ipoctal(channel, tty->index); in ipoctal_open() local94 if (!ipack_get_carrier(ipoctal->dev)) in ipoctal_open()99 ipack_put_carrier(ipoctal->dev); in ipoctal_open()245 struct ipoctal *ipoctal = (struct ipoctal *) arg; in ipoctal_irq_handler() local248 readw(ipoctal->int_space + ACK_INT_REQ0); in ipoctal_irq_handler()249 readw(ipoctal->int_space + ACK_INT_REQ1); in ipoctal_irq_handler()253 ipoctal_irq_channel(&ipoctal->channel[i]); in ipoctal_irq_handler()[all …]
2 obj-$(CONFIG_SERIAL_IPOCTAL) += ipoctal.o