Home
last modified time | relevance | path

Searched refs:driver (Results 201 – 225 of 12174) sorted by relevance

12345678910>>...487

/openbmc/linux/drivers/gpu/drm/rockchip/
H A DKconfig17 This driver provides kernel mode setting and buffer
18 management to userspace. This driver does not provide
25 bool "Rockchip VOP driver"
32 bool "Rockchip VOP2 driver"
38 bool "Rockchip specific extensions for Analogix DP driver"
54 for the cdn DP driver. If you want to enable Dp on
71 for the Synopsys DesignWare dsi driver. If you want to
79 for the Innosilicon HDMI driver. If you want to enable
90 driver.
100 say Y to enable its driver.
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A DKconfig3 # Touchscreen driver configuration
24 To compile this driver as a module, choose M here: the
43 To compile this driver as a module, choose M here: the
99 resistive touchscreen driver.
459 controller. This driver supports models ILI2102,
482 tristate "IPROC touch panel driver support"
494 tristate "Samsung S6SY761 Touchscreen driver"
497 Say Y if you have the Samsung S6SY761 driver
932 USB Touchscreen driver for:
1311 tristate "Zeitec ZET6223 touchscreen driver"
[all …]
/openbmc/linux/drivers/gpu/drm/tiny/
H A DKconfig27 tristate "Cirrus driver for QEMU emulated device"
32 This is a KMS driver for emulated cirrus device in qemu.
34 the modesetting userspace X.org driver.
46 tristate "GM12U320 driver for USB projectors"
55 tristate "Open Firmware display driver"
61 DRM driver for Open Firmware framebuffers.
80 To compile this driver as a module, choose M here.
83 tristate "Simple framebuffer driver"
107 DRM driver for the following HX8357D panels:
120 DRM driver for the following Ilitek ILI9163 panels:
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A DKconfig23 This is a video4linux driver for Conexant cx23416 or cx23415 based
29 To compile this driver as a module, choose M here: the
39 based PCI TV cards supported by the ivtv driver.
43 provided by the main ivtv driver.
45 To compile this driver as a module, choose M here: the
55 This is a framebuffer driver for the Conexant cx23415 MPEG
60 To compile this driver as a module, choose M here: the
67 With PAT enabled, the cx23415 framebuffer driver does not
69 For this reason, the driver will by default disable itself
73 The driver is not easily upgradable to the PAT-aware
[all …]
/openbmc/linux/drivers/soundwire/
H A Dbus_type.c84 struct sdw_driver *drv = drv_to_sdw_driver(dev->driver); in sdw_drv_probe()
113 name = drv->driver.name; in sdw_drv_probe()
169 struct sdw_driver *drv = drv_to_sdw_driver(dev->driver); in sdw_drv_remove()
209 drv->driver.bus = &sdw_bus_type; in __sdw_register_driver()
214 name = drv->driver.name; in __sdw_register_driver()
220 drv->driver.owner = owner; in __sdw_register_driver()
221 drv->driver.probe = sdw_drv_probe; in __sdw_register_driver()
222 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
223 drv->driver.shutdown = sdw_drv_shutdown; in __sdw_register_driver()
225 return driver_register(&drv->driver); in __sdw_register_driver()
[all …]
/openbmc/linux/drivers/dio/
H A Ddio-driver.c50 struct dio_driver *drv = to_dio_driver(dev->driver); in dio_device_probe()
53 if (!d->driver && drv->probe) { in dio_device_probe()
60 d->driver = drv; in dio_device_probe()
79 drv->driver.name = drv->name; in dio_register_driver()
80 drv->driver.bus = &dio_bus_type; in dio_register_driver()
83 return driver_register(&drv->driver); in dio_register_driver()
99 driver_unregister(&drv->driver); in dio_unregister_driver()
/openbmc/linux/drivers/comedi/
H A DKconfig14 say N here. This enables comedi core and driver debugging.
49 Enable support for a driver to 'bond' (merge) multiple subdevices
54 To compile this driver as a module, choose M here: the module will be
61 This driver is mainly for testing purposes, but can also be used to
65 To compile this driver as a module, choose M here: the module will be
115 driver provides a legacy comedi driver wrapper for the generic 8255
116 support driver.
505 not yet been added to the driver.
578 provides a PCI wrapper around the generic 8255 driver.
1259 Enable support for 8255 digital I/O as a standalone driver.
[all …]
/openbmc/linux/drivers/misc/eeprom/
H A DKconfig12 Enable this driver to get read/write support to most I2C EEPROMs
14 configure the driver to know about each chip on your target
26 code to make sure this driver won't turn it on by accident.
32 This driver can also be built as a module. If so, the module
46 This driver can also be built as a module. If so, the module
58 better at24 driver instead.
60 This driver can also be built as a module. If so, the module
80 This is a driver for the EEPROM chipsets 93c46 and 93c66.
81 The driver supports both read as well as write commands.
92 Driver for the microwire EEPROM chipsets 93xx46x. The driver
[all …]
/openbmc/linux/drivers/virtio/
H A DKconfig9 This option is selected by any driver which implements the virtio
51 tristate "PCI driver for virtio devices"
84 tristate "vDPA driver for virtio devices"
88 This driver provides support for virtio based paravirtual
97 tristate "Support for virtio pmem driver"
108 tristate "Virtio balloon driver"
113 This driver supports increasing and decreasing the amount
119 tristate "Virtio mem driver"
139 tristate "Virtio input driver"
143 This driver supports virtio input devices such as
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vmbus5 This file allows the driver for a device to be specified which
7 specified, only a driver with a name matching the value written
14 device from its current driver or make any attempt to
15 automatically load the specified driver. If no driver with a
17 will not bind to any driver. This also allows devices to
18 opt-out of driver binding using a driver_override name such as
19 "none". Only a single driver may be specified in the override,
H A Dsysfs-bus-amba5 This file allows the driver for a device to be specified which
7 When specified, only a driver with a name matching the value
14 device from its current driver or make any attempt to
15 automatically load the specified driver. If no driver with a
17 not bind to any driver. This also allows devices to opt-out of
18 driver binding using a driver_override name such as "none".
19 Only a single driver may be specified in the override, there is
/openbmc/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-1.dot2 /* Make sure our payloads are always drawn below the driver node */
6 driver -> {payload1, payload2} [dir=none];
11 driver -> port1;
12 driver -> port2;
13 driver -> port3:e;
14 driver -> port4;
38 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
H A Dtopology-figure-2.dot2 /* Make sure our payloads are always drawn below the driver node */
6 driver -> {payload1, payload2} [dir=none];
11 driver -> port1;
12 driver -> port2;
13 driver -> port3:e;
14 driver -> port4 [color=red];
52 driver [label="DRM driver";style=filled;shape=box;fillcolor=lightblue];
/openbmc/linux/drivers/tty/serial/
H A Dtegra-tcu.c23 struct uart_driver driver; member
205 tcu->console.data = &tcu->driver; in tegra_tcu_probe()
209 tcu->driver.owner = THIS_MODULE; in tegra_tcu_probe()
210 tcu->driver.driver_name = "tegra-tcu"; in tegra_tcu_probe()
211 tcu->driver.dev_name = "ttyTCU"; in tegra_tcu_probe()
213 tcu->driver.cons = &tcu->console; in tegra_tcu_probe()
215 tcu->driver.nr = 1; in tegra_tcu_probe()
217 err = uart_register_driver(&tcu->driver); in tegra_tcu_probe()
262 uart_unregister_driver(&tcu->driver); in tegra_tcu_probe()
278 uart_unregister_driver(&tcu->driver); in tegra_tcu_remove()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_drv.c620 dev->driver = driver; in drm_dev_init()
787 if (dev->driver->release) in drm_dev_release()
906 const struct drm_driver *driver = dev->driver; in drm_dev_register() local
909 if (!driver->load) in drm_dev_register()
935 if (driver->load) { in drm_dev_register()
948 driver->name, driver->major, driver->minor, in drm_dev_register()
949 driver->patchlevel, driver->date, in drm_dev_register()
956 if (dev->driver->unload) in drm_dev_register()
957 dev->driver->unload(dev); in drm_dev_register()
998 if (dev->driver->unload) in drm_dev_unregister()
[all …]
/openbmc/linux/Documentation/driver-api/mei/
H A Dmei-client-bus.rst16 In order to plug seamlessly into the kernel device driver model we add kernel virtual
17 bus abstraction on top of the MEI driver. This allows implementing Linux kernel drivers
26 A driver implementation for an MEI Client is very similar to any other existing bus
27 based device drivers. The driver registers itself as an MEI CL bus driver through
33 struct device_driver driver;
45 driver to bind itself against a device name.
59 Once the driver is registered and bound to the device, a driver will typically
63 In order for a driver to be notified about pending traffic or event, the driver
80 The driver init and exit routines for this device would look like:
123 And the driver's simplified probe routine would look like that:
[all …]
/openbmc/linux/drivers/rapidio/
H A Drio-driver.c85 struct rio_driver *rdrv = to_rio_driver(dev->driver); in rio_device_probe()
90 if (!rdev->driver && rdrv->probe) { in rio_device_probe()
98 rdev->driver = rdrv; in rio_device_probe()
118 struct rio_driver *rdrv = rdev->driver; in rio_device_remove()
123 rdev->driver = NULL; in rio_device_remove()
132 struct rio_driver *rdrv = rdev->driver; in rio_device_shutdown()
152 rdrv->driver.name = rdrv->name; in rio_register_driver()
153 rdrv->driver.bus = &rio_bus_type; in rio_register_driver()
156 return driver_register(&rdrv->driver); in rio_register_driver()
170 driver_unregister(&rdrv->driver); in rio_unregister_driver()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
22 * - ``driver-reinit``
23 - Devlink driver entities re-initialization, including applying
24 new values to devlink entities which are used during driver
33 Note that even though user asks for a specific action, the driver
35 it. For example, some driver do not support driver reinitialization
42 By default reload actions are not limited and driver implementation may
72 # Run reload command for devlink driver entities re-initialization:
78 # Note that mlx5 driver reloads the driver while activating firmware
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dluks-detached-header80 driver="file",
104 driver="file",
115 driver="file",
198 driver="file",
204 driver="luks",
216 driver="file",
223 driver="file",
230 driver=imgfmt,
241 driver="file",
248 driver="file",
[all …]
/openbmc/linux/drivers/virt/vboxguest/
H A DKconfig6 This is a driver for the Virtual Box Guest PCI device used in
7 Virtual Box virtual machines. Enabling this driver will add
11 This driver also offers vboxguest IPC functionality which is needed
12 for the vboxfs driver which offers folder sharing support.
14 If you enable this driver you should also enable the VBOXVIDEO option.
17 to build this driver as a module, so that it can be updated
18 independently of the kernel. Select M to build this driver as a
/openbmc/u-boot/include/dm/
H A Ddevice-internal.h39 int device_bind(struct udevice *parent, const struct driver *drv,
43 int device_bind_ofnode(struct udevice *parent, const struct driver *drv,
67 const struct driver *drv, const char *name,
145 int device_chld_unbind(struct udevice *dev, struct driver *drv);
147 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind()
161 int device_chld_remove(struct udevice *dev, struct driver *drv,
164 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove()
/openbmc/linux/drivers/hwmon/
H A DKconfig19 To find out which specific driver(s) you need, use the
416 tristate "ASPEED g6 PWM and Fan tach driver"
464 saved in the internal driver cache.
525 tristate "Dell laptop SMM BIOS hwmon driver"
1021 bool "Lantiq cpu temperature sensor driver"
1230 tristate "Mellanox FAN driver"
1354 This driver supports driver model based binding through board
1536 Currently, this driver supports
1575 Super-I/O chips. This driver replaces the w83627ehf driver for
1914 are supported by another driver, select
[all …]
/openbmc/linux/Documentation/networking/device_drivers/appletalk/
H A Dcops.rst4 The COPS LocalTalk Linux driver (cops.c)
9 This driver has two modes and they are: Dayna mode and Tangent mode.
13 such as more IO ports. As this driver is tested it will
16 Right now these cards are known to work with the COPS driver. The
20 TANGENT driver mode:
23 DAYNA driver mode:
30 The COPS driver defaults to using Dayna mode. To change the driver's
31 mode if you built a driver with dual support use board_type=1 or
34 Operation/loading of the driver
38 If you do not specify any options the driver will try and use the IO = 0x240,
[all …]
/openbmc/linux/drivers/input/keyboard/
H A DKconfig20 This driver implements support for buttons connected
27 To compile this driver as a module, choose M here: the
167 To compile this driver as a module, choose M here:
177 To compile this driver as a module, choose M here:
268 This driver implements basic keypad functionality
277 this driver.
287 This driver implements basic keypad functionality
294 this driver.
310 tristate "HP HIL keyboard support (simple driver)"
592 are also supported by this driver.
[all …]
/openbmc/linux/drivers/platform/x86/
H A DKconfig41 tristate "WMI embedded Binary MOF driver"
53 tristate "Huawei WMI laptop extras driver"
104 tristate "Xiaomi WMI key driver"
214 control is supported by the driver.
565 increase in driver size.
734 tristate "Samsung Laptop driver"
784 This driver differs from the non-ACPI Toshiba laptop driver (located
845 driver.
925 Build the sonypi driver compatibility code into the sony-laptop driver.
1038 bool "Intel SCU PCI driver"
[all …]

12345678910>>...487