Home
last modified time | relevance | path

Searched refs:_cstruct (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/isdn/
Dcapiutil.h62 typedef __u8 *_cstruct; typedef
92 _cstruct B1configuration;
94 _cstruct B2configuration;
96 _cstruct B3configuration;
98 _cstruct BC;
99 _cstruct BChannelinformation;
101 _cstruct CalledPartyNumber;
102 _cstruct CalledPartySubaddress;
103 _cstruct CallingPartyNumber;
104 _cstruct CallingPartySubaddress;
[all …]
/Linux-v5.4/drivers/isdn/capi/
Dcapiutil.c270 } else if (**(_cstruct *) OFF != 0xff) { in pars_2_message()
271 structTLcpy(cmsg->m + cmsg->l, *(_cstruct *) OFF, 1 + **(_cstruct *) OFF); in pars_2_message()
272 cmsg->l += 1 + **(_cstruct *) OFF; in pars_2_message()
274 _cstruct s = *(_cstruct *) OFF; in pars_2_message()
/Linux-v5.4/Documentation/isdn/
Dinterface_capi.rst255 _cstruct for CAPI parameters of type 'struct'
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c148 static inline void ignore_cstruct_param(struct cardstate *cs, _cstruct param, in ignore_cstruct_param()