Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/isdn/
H A Dcapilli.h77 int attach_capi_ctr(struct capi_ctr *);
/openbmc/linux/Documentation/isdn/
H A Dinterface_capi.rst30 CAPI by calling the Kernel CAPI function attach_capi_ctr() with a pointer to a
90 driver. After registration via the attach_capi_ctr() function it is passed to
96 to be set by the driver before calling attach_capi_ctr():
260 int attach_capi_ctr(struct capi_ctr *ctrlr)
/openbmc/linux/drivers/isdn/capi/
H A Dkcapi.c425 int attach_capi_ctr(struct capi_ctr *ctr) in attach_capi_ctr() function
464 EXPORT_SYMBOL(attach_capi_ctr);
/openbmc/linux/net/bluetooth/cmtp/
H A Dcapi.c564 if (attach_capi_ctr(&session->ctrl) < 0) { in cmtp_attach_device()