Searched refs:ipoctal (Results 1 – 2 of 2) sorted by relevance
49 struct ipoctal { struct58 static inline struct ipoctal *chan_to_ipoctal(struct ipoctal_channel *chan, in chan_to_ipoctal() argument61 return container_of(chan, struct ipoctal, channel[index]); in chan_to_ipoctal()92 struct ipoctal *ipoctal = chan_to_ipoctal(channel, tty->index); in ipoctal_open() local97 if (!ipack_get_carrier(ipoctal->dev)) in ipoctal_open()102 ipack_put_carrier(ipoctal->dev); in ipoctal_open()248 struct ipoctal *ipoctal = (struct ipoctal *) arg; in ipoctal_irq_handler() local251 readw(ipoctal->int_space + ACK_INT_REQ0); in ipoctal_irq_handler()252 readw(ipoctal->int_space + ACK_INT_REQ1); in ipoctal_irq_handler()256 ipoctal_irq_channel(&ipoctal->channel[i]); in ipoctal_irq_handler()[all …]
1 obj-$(CONFIG_SERIAL_IPOCTAL) += ipoctal.o