Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/isdn/
H A Dcapilli.h81 void capi_ctr_down(struct capi_ctr * card);
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dinterface_capi.rst44 driver has to call capi_ctr_down(). This will prevent further calls to the
128 Completion must be signalled by a call to capi_ctr_down().
268 void capi_ctr_down(struct capi_ctr *ctrlr)
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A Dkcapi.c406 void capi_ctr_down(struct capi_ctr *ctr) in capi_ctr_down() function
413 EXPORT_SYMBOL(capi_ctr_down);
/OK3568_Linux_fs/kernel/net/bluetooth/cmtp/
H A Dcapi.c373 capi_ctr_down(ctrl); in cmtp_reset_ctr()