Lines Matching refs:D
608 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_parse()
794 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_socket_close()
868 _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, in l1oip_timeout()
888 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg()
1001 if ((dch->dev.D.protocol != ISDN_P_NONE) && in open_dchannel()
1002 (dch->dev.D.protocol != rq->protocol)) { in open_dchannel()
1005 __func__, dch->dev.D.protocol, rq->protocol); in open_dchannel()
1007 if (dch->dev.D.protocol != rq->protocol) in open_dchannel()
1008 dch->dev.D.protocol = rq->protocol; in open_dchannel()
1011 _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, in open_dchannel()
1014 rq->ch = &dch->dev.D; in open_dchannel()
1049 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in l1oip_dctrl()
1398 dch->dev.D.send = handle_dmsg; in init_card()
1399 dch->dev.D.ctrl = l1oip_dctrl; in init_card()