Home
last modified time | relevance | path

Searched refs:binderfs_device (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/android/
H A Dbinderfs.h17 * struct binderfs_device - retrieve information about a new binder device
23 struct binderfs_device { struct
32 #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
/kernel/linux/linux-6.6/include/uapi/linux/android/
H A Dbinderfs.h17 * struct binderfs_device - retrieve information about a new binder device
23 struct binderfs_device { struct
32 #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/android/
H A Dbinderfs.h25 struct binderfs_device { struct
30 #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/android/
H A Dbinderfs.h25 struct binderfs_device { struct
30 #define BINDER_CTL_ADD _IOWR('b', 1, struct binderfs_device)
/kernel/linux/linux-5.10/drivers/android/
H A Dbinderfs.c90 * @req: struct binderfs_device as copied from userspace
104 struct binderfs_device __user *userp, in binderfs_binder_device_create()
105 struct binderfs_device *req) in binderfs_binder_device_create()
230 struct binderfs_device __user *device = (struct binderfs_device __user *)arg; in binder_ctl_ioctl()
231 struct binderfs_device device_req; in binder_ctl_ioctl()
642 struct binderfs_device device_info = {}; in binderfs_fill_super()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinderfs.c98 * @req: struct binderfs_device as copied from userspace
112 struct binderfs_device __user *userp, in binderfs_binder_device_create()
113 struct binderfs_device *req) in binderfs_binder_device_create()
238 struct binderfs_device __user *device = (struct binderfs_device __user *)arg; in binder_ctl_ioctl()
239 struct binderfs_device device_req; in binder_ctl_ioctl()
658 struct binderfs_device device_info = {}; in binderfs_fill_super()
/kernel/linux/linux-5.10/samples/binderfs/
H A Dbinderfs_example.c21 struct binderfs_device device = { 0 }; in main()
/kernel/linux/linux-6.6/samples/binderfs/
H A Dbinderfs_example.c21 struct binderfs_device device = { 0 }; in main()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c61 struct binderfs_device device = { 0 }; in __do_binderfs_test()
368 struct binderfs_device device = { 0 }; in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c61 struct binderfs_device device = { 0 }; in __do_binderfs_test()
386 struct binderfs_device device = { 0 }; in TEST()

Completed in 5 milliseconds