Searched refs:ipoctal (Results 1 – 6 of 6) sorted by relevance
45 struct ipoctal { struct54 static inline struct ipoctal *chan_to_ipoctal(struct ipoctal_channel *chan, in chan_to_ipoctal() argument57 return container_of(chan, struct ipoctal, channel[index]); in chan_to_ipoctal()88 struct ipoctal *ipoctal = chan_to_ipoctal(channel, tty->index); in ipoctal_install() local91 if (!ipack_get_carrier(ipoctal->dev)) in ipoctal_install()103 ipack_put_carrier(ipoctal->dev); in ipoctal_install()256 struct ipoctal *ipoctal = arg; in ipoctal_irq_handler() local259 readw(ipoctal->int_space + ACK_INT_REQ0); in ipoctal_irq_handler()260 readw(ipoctal->int_space + ACK_INT_REQ1); in ipoctal_irq_handler()264 ipoctal_irq_channel(&ipoctal->channel[i]); in ipoctal_irq_handler()[all …]
2 obj-$(CONFIG_SERIAL_IPOCTAL) += ipoctal.o
101 IPOctalState *ipoctal; member479 IPOctalState *dev = ch->ipoctal; in hostdev_receive()519 IPOctalState *dev = ch->ipoctal; in hostdev_event()547 ch->ipoctal = s; in ipoctal_realize()
[all...]