Home
last modified time | relevance | path

Searched refs:driver (Results 301 – 325 of 12794) sorted by relevance

1...<<11121314151617181920>>...512

/openbmc/linux/Documentation/scsi/
H A Dadvansys.rst17 adapter detected. The number of CDBs used by the driver can be
78 execution of the driver.
86 the driver.
154 the execution of the driver.
208 the driver, e.g.::
222 and help maintain the driver.
232 AdvanSys driver in the Caldera releases.
236 driver work with a SCSI-1 disk.
239 support in the 3.1A driver.
255 the 3.2M driver.
[all …]
H A Ddc395x.rst4 dc395x SCSI driver
9 The driver has been tested with CD-R and CD-R/W drives. These should
12 to use this driver with hard disks.
14 This driver is evolved from `the original 2.4 driver
21 The driver uses the settings from the EEPROM set in the SCSI BIOS
22 setup. If there is no EEPROM, the driver uses default values.
98 For the built in driver the parameters should be prefixed with
104 The driver is free software. It is protected by the GNU General Public
105 License (GPL). Please read it, before using this driver. It should be
112 reliable driver, there is a chance, that it will kill your valuable data.
[all …]
/openbmc/qemu/docs/config/
H A Dq35-emulated.cfg80 driver = "ioh3420"
88 driver = "ioh3420"
96 driver = "ioh3420"
104 driver = "ioh3420"
142 driver = "ide-hd"
153 driver = "ide-cd"
170 driver = "ich9-usb-ehci1"
176 driver = "ich9-usb-uhci1"
248 driver = "e1000"
271 driver = "VGA"
[all …]
/openbmc/linux/drivers/rtc/
H A DKconfig148 tristate "Test driver/device"
238 tristate "ams AS3722 RTC driver"
321 tristate "TI LP8788 RTC driver"
564 tristate "TI Palmas RTC driver"
574 tristate "TI TPS6586X RTC driver"
578 along with alarm. This driver supports the RTC driver for
582 tristate "TI TPS65910 RTC driver"
1285 tristate "IBM OPAL RTC driver"
1508 RTC" driver.
1616 tristate "Cadence RTC driver"
[all …]
/openbmc/linux/drivers/comedi/
H A Ddrivers.c183 dev->driver = NULL; in comedi_device_detach_cleanup()
205 if (dev->driver) in comedi_device_detach()
206 dev->driver->detach(dev); in comedi_device_detach()
992 dev->driver = driv; in comedi_device_attach()
1041 if (!driver) { in comedi_auto_config()
1050 driver->driver_name); in comedi_auto_config()
1058 driver->driver_name); in comedi_auto_config()
1064 dev->driver = driver; in comedi_auto_config()
1073 driver->driver_name); in comedi_auto_config()
1129 comedi_drivers = driver; in comedi_driver_register()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_pci.c149 const struct drm_driver *driver) in drm_legacy_get_pci_dev() argument
156 dev = drm_dev_alloc(driver, &pdev->dev); in drm_legacy_get_pci_dev()
199 int drm_legacy_pci_init(const struct drm_driver *driver, in drm_legacy_pci_init() argument
208 if (WARN_ON(!(driver->driver_features & DRIVER_LEGACY))) in drm_legacy_pci_init()
230 drm_legacy_get_pci_dev(pdev, pid, driver); in drm_legacy_pci_init()
245 void drm_legacy_pci_exit(const struct drm_driver *driver, in drm_legacy_pci_exit() argument
252 if (!(driver->driver_features & DRIVER_LEGACY)) { in drm_legacy_pci_exit()
258 if (dev->driver == driver) { in drm_legacy_pci_exit()
/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A DTODO1 The Atmel ISC driver is not compliant with media controller specification.
2 In order to evolve this driver, it has to move to media controller, to
5 not backwards compatible with the current usability of the driver.
8 driver /dev/videoX down to the sensor.
12 inside the driver that will query the subdev at probe time and make a list
25 to the driver in staging. Thus, all the existing users of the non
29 The new driver was added in the media subsystem with a different
31 of the driver will be able to use all the new features.
33 The replacement driver is named VIDEO_MICROCHIP_ISC or
/openbmc/linux/crypto/
H A Dtestmgr.c1415 driver, cfg); in test_shash_vec_cfg()
1617 driver, cfg); in test_ahash_vec_cfg()
1928 driver); in __alg_test_hash()
1944 driver); in __alg_test_hash()
1957 driver); in __alg_test_hash()
2692 driver); in alg_test_aead()
2700 driver); in alg_test_aead()
3269 driver); in alg_test_skcipher()
3277 driver); in alg_test_skcipher()
5935 alg, driver, rc); in alg_test()
[all …]
/openbmc/linux/Documentation/spi/
H A Dspi-lm70llp.rst16 This driver provides glue code connecting a National Semiconductor LM70 LLP
19 This is a SPI master controller driver. It can be used in conjunction with
20 (layered under) the LM70 logical driver (a "SPI protocol driver").
21 In effect, this driver turns the parallel port interface on the eval board
23 LM70 driver (drivers/hwmon/lm70.c).
57 The bitbanger routine in this driver (lm70_txrx) is called back from
58 the bound "hwmon/lm70" protocol driver through its sysfs hook, using a
60 The lm70 driver then interprets the resulting digital temperature value
75 So: the getmiso inline routine in this driver takes this fact into account,
82 - David Brownell for mentoring the SPI-side driver development.
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D051.out41 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=foo: Unknown driver 'foo'
85 …on:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.orig"}…
178 …on:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}…
198 …on:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}…
218 …on:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}…
248 Testing: -drive driver=file
249 QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name
252 QEMU_PROG: -drive driver=file,filename=: The 'file' block driver requires a file name
254 Testing: -drive driver=nbd
257 Testing: -drive driver=raw
[all …]
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c119 struct i2c_driver *driver = to_i2c_driver(client->dev.driver); in i2c_get_match_data() local
530 driver = to_i2c_driver(dev->driver); in i2c_device_probe()
620 driver = to_i2c_driver(dev->driver); in i2c_device_remove()
646 driver = to_i2c_driver(dev->driver); in i2c_device_shutdown()
2010 driver->driver.owner = owner; in i2c_register_driver()
2011 driver->driver.bus = &i2c_bus_type; in i2c_register_driver()
2017 res = driver_register(&driver->driver); in i2c_register_driver()
2046 driver_unregister(&driver->driver); in i2c_del_driver()
2067 driver = to_i2c_driver(client->dev.driver); in i2c_cmd()
2493 driver->driver.name, addr); in i2c_detect_address()
[all …]
/openbmc/linux/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst2 RapidIO subsystem mport character device driver (rio_mport_cdev.c)
8 This device driver is the result of collaboration within the RapidIO.org
12 character mode driver interface which exposes the capabilities of RapidIO
16 This driver (MPORT_CDEV) provides access to basic RapidIO subsystem operations
20 When loaded this device driver creates filesystem nodes named rio_mportX in /dev
41 - Query/Control type of events reported through this driver: doorbells,
64 This device driver uses standard interfaces defined by kernel RapidIO subsystem
70 functionality of their platform when planning to use this driver:
73 compatible with this driver.
88 generated by this device driver. This parameter is formed by set of
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/pensando/
H A Dionic.rst7 Pensando Linux Ethernet driver.
14 - Enabling the driver
15 - Configuring the driver
45 driver: ionic
52 driver ionic
64 Enabling the driver
67 The driver is enabled via the standard kernel configuration system,
72 The driver is located in the menu structure at:
76 -> Ethernet driver support
124 The driver values are counters computed by the driver, and the firmware values
[all …]
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c147 struct platform_driver *driver; member
222 while ((d = platform_find_device_by_driver(p, &info->driver->driver))) { in exynos_drm_match_add()
367 .driver = {
381 if (!info->driver || !(info->flags & DRM_VIRTUAL_DEVICE)) in exynos_drm_unregister_devices()
385 &info->driver->driver))) { in exynos_drm_unregister_devices()
400 if (!info->driver || !(info->flags & DRM_VIRTUAL_DEVICE)) in exynos_drm_register_devices()
404 info->driver->driver.name, -1, NULL, 0); in exynos_drm_register_devices()
422 if (!info->driver) in exynos_drm_unregister_drivers()
425 platform_driver_unregister(info->driver); in exynos_drm_unregister_drivers()
436 if (!info->driver) in exynos_drm_register_drivers()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dibmaem.rst1 Kernel driver ibmaem
4 This driver talks to the IBM Systems Director Active Energy Manager, known
15 driver ("ipmi-si") needs to be loaded for this driver to do anything.
26 This driver implements sensor reading support for the energy and power meters
28 will be exported as platform devices; this driver can talk to both v1 and v2
29 interfaces. This driver is completely separate from the older ibmpex driver.
H A Dtps40422.rst1 Kernel driver tps40422
20 This driver supports TI TPS40422 Dual-Output or Two-Phase Synchronous Buck
23 The driver is a client driver to the core PMBus driver.
30 This driver does not auto-detect devices. You will have to instantiate the
38 The driver supports standard PMBus driver platform data.
H A Dmax20751.rst1 Kernel driver max20751
22 This driver supports MAX20751 Multiphase Master with PMBus Interface
25 The driver is a client driver to the core PMBus driver.
32 This driver does not auto-detect devices. You will have to instantiate the
40 The driver supports standard PMBus driver platform data.
H A Dpim4328.rst3 Kernel driver pim4328
40 This driver supports hardware monitoring for Flex PIM4328 and
43 The driver is a client driver to the core PMBus driver. Please see
51 This driver does not auto-detect devices. You will have to instantiate the
59 The driver supports standard PMBus driver platform data.
/openbmc/linux/drivers/usb/class/
H A DKconfig3 # USB Class driver configuration
11 This driver supports USB modems and ISDN adapters which support the
17 driver.
19 To compile this driver as a module, choose M here: the
28 To compile this driver as a module, choose M here: the
34 This driver supports the WMC Device Management functionality
38 To compile this driver as a module, choose M here: the
48 To compile this driver as a module, choose M here: the
/openbmc/linux/Documentation/misc-devices/
H A Dpci-endpoint-test.rst7 This driver should be used as a host side driver if the root complex is
9 driver configured according to [1]_.
11 The "pci_endpoint_test" driver can be used to perform the following tests.
13 The PCI driver for the test device performs the following tests:
23 This misc driver creates /dev/pci-endpoint-test.<num> for every
42 Changes driver IRQ type configuration. The IRQ type
45 Gets driver IRQ type configuration.
/openbmc/linux/drivers/mux/
H A DKconfig18 The driver supports both operating the three multiplexers in
21 To compile the driver as a module, choose M here: the module will
31 To compile the driver as a module, choose M here: the module will
40 The driver builds a single multiplexer controller using a number
45 To compile the driver as a module, choose M here: the module will
54 The driver builds multiplexer controllers for bitfields in either
55 a syscon register or a driver regmap register. For N bit wide
58 To compile the driver as a module, choose M here: the module will
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/
H A Dxf86-video-nouveau_1.0.17.bb1 require recipes-graphics/xorg-driver/xorg-driver-video.inc
5 SUMMARY = "X.Org X server -- nouveau video driver"
7 DESCRIPTION = "Open-source X.org graphics driver for NVIDIA graphics"
20 SRC_URI += "file://0001-nouveau-fixup-driver-for-new-X-server-ABI.patch"
/openbmc/linux/drivers/net/ethernet/8390/
H A DKconfig26 nearly NE2000 compatible but need a separate driver due to a few
39 AX88796 driver, using platform bus to provide
55 This driver is for the Individual Computers X-Surf 100 Ethernet
59 To compile this driver as a module, choose M here: the module
69 To compile this driver as a module, choose M here: the module
85 If you want to include a driver to support Nubus or LC-PDS
93 This driver is for Ethernet devices using an NS8390-compatible
115 To compile this driver as a module, choose M here. The module
128 This driver also works for the following NE2000 clone cards:
133 To compile this driver as a module, choose M here. The module
[all …]
/openbmc/linux/drivers/usb/typec/
H A DKconfig36 control (a driver) to function, or 2) if you need to be able to read
43 Connector Class API (Documentation/driver-api/usb/typec.rst)
44 <https://www.kernel.org/doc/html/latest/driver-api/usb/typec.html>
56 tristate "Analogix ANX7411 Type-C DRP Port controller driver"
62 controller driver.
68 tristate "Richtek RT1719 Sink Only Type-C controller driver"
75 Type-C port controller driver.
81 tristate "TI HD3SS3220 Type-C DRP Port controller driver"
86 controller driver.
92 tristate "STMicroelectronics STUSB160x Type-C controller driver"
[all …]
/openbmc/linux/sound/pci/hda/
H A Dhda_bind.c24 struct hda_codec_driver *driver = in hda_codec_match() local
31 for (list = driver->id; list->vendor_id; list++) { in hda_codec_match()
89 struct module *owner = dev->driver->owner; in hda_codec_driver_probe()
170 module_put(dev->driver->owner); in hda_codec_driver_remove()
182 drv->core.driver.name = name; in __hda_codec_driver_register()
183 drv->core.driver.owner = owner; in __hda_codec_driver_register()
184 drv->core.driver.bus = &snd_hda_bus_type; in __hda_codec_driver_register()
185 drv->core.driver.probe = hda_codec_driver_probe; in __hda_codec_driver_register()
188 drv->core.driver.pm = &hda_codec_driver_pm; in __hda_codec_driver_register()
192 return driver_register(&drv->core.driver); in __hda_codec_driver_register()
[all …]

1...<<11121314151617181920>>...512