Searched refs:CAP_IOCTL_BASE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | greybus_authentication.h | 116 #define CAP_IOCTL_BASE 'C' macro 117 #define CAP_IOC_GET_ENDPOINT_UID _IOR(CAP_IOCTL_BASE, 0, struct cap_ioc_get_endpoint_uid) 118 #define CAP_IOC_GET_IMS_CERTIFICATE _IOWR(CAP_IOCTL_BASE, 1, struct cap_ioc_get_ims_certificate) 119 #define CAP_IOC_AUTHENTICATE _IOWR(CAP_IOCTL_BASE, 2, struct cap_ioc_authenticate)
|
/Linux-v4.19/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)
|