Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/isdn/
H A Dcapilli.h80 void capi_ctr_ready(struct capi_ctr * card);
/openbmc/linux/Documentation/isdn/
H A Dinterface_capi.rst39 structure of the device, and signal its readiness by calling capi_ctr_ready().
117 Completion must be signalled by a call to capi_ctr_ready().
175 to be filled in before calling capi_ctr_ready():
267 void capi_ctr_ready(struct capi_ctr *ctrlr)
/openbmc/linux/drivers/isdn/capi/
H A Dkcapi.c388 void capi_ctr_ready(struct capi_ctr *ctr) in capi_ctr_ready() function
396 EXPORT_SYMBOL(capi_ctr_ready);
/openbmc/linux/net/bluetooth/cmtp/
H A Dcapi.c245 capi_ctr_ready(ctrl); in cmtp_recv_interopmsg()