Searched refs:attach_capi_ctr (Results 1 – 3 of 3) sorted by relevance
40 /* filled in before calling attach_capi_ctr */77 int attach_capi_ctr(struct capi_ctr *);
30 CAPI by calling the Kernel CAPI function attach_capi_ctr() with a pointer to a90 driver. After registration via the attach_capi_ctr() function it is passed to96 to be set by the driver before calling attach_capi_ctr():260 int attach_capi_ctr(struct capi_ctr *ctrlr)
548 if (attach_capi_ctr(&session->ctrl) < 0) { in cmtp_attach_device()