ipac_hw
extern u32 mISDNipac_init(struct ipac_hw *, void *);
extern irqreturn_t mISDNipac_irq(struct ipac_hw *, int);
struct ipac_hw;
struct ipac_hw *ip;
void (*release)(struct ipac_hw *);
int (*init)(struct ipac_hw *);
int (*ctrl)(struct ipac_hw *, u32, u_long);
struct ipac_hw ipac;
mISDNipac_irq(struct ipac_hw *ipac, int maxloop)
free_ipac(struct ipac_hw *ipac)
ipac_init(struct ipac_hw *ipac)
open_bchannel(struct ipac_hw *ipac, struct channel_req *rq)
channel_ctrl(struct ipac_hw *ipac, struct mISDN_ctrl_req *cq)
struct ipac_hw *ipac = container_of(isac, struct ipac_hw, isac);
mISDNipac_init(struct ipac_hw *ipac, void *hw)