Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/isdn/
Dcapilli.h77 int attach_capi_ctr(struct capi_ctr *);
/linux-6.1.9/Documentation/isdn/
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-6.1.9/drivers/isdn/capi/
Dkcapi.c425 int attach_capi_ctr(struct capi_ctr *ctr) in attach_capi_ctr() function
464 EXPORT_SYMBOL(attach_capi_ctr);
/linux-6.1.9/net/bluetooth/cmtp/
Dcapi.c564 if (attach_capi_ctr(&session->ctrl) < 0) { in cmtp_attach_device()