Home
last modified time | relevance | path

Searched refs:driver (Results 176 – 200 of 12046) sorted by relevance

12345678910>>...482

/openbmc/linux/drivers/iio/dummy/
H A DKconfig5 menu "IIO dummy driver"
13 tristate "An example driver with no hardware requirements"
17 a driver. May also be useful for testing userspace code
26 Add some dummy events to the simple dummy driver.
29 allowing that driver's code to be as close as possible to that
30 a normal driver talking to hardware.
39 Add buffered data capture to the simple dummy driver.
41 Buffer handling elements of industrial I/O reference driver.
/openbmc/linux/net/wireless/
H A Dethtool.c12 if (pdev->driver) in cfg80211_get_drvinfo()
13 strscpy(info->driver, pdev->driver->name, in cfg80211_get_drvinfo()
14 sizeof(info->driver)); in cfg80211_get_drvinfo()
16 strscpy(info->driver, "N/A", sizeof(info->driver)); in cfg80211_get_drvinfo()
/openbmc/linux/drivers/input/serio/
H A DKconfig17 To compile this driver as a module, choose M here: the
40 To compile this driver as a module, choose M here: the
55 To compile this driver as a module, choose M here: the
68 To compile this driver as a module, choose M here: the
117 It's safe to enable this driver, so if unsure, say Y.
139 driver, and the new HIL driver is experimental, so if you plan
180 tristate "PS/2 driver library"
235 To compile this driver as a module, choose M here;
278 tristate "Microsoft Synthetic Keyboard driver"
298 tristate "GPIO PS/2 bit banging driver"
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D237.out3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "nod…
10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"…
32 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
37 …ob-id": "job0", "options": {"adapter-type": "ide", "driver": "vmdk", "extents": [], "file": {"driv…
59 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen…
64 …": "job0", "options": {"adapter-type": "buslogic", "driver": "vmdk", "extents": [], "file": {"driv…
86 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"…
96 …te", "arguments": {"job-id": "job0", "options": {"adapter-type": "ide", "driver": "vmdk", "file": …
118 …te", "arguments": {"job-id": "job0", "options": {"adapter-type": "foo", "driver": "vmdk", "file": …
[all …]
H A D248.out1 {"execute": "blockdev-add", "arguments": {"driver": "qcow2", "file": {"driver": "raw", "file": {"dr…
5 …blockdev-reopen", "arguments": {"options": [{"driver": "qcow2", "file": {"driver": "raw", "file": …
H A D226.out3 === Testing with driver:file ===
6 qemu-io: can't open: 'file' driver requires 'TEST_DIR/t.IMGFMT' to be a regular file
7 qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file
10 qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file
12 === Testing with driver:host_device ===
15 qemu-io: can't open: 'host_device' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or …
19 === Testing with driver:host_cdrom ===
22 qemu-io: can't open: 'host_cdrom' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or b…
/openbmc/linux/Documentation/admin-guide/
H A Ddell_rbu.rst2 Dell Remote BIOS Update driver (dell_rbu)
8 Document demonstrating the use of the Dell Remote BIOS Update driver
14 This document discusses the functionality of the rbu driver only.
34 using the driver breaks the image in to packets of fixed sizes and the driver
35 would place each packet in contiguous physical memory. The driver also
38 If the dell_rbu driver is unloaded all the allocated memory is freed.
63 changed to packets during the driver load time by specifying the load
83 Once this file gets to the driver, the driver extracts packet_size data from
105 Until this step is completed the driver cannot be unloaded.
108 memory allocated by the driver.
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/
H A DKconfig27 This driver supports the gigabit ethernet MACs in the
40 This driver supports the MDIO interface found in the network
44 This driver is used by the MV643XX_ETH and MVNETA drivers.
51 This driver supports auxiliary block of the network
55 This driver, when enabled, strictly cooperates with mvneta
56 driver and is common for all network ports of the devices,
68 This driver supports the network interface units in the
72 Note that this driver is distinct from the mv643xx_eth
73 driver, which should be used for the older Marvell SoCs
94 This driver supports the network interface units in the
[all …]
/openbmc/linux/drivers/iio/gyro/
H A DKconfig10 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
21 Angular Rate Sensor driver.
24 tristate "Analog devices ADIS16136 and similar gyroscopes driver"
41 This driver can also be built as a module. If so, the module
63 This driver can also be built as a module. If so, the module
75 driver connected via I2C or SPI. This driver also supports BMI055
78 This driver can also be built as a module. If so, the module
98 Sensor driver connected via I2C or SPI.
100 This driver can also be built as a module. If so, the module
158 To compile this driver as a module, choose M here. The module
[all …]
/openbmc/linux/drivers/misc/
H A Dtifm_core.c45 driver); in tifm_bus_match()
72 driver); in tifm_device_probe()
76 if (dev->driver && drv->probe) { in tifm_device_probe()
94 driver); in tifm_device_remove()
96 if (dev->driver && drv->remove) { in tifm_device_remove()
100 sock->dev.driver = NULL; in tifm_device_remove()
112 driver); in tifm_device_suspend()
114 if (dev->driver && drv->suspend) in tifm_device_suspend()
123 driver); in tifm_device_resume()
125 if (dev->driver && drv->resume) in tifm_device_resume()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_config_page.py101 element = self.driver.find_element(By.ID, 'new-imagefs_types')
135 self.driver.find_element(By.ID, 'new-dl_dir').clear()
143 self.driver.find_element(By.ID,'new-dl_dir').clear()
151 self.driver.find_element(By.ID,'new-dl_dir').clear()
154 hidden_element = self.driver.find_element(By.ID,'hintError-dl_dir')
159 self.driver.find_element(By.ID,'new-dl_dir').clear()
162 hidden_element = self.driver.find_element(By.ID,'hintError-dl_dir')
190 self.driver.find_element(By.ID, 'new-sstate_dir').clear()
198 self.driver.find_element(By.ID,'new-sstate_dir').clear()
206 self.driver.find_element(By.ID,'new-sstate_dir').clear()
[all …]
/openbmc/linux/drivers/net/phy/
H A Dmdio_device.c151 struct device_driver *drv = mdiodev->dev.driver; in mdio_probe()
172 struct device_driver *drv = mdiodev->dev.driver; in mdio_remove()
187 struct device_driver *drv = mdiodev->dev.driver; in mdio_shutdown()
203 pr_debug("%s: %s\n", __func__, mdiodrv->driver.name); in mdio_driver_register()
205 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
206 mdiodrv->driver.probe = mdio_probe; in mdio_driver_register()
207 mdiodrv->driver.remove = mdio_remove; in mdio_driver_register()
208 mdiodrv->driver.shutdown = mdio_shutdown; in mdio_driver_register()
210 retval = driver_register(&mdiodrv->driver); in mdio_driver_register()
213 mdiodrv->driver.name, retval); in mdio_driver_register()
[all …]
/openbmc/u-boot/drivers/demo/
H A DKconfig1 menu "Demo for driver model"
7 This uclass allows you to play around with driver model. It provides
13 bool "Enable simple demo device for driver model"
16 This device allows you to play around with driver model. It prints
18 this device. It can be used to help understand how driver model
22 bool "Enable shape demo device for driver model"
25 This device allows you to play around with driver model. It prints
27 this device. It can be used to help understand how driver model
/openbmc/linux/drivers/platform/x86/intel/pmt/
H A DKconfig9 The Intel Platform Monitoring Technology (PMT) class driver provides
15 To compile this driver as a module, choose M here: the module
19 tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver"
23 The Intel Platform Monitory Technology (PMT) Telemetry driver provides
27 To compile this driver as a module, choose M here: the module
31 tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver"
35 The Intel Platform Monitoring Technology (PMT) crashlog driver provides
39 To compile this driver as a module, choose M here: the module
/openbmc/linux/drivers/platform/mellanox/
H A DKconfig18 tristate "Mellanox platform hotplug driver support"
23 This driver handles hot-plug events for the power suppliers, power
27 tristate "Mellanox platform register access driver support"
38 tristate "Mellanox line card platform driver support"
50 tristate "Mellanox BlueField SoC TmFifo platform driver"
55 Say y here to enable TmFifo support. The TmFifo driver provides
56 platform driver support for the TmFifo which supports console
60 tristate "Mellanox BlueField Firmware Boot Control driver"
68 does not boot up correctly. This driver provides sysfs access
83 tristate "Nvidia SN2201 platform driver support"
[all …]
/openbmc/linux/Documentation/staging/
H A Dtee.rst51 driver. The main job for the driver is to receive requests from the
82 TEE client driver example
99 .driver = {
109 return driver_register(&client_driver.driver);
114 driver_unregister(&client_driver.driver);
120 OP-TEE driver
264 * Mitigation: It is recommended to build the OP-TEE driver as builtin driver
268 AMD-TEE driver
312 between AMD-TEE driver and AMD Secure Processor driver can be found in [6].
331 following driver function callbacks:
[all …]
/openbmc/linux/drivers/greybus/
H A Dhd.c27 if (!hd || !hd->driver || !hd->driver->output) in gb_hd_output()
29 return hd->driver->output(hd, req, size, cmd, async); in gb_hd_output()
78 if (hd->driver->cport_allocate) in gb_hd_cport_allocate()
79 return hd->driver->cport_allocate(hd, cport_id, flags); in gb_hd_cport_allocate()
98 if (hd->driver->cport_release) { in gb_hd_cport_release()
99 hd->driver->cport_release(hd, cport_id); in gb_hd_cport_release()
124 struct gb_host_device *gb_hd_create(struct gb_hd_driver *driver, in gb_hd_create() argument
136 if ((!driver->message_send) || (!driver->message_cancel)) { in gb_hd_create()
161 hd = kzalloc(sizeof(*hd) + driver->hd_priv_size, GFP_KERNEL); in gb_hd_create()
172 hd->driver = driver; in gb_hd_create()
/openbmc/linux/drivers/watchdog/
H A DKconfig302 Watchdog driver for the xps_timebase_wdt IP core.
463 driver as a module, which will be called wdt285.
712 This is the driver for the hardware watchdog
927 This driver is required to reboot the SoC.
1222 This driver is like the WDT501 driver but for slightly different
1357 A software monitoring watchdog and NMI handling driver. This driver
1370 by the driver, panic is called.
1775 Hardware driver for the TI AR7 Watchdog Timer.
1804 tristate "Marvell GTI Watchdog driver"
1922 controlled by this driver.
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-params.rst7 ``devlink`` provides capability for a driver to expose device parameters for low
13 across multiple drivers. Each driver is also free to add their own
14 parameters. Each driver must document the specific parameters they support,
28 - set while the driver is running, and takes effect immediately. No
32 the driver using the ``devlink`` reload command.
40 In order for ``driverinit`` parameters to take effect, the driver must
42 request a reload of the device driver.
81 Load firmware version preferred by the driver.
88 - Controls the device's reset policy on driver probe.
92 Always reset device on driver probe.
[all …]
/openbmc/linux/sound/soc/amd/
H A DKconfig24 This option enables machine driver for rt5645.
33 This option enables machine driver for Jadeite platform
55 This option enables machine driver for RT5682 and MAX9835.
69 This option enables machine driver for DMIC
79 ACP DMA driver, CPU DAI driver.
89 This option enables machine driver for Vangogh platform
101 triggered for ACP PCI driver, ACP PDM DMA driver.
121 driver modules to use
131 triggered for ACP PCI driver.
142 triggered for ACP PCI driver, ACP PDM DMA driver, ACP SoundWire
[all …]
/openbmc/linux/Documentation/PCI/
H A Dpciebus-howto.rst14 This guide describes the basics of the PCI Express Port Bus driver
44 physical device to be handled by only a single driver. The PCI
47 may have its own software service driver. In this case several
54 using the current driver model.
68 - Allow one service driver to run on multiple PCI-PCI Bridge
83 driver when the PCI Express support is enabled in the kernel.
97 section 5.2.1 & 5.2.2). It is important that a service driver
101 the PCI Express Port Bus driver from loading a service driver.
129 driver data structure.
152 driver.
[all …]
/openbmc/linux/drivers/memory/
H A DKconfig26 tristate "ARM PL172 MPMC driver"
34 bool "Atmel EBI driver"
47 tristate "Broadcom STB DPFE driver"
59 tristate "Broadcom STB MEMC driver"
79 tristate "Texas Instruments AEMIF driver"
91 tristate "Texas Instruments EMIF driver"
129 tristate "Texas Instruments EMIF SRAM driver"
170 bool "Freescale IFC driver"
175 bool "Ingenic JZ4780 SoC NEMC driver"
192 bool "Texas Instruments da8xx DDR2/mDDR driver"
[all …]
/openbmc/linux/drivers/i3c/master/
H A DKconfig3 tristate "Cadence I3C master driver"
8 Enable this driver if you want to support Cadence I3C master block.
11 tristate "Synospsys DesignWare I3C master driver"
22 This driver can also be built as a module. If so, the module
26 tristate "ASPEED AST2600 I3C master driver"
34 driver adds platform- specific support for AST2600 hardware.
36 This driver can also be built as a module. If so, the module
40 tristate "Silvaco I3C Dual-Role Master driver"
48 tristate "MIPI I3C Host Controller Interface driver (EXPERIMENTAL)"
58 This driver can also be built as a module. If so, the module will be
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-input-mouse_1.9.5.bb1 require xorg-driver-input.inc
3 SUMMARY = "X.Org X server -- mouse input driver"
5 DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \
6 supports most available mouse types and interfaces. The mouse driver \
9 driver."
/openbmc/linux/Documentation/scsi/
H A Dscsi-generic.rst4 SCSI Generic (sg) driver
11 The SCSI Generic driver (sg) is one of the four "high level" SCSI device
18 Rather than document the driver's interface here, version information
23 Major versions of the sg driver
34 Sg driver documentation
36 The most recent documentation of the sg driver is kept at
40 This describes the sg version 3 driver found in the lk 2.4 series.
61 sg3_utils for the sg version 3 driver found in lk 2.4
74 Mapping of Linux kernel versions to sg driver versions
77 of the sg driver:
[all …]

12345678910>>...482