Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Drpmsg.h15 #define RPMSG_CREATE_EPT_IOCTL _IOW(0xb5, 0x1, struct rpmsg_endpoint_info) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Drpmsg.h28 #define RPMSG_CREATE_EPT_IOCTL _IOW(0xb5, 0x1, struct rpmsg_endpoint_info) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Drpmsg.h24 #define RPMSG_CREATE_EPT_IOCTL _IOW(0xb5, 0x1, struct rpmsg_endpoint_info) macro
/kernel/linux/linux-5.10/drivers/rpmsg/
Drpmsg_char.c426 if (cmd != RPMSG_CREATE_EPT_IOCTL) in rpmsg_ctrldev_ioctl()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch22909 #define RPMSG_CREATE_EPT_IOCTL _IOW(0xb5, 0x1, struct rpmsg_endpoint_info)
22912 + * Destroy a rpmsg char device endpoint created by the RPMSG_CREATE_EPT_IOCTL.