Home
last modified time | relevance | path

Searched refs:hidraw (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c31 #include <linux/hidraw.h>
36 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
49 add_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
57 if (!list->hidraw->exist) { in hidraw_read()
74 remove_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
252 __poll_t mask = EPOLLOUT | EPOLLWRNORM; /* hidraw is always writable */ in hidraw_poll()
254 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()
257 if (!list->hidraw->exist) in hidraw_poll()
265 struct hidraw *dev; in hidraw_open()
297 list->hidraw in hidraw_open()
319 drop_ref(struct hidraw *hidraw, int exists_bit) drop_ref() argument
576 struct hidraw *hidraw = hid->hidraw; hidraw_disconnect() local
[all...]
H A Dhid-u2fzero.c15 #include <linux/hidraw.h>
326 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
H A Dhid-led.c11 #include <linux/hidraw.h>
491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
H A Dhid-cp2112.c23 #include <linux/hidraw.h>
1313 "CP2112 SMBus Bridge on hidraw%d", in cp2112_probe()
1314 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
H A DMakefile13 hid-$(CONFIG_HIDRAW) += hidraw.o
H A Dhid-core.c34 #include <linux/hidraw.h>
2005 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
H A Dhid-mcp2221.c16 #include <linux/hidraw.h>
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c31 #include <linux/hidraw.h>
36 .name = "hidraw",
38 static struct hidraw *hidraw_table[HIDRAW_MAX_DEVICES];
51 add_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
59 if (!list->hidraw->exist) { in hidraw_read()
76 remove_wait_queue(&list->hidraw->wait, &wait); in hidraw_read()
254 __poll_t mask = EPOLLOUT | EPOLLWRNORM; /* hidraw is always writable */ in hidraw_poll()
256 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()
259 if (!list->hidraw->exist) in hidraw_poll()
267 struct hidraw *de in hidraw_open()
326 drop_ref(struct hidraw *hidraw, int exists_bit) drop_ref() argument
607 struct hidraw *hidraw = hid->hidraw; hidraw_disconnect() local
[all...]
H A Dhid-u2fzero.c15 #include <linux/hidraw.h>
348 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
H A Dhid-led.c11 #include <linux/hidraw.h>
491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
H A Dhid-cp2112.c22 #include <linux/hidraw.h>
1276 "CP2112 SMBus Bridge on hidraw%d", in cp2112_probe()
1277 ((struct hidraw *)hdev->hidraw)->minor); in cp2112_probe()
H A DMakefile15 hid-$(CONFIG_HIDRAW) += hidraw.o
H A Dhid-core.c34 #include <linux/hidraw.h>
2229 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
H A Dhid-ft260.c12 #include <linux/hidraw.h>
H A Dhid-mcp2221.c17 #include <linux/hidraw.h>
/kernel/linux/linux-5.10/include/linux/
H A Dhidraw.h8 #include <uapi/linux/hidraw.h>
11 struct hidraw { struct
32 struct hidraw *hidraw; member
H A Dhid.h601 void *hidraw; member
/kernel/linux/linux-6.6/include/linux/
H A Dhidraw.h8 #include <uapi/linux/hidraw.h>
11 struct hidraw { struct
32 struct hidraw *hidraw; member
H A Dhid.h656 void *hidraw; member
/kernel/linux/linux-5.10/samples/hidraw/
H A Dhid-example.c10 * applications using hidraw.
16 #include <linux/hidraw.h>
20 * yet populate new version of hidraw.h to userspace.
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c10 * applications using hidraw.
16 #include <linux/hidraw.h>
20 * yet populate new version of hidraw.h to userspace.
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c14 #include <linux/hidraw.h>
402 sprintf(sysfs, "%s/%s/hidraw", workdir, dir->d_name); in get_hidraw()
409 if (fnmatch("hidraw*", subdir->d_name, 0)) in get_hidraw()
412 found = atoi(subdir->d_name + strlen("hidraw")); in get_hidraw()
435 /* open hidraw node to check the other side of the pipe */ in open_hidraw()
436 sprintf(hidraw_path, "/dev/hidraw%d", hidraw_number); in open_hidraw()
577 * retrieve and open the matching hidraw node,
603 /* read the data from hidraw */ in TEST_F()
619 /* read the data from hidraw */ in TEST_F()
648 /* read the data from hidraw */ in TEST_F()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A Dcore.c28 #include <linux/hidraw.h>
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A Dcore.c28 #include <linux/hidraw.h>
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhid-core.c35 #include <linux/hidraw.h>

Completed in 33 milliseconds

12