Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/greybus/
Dauthentication.c26 struct gb_cap { struct
50 struct gb_cap *cap = container_of(kref, struct gb_cap, kref); in cap_kref_release() argument
60 static void put_cap(struct gb_cap *cap) in put_cap()
66 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap()
68 struct gb_cap *cap; in get_cap()
87 static int cap_get_endpoint_uid(struct gb_cap *cap, u8 *euid) in cap_get_endpoint_uid()
105 static int cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id, in cap_get_ims_certificate()
143 static int cap_authenticate(struct gb_cap *cap, u32 auth_type, u8 *uid, in cap_authenticate()
187 struct gb_cap *cap = get_cap(inode->i_cdev); in cap_open()
200 struct gb_cap *cap = file->private_data; in cap_release()
[all …]