Searched refs:gb_cap (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dauthentication.c26 struct gb_cap { struct
50 struct gb_cap *cap = container_of(kref, struct gb_cap, kref);
60 static void put_cap(struct gb_cap *cap)
65 /* Caller must call put_cap() after using struct gb_cap */
66 static struct gb_cap *get_cap(struct cdev *cdev)
68 struct gb_cap *cap;
87 static int cap_get_endpoint_uid(struct gb_cap *cap, u8 *euid)
105 static int cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id,
143 static int cap_authenticate(struct gb_cap *ca
[all...]

Completed in 110 milliseconds