/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hidraw.c | 31 #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 D | hid-u2fzero.c | 15 #include <linux/hidraw.h> 326 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
|
H A D | hid-led.c | 11 #include <linux/hidraw.h> 491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
|
H A D | hid-cp2112.c | 23 #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 D | Makefile | 13 hid-$(CONFIG_HIDRAW) += hidraw.o
|
H A D | hid-core.c | 34 #include <linux/hidraw.h> 2005 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
|
H A D | hid-mcp2221.c | 16 #include <linux/hidraw.h>
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hidraw.c | 31 #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 D | hid-u2fzero.c | 15 #include <linux/hidraw.h> 348 minor = ((struct hidraw *) hdev->hidraw)->minor; in u2fzero_probe()
|
H A D | hid-led.c | 11 #include <linux/hidraw.h> 491 minor = ((struct hidraw *) hdev->hidraw)->minor; in hidled_probe()
|
H A D | hid-cp2112.c | 22 #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 D | Makefile | 15 hid-$(CONFIG_HIDRAW) += hidraw.o
|
H A D | hid-core.c | 34 #include <linux/hidraw.h> 2229 ((struct hidraw *)hdev->hidraw)->minor); in hid_connect()
|
H A D | hid-ft260.c | 12 #include <linux/hidraw.h>
|
H A D | hid-mcp2221.c | 17 #include <linux/hidraw.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hidraw.h | 8 #include <uapi/linux/hidraw.h> 11 struct hidraw { struct 32 struct hidraw *hidraw; member
|
H A D | hid.h | 601 void *hidraw; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hidraw.h | 8 #include <uapi/linux/hidraw.h> 11 struct hidraw { struct 32 struct hidraw *hidraw; member
|
H A D | hid.h | 656 void *hidraw; member
|
/kernel/linux/linux-5.10/samples/hidraw/ |
H A D | hid-example.c | 10 * 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 D | hid-example.c | 10 * 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 D | hid_bpf.c | 14 #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 D | core.c | 28 #include <linux/hidraw.h>
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | core.c | 28 #include <linux/hidraw.h>
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-core.c | 35 #include <linux/hidraw.h>
|