Home
last modified time | relevance | path

Searched refs:send_and_receive (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/sc/
Dioctl.c20 extern int send_and_receive(int, unsigned int, unsigned char,unsigned char,
61 status = send_and_receive(card, CMPID, cmReqType2, cmReqClass0, cmReqLoadProc, in sc_ioctl()
104 status = send_and_receive(card, CEPID, ceReqTypeCall, ceReqClass0, ceReqCallSetSwitchType, in sc_ioctl()
128 status = send_and_receive(card, CEPID, ceReqTypeCall, ceReqClass0, in sc_ioctl()
161 status = send_and_receive(card, CEPID, ceReqTypeCall, ceReqClass0, ceReqCallGetSPID, in sc_ioctl()
198 status = send_and_receive(card, CEPID, ceReqTypeCall, in sc_ioctl()
224 status = send_and_receive(card, CEPID, ceReqTypeCall, ceReqClass0, ceReqCallGetMyNumber, in sc_ioctl()
262 status = send_and_receive(card, CEPID, ceReqTypeCall, in sc_ioctl()
310 status = send_and_receive(card, CEPID, ceReqTypeCall, ceReqClass0, in sc_ioctl()
370 status = send_and_receive(card, CEPID, ceReqTypePhy, ceReqClass2, in GetStatus()
[all …]
Dcommand.c49 extern int send_and_receive(int, unsigned int, unsigned char, unsigned char,
196 status = send_and_receive(card, CMPID, cmReqType1, in loopback()
Dmessage.c182 int send_and_receive(int card, in send_and_receive() function