Searched refs:CAP_IOCTL_BASE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/greybus/ |
D | greybus_authentication.h | 70 #define CAP_IOCTL_BASE 'C' macro 71 #define CAP_IOC_GET_ENDPOINT_UID _IOR(CAP_IOCTL_BASE, 0, struct cap_ioc_get_endpoint_uid) 72 #define CAP_IOC_GET_IMS_CERTIFICATE _IOWR(CAP_IOCTL_BASE, 1, struct cap_ioc_get_ims_certificate) 73 #define CAP_IOC_AUTHENTICATE _IOWR(CAP_IOCTL_BASE, 2, struct cap_ioc_authenticate)
|
/Linux-v5.10/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 275 #define CAP_IOCTL_BASE 'C' 276 #define CAP_IOC_GET_ENDPOINT_UID _IOR(CAP_IOCTL_BASE, 0, struct cap_ioc_get_endpoint_uid) 277 #define CAP_IOC_GET_IMS_CERTIFICATE _IOWR(CAP_IOCTL_BASE, 1, struct cap_ioc_get_ims_certificate) 278 #define CAP_IOC_AUTHENTICATE _IOWR(CAP_IOCTL_BASE, 2, struct cap_ioc_authenticate)
|