/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 12 #include <linux/input.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fb.h | 79 __u16 input; /* display type - see FB_DISP_* */ member
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 672 bool input);
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 277 /* The following fields are used by input headers only. */ 583 struct input_dev *input; member
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx.c | 19 #include <linux/input.h>
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-input.c | 3 // handle em28xx IR remotes via linux kernel input layer. 17 #include <linux/usb/input.h> 34 "input: %s: " fmt, __func__, ## arg); \ 637 /* Register input device */ in em28xx_init_buttons() 679 /* Deregister input devices */ in em28xx_shutdown_buttons() 725 dev_info(&dev->intf->dev, "Registering input extension\n"); in em28xx_ir_init() 847 dev_info(&dev->intf->dev, "Closing input extension\n"); in em28xx_ir_fini() 876 dev_info(&dev->intf->dev, "Suspending input extension\n"); in em28xx_ir_suspend() 895 dev_info(&dev->intf->dev, "Resuming input extension\n"); in em28xx_ir_resume() 929 MODULE_DESCRIPTION(DRIVER_DESC " - input interfac [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | se401.c | 25 #include <linux/input.h>
|
H A D | pac7311.c | 51 #include <linux/input.h>
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-shx3.c | 546 .input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END },
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 12 #include <linux/input.h>
|
/kernel/linux/linux-6.6/drivers/platform/olpc/ |
H A D | olpc-xo175-ec.c | 16 #include <linux/input.h> 691 /* Set up power button input device */ in olpc_xo175_ec_probe() 700 dev_err(&spi->dev, "error registering input device: %d\n", ret); in olpc_xo175_ec_probe()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | ldusb.c | 28 #include <linux/input.h>
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-picolcd_core.c | 12 #include <linux/input.h> 114 * input class device 406 /* initialize keypad input device */ 424 hid_err(hdev, "failed to allocate input device\n"); in picolcd_init_keys() 446 hid_err(hdev, "error registering the input device\n"); in picolcd_init_keys() 467 /* Setup keypad input device */ in picolcd_probe_lcd() 472 /* Setup CIR input device */ in picolcd_probe_lcd() 562 hid_err(hdev, "failed to open input interrupt pipe for key and IR events\n"); in picolcd_probe() 629 /* Cleanup input */ in picolcd_remove()
|
H A D | hid-roccat-kone.c | 26 #include <linux/input.h>
|
H A D | hid-roccat-kovaplus.c | 16 #include <linux/input.h>
|
H A D | hid-roccat-pyra.c | 18 #include <linux/input.h>
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | stts751.c | 741 static SENSOR_DEVICE_ATTR_RO(temp1_input, input, 0);
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | adi.c | 15 #include <linux/input.h> 194 * adi_decode() decodes Logitech joystick data into input events. 268 * adi_open() is a callback from the input open routine. 280 * adi_close() is a callback from the input close routine. 396 snprintf(adi->phys, ADI_MAX_PHYS_LENGTH, "%s/input%d", port->gameport->phys, half); in adi_init_input()
|
H A D | sidewinder.c | 14 #include <linux/input.h> 726 "%s/input%d", gameport->phys, i); in sw_connect()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | cm109.c | 22 * - Dmitry Torokhov for valuable input and review 34 #include <linux/usb/input.h> 52 HID_OR2 = 0x02, /* Set GPIO to input/output mode */ 89 struct input_dev *idev; /* input device */ 93 /* irq input channel */ 292 * input subsystem. 314 * for the input subsystem, sends press-n-release for mute keys. 544 * input event interface 780 /* register settings for the input device */ in cm109_usb_probe() 853 * Make sure input event in cm109_usb_pre_reset() [all...] |
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-pca9532.c | 15 #include <linux/input.h> 305 /* To use as input ensure pin is not driven */ in pca9532_gpio_direction_input()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lm8323.c | 19 #include <linux/input.h> 65 #define CFG_MUX1SEL 0x01 /* Select MUX1_OUT input. */ 67 #define CFG_MUX2SEL 0x04 /* Select MUX2_OUT input. */ 711 "%s/input-kp", dev_name(&client->dev)); in lm8323_probe() 727 dev_dbg(&client->dev, "error registering input device\n"); in lm8323_probe()
|
H A D | lkkbd.c | 53 #include <linux/input.h> 524 * lkkbd_event() handles events from the input module.
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 19 #include <linux/input/mt.h> 590 * an input device.
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | parser.y | 109 input: mainmenu_stmt stmt_list | stmt_list; label
|