Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dauthentication.c27 struct gb_cap { struct
48 struct gb_cap *cap = container_of(kref, struct gb_cap, kref); in cap_kref_release() argument
58 static void put_cap(struct gb_cap *cap) in put_cap()
64 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap()
66 struct gb_cap *cap; in get_cap()
85 static int cap_get_endpoint_uid(struct gb_cap *cap, u8 *euid) in cap_get_endpoint_uid()
103 static int cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id, in cap_get_ims_certificate()
141 static int cap_authenticate(struct gb_cap *cap, u32 auth_type, u8 *uid, in cap_authenticate()
185 struct gb_cap *cap = get_cap(inode->i_cdev); in cap_open()
198 struct gb_cap *cap = file->private_data; in cap_release()
[all …]