Lines Matching refs:D
616 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_parse()
797 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_close()
871 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_timeout()
891 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg()
1004 if ((dch->dev.D.protocol != ISDN_P_NONE) && in open_dchannel()
1005 (dch->dev.D.protocol != rq->protocol)) { in open_dchannel()
1008 __func__, dch->dev.D.protocol, rq->protocol); in open_dchannel()
1010 if (dch->dev.D.protocol != rq->protocol) in open_dchannel()
1011 dch->dev.D.protocol = rq->protocol; in open_dchannel()
1014 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, in open_dchannel()
1017 rq->ch = &dch->dev.D; in open_dchannel()
1052 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in l1oip_dctrl()
1409 dch->dev.D.send = handle_dmsg; in init_card()
1410 dch->dev.D.ctrl = l1oip_dctrl; in init_card()