Home
last modified time | relevance | path

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

/linux/include/linux/isdn/
H A Dcapilli.h40 /* filled in before calling attach_capi_ctr */
77 int attach_capi_ctr(struct capi_ctr *);
/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)
/linux/net/bluetooth/cmtp/
H A Dcapi.c548 if (attach_capi_ctr(&session->ctrl) < 0) { in cmtp_attach_device()