Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dntsync.h23 struct ntsync_event_args { struct
47 #define NTSYNC_IOC_CREATE_EVENT _IOW ('N', 0x87, struct ntsync_event_args) argument
57 #define NTSYNC_IOC_EVENT_READ _IOR ('N', 0x8d, struct ntsync_event_args)
/linux-6.15/tools/testing/selftests/drivers/ntsync/
H A Dntsync.c78 struct ntsync_event_args args; in read_event_state()
381 struct ntsync_event_args event_args; in TEST()
446 struct ntsync_event_args event_args; in TEST()
616 struct ntsync_event_args event_args = {0}; in TEST()
748 struct ntsync_event_args event_args = {0}; in TEST()
940 struct ntsync_event_args manual_event_args = {0}; in TEST()
941 struct ntsync_event_args auto_event_args = {0}; in TEST()
1065 struct ntsync_event_args event_args = {0}; in TEST()
1176 struct ntsync_event_args event_args = {0}; in TEST()
1306 struct ntsync_event_args event_args; in TEST()
/linux-6.15/drivers/misc/
H A Dntsync.c634 struct ntsync_event_args __user *user_args = argp; in ntsync_event_read()
636 struct ntsync_event_args args; in ntsync_event_read()
791 struct ntsync_event_args args; in ntsync_create_event()
/linux-6.15/Documentation/userspace-api/
H A Dntsync.rst85 struct ntsync_event_args {
140 :c:type:`ntsync_event_args`, which is used as follows:
248 :c:type:`ntsync_event_args`, which is used as follows: