Home
last modified time | relevance | path

Searched refs:driver (Results 226 – 250 of 12410) sorted by relevance

12345678910>>...497

/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/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 …]
/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c73 static void check_contains(const char *machine, const char *driver) in check_contains() argument
76 qos_node_contains(machine, driver, NULL); in check_contains()
78 edge = qos_graph_get_edge(machine, driver); in check_contains()
101 qos_node_consumes(driver, interface, NULL); in check_consumes()
103 edge = qos_graph_get_edge(interface, driver); in check_consumes()
109 static void check_driver(const char *driver) in check_driver() argument
111 qos_node_create_driver(driver, driverfunct); in check_driver()
112 g_assert_cmpint(qos_graph_has_machine(driver), ==, FALSE); in check_driver()
113 g_assert_nonnull(qos_graph_get_node(driver)); in check_driver()
114 g_assert_cmpint(qos_graph_has_node(driver), ==, TRUE); in check_driver()
[all …]
/openbmc/linux/drivers/net/wwan/
H A DKconfig11 Say Y here if you want to use the WWAN driver core. This driver
14 To compile this driver as a module, choose M here: the module will be
33 This driver is a developer testing tool that can be used to test WWAN
36 To compile this driver as a module, choose M here: the module will be
40 tristate "MHI WWAN control driver for QCOM-based PCIe modems"
49 To compile this driver as a module, choose M here: the module will be
65 tristate "Qualcomm BAM-DMUX WWAN network driver"
74 To compile this driver as a module, choose M here: the module will be
78 tristate "RPMSG WWAN control driver"
89 this driver but the QMI messages can only be sent through
[all …]
/openbmc/linux/drivers/media/tuners/
H A DKconfig32 Elonics E4000 silicon tuner driver.
39 Fitipower FC0011 silicon tuner driver.
46 Fitipower FC0012 silicon tuner driver.
53 Fitipower FC0013 silicon tuner driver.
61 FCI FC2580 silicon tuner driver.
69 ITE Tech IT913x silicon tuner driver.
98 Mirics MSi001 silicon tuner driver.
140 MaxLinear MxL301RF OFDM tuner driver.
161 Sharp QM1D1B0004 ISDB-S tuner driver.
206 NXP TDA18212 silicon tuner driver.
[all …]
/openbmc/linux/drivers/ptp/
H A DKconfig23 This driver adds support for PTP clocks as character
25 also enable at least one clock driver as well.
27 To compile this driver as a module, choose M here: the module
49 This driver adds support for using the Digital timing engine
55 To compile this driver as a module, choose M here: the module
64 This driver adds support for using the Freescale QorIQ 1588
84 This driver adds support for using the DP83640 as a PTP
89 In order for this to work, your MAC driver must also
99 This driver adds support for using the ZHAW InES 1588 IP
110 This driver adds support for using the PCH EG20T as a PTP
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dmp5023.rst3 Kernel driver mp5023
23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
33 The driver exports the following attributes via the 'sysfs' files
48 The driver provides the following attributes for output voltage:
56 The driver provides the following attributes for output current:
66 The driver provides the following attributes for input power:
74 The driver provides the following attributes for temperature:
H A Dmp5990.rst3 Kernel driver mp5990
23 This driver implements support for Monolithic Power Systems, Inc. (MPS)
33 The driver exports the following attributes via the 'sysfs' files
48 The driver provides the following attributes for output voltage:
56 The driver provides the following attributes for output current:
66 The driver provides the following attributes for input power:
74 The driver provides the following attributes for temperature:
H A Dxdpe152c4.rst3 Kernel driver xdpe152
23 This driver implements support for Infineon Digital Multi-phase Controller
37 The driver provides for current: input, maximum and critical thresholds
40 The driver exports the following attributes for via the sysfs files, where
61 The driver provides for voltage: input, critical and low critical thresholds
63 The driver exports the following attributes for via the sysfs files, where
92 The driver provides for power: input and alarms.
93 The driver exports the following attributes for via the sysfs files, where
106 The driver provides for temperature: input, maximum and critical thresholds
108 The driver exports the following attributes for via the sysfs files:
H A Dxdp710.rst3 Kernel driver xdp710
23 This driver implements support for Infineon XDP710 Hot-Swap Controller.
32 The driver exports the following attributes via the 'sysfs' files
47 The driver provides the following attributes for output voltage:
55 The driver provides the following attributes for output current:
65 The driver provides the following attributes for input power:
73 The driver provides the following attributes for temperature:
/openbmc/linux/drivers/media/radio/
H A Dradio-typhoon.c142 .driver = {
146 .driver = {
165 typhoon_driver.driver.driver.name); in typhoon_init()
167 typhoon_driver.driver.driver.name); in typhoon_init()
170 return isa_register_driver(&typhoon_driver.driver, TYPHOON_MAX); in typhoon_init()
175 isa_unregister_driver(&typhoon_driver.driver); in typhoon_exit()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_irq.c84 if (dev->driver->irq_preinstall) in drm_legacy_irq_install()
85 dev->driver->irq_preinstall(dev); in drm_legacy_irq_install()
91 ret = request_irq(irq, dev->driver->irq_handler, in drm_legacy_irq_install()
92 sh_flags, dev->driver->name, dev); in drm_legacy_irq_install()
100 if (dev->driver->irq_postinstall) in drm_legacy_irq_install()
101 ret = dev->driver->irq_postinstall(dev); in drm_legacy_irq_install()
154 if (dev->driver->irq_uninstall) in drm_legacy_irq_uninstall()
155 dev->driver->irq_uninstall(dev); in drm_legacy_irq_uninstall()
/openbmc/u-boot/drivers/dma/
H A DKconfig7 Enable driver model for DMA. DMA engines can do
23 bool "Enable the sandbox DMA test driver"
30 bool "BCM6348 IUDMA driver"
34 Enable the BCM6348 IUDMA driver.
35 This driver support data transfer from devices to
39 bool "TI EDMA3 driver"
41 Enable the TI EDMA3 driver for DRA7xx and AM43xx evms.
42 This driver support data transfer between memory
49 Enable APBH DMA driver.
/openbmc/linux/drivers/usb/typec/ucsi/
H A DKconfig4 tristate "USB Type-C Connector System Software Interface driver"
13 the ports and support basic operations like role swapping, the driver
19 driver only provides the core part, and separate drivers are needed
25 To compile the driver as a module, choose M here: the module will be
34 This driver enables UCSI support on platforms that expose a
37 To compile the driver as a module, choose M here: the module will be
44 This driver enables UCSI support on platforms that expose UCSI
49 To compile the driver as a module, choose M here: the module will be
56 This driver enables UCSI support on platforms that expose a STM32G0
59 To compile the driver as a module, choose M here: the module will be
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcontributors.rst15 - for the initial saa7146 driver and its recent overhaul
19 - for his work on the initial Linux DVB driver
24 - for their continuing work on the DVB driver
28 - for his contributions to the dvb-net driver
38 - for patching the cable card decoder driver
61 their work on the dbox2 port of the DVB driver
89 TechnoTrend/Hauppauge DEC driver firmware
106 - for the IR code for the ttusb-dec driver
118 - for the nxt2002 frontend driver
122 - for the nxt2004 frontend driver
[all …]
/openbmc/linux/Documentation/scsi/
H A Dlpfc.rst10 Starting in the 8.0.17 release, the driver began to be targeted strictly
12 (pre 2.6.10). The 8.0.16 release should be used if the driver is to be
20 The driver now requires a 2.6.12 (if pre-release, 2.6.12-rc1) or later
27 history of the driver as we push for upstream acceptance.
31 In older revisions of the lpfc driver, the driver internally queued i/o
34 being removed, a switch rebooting, or a device reboot), the driver could
38 to the system. If the driver did not hide these conditions, i/o would be
39 errored by the driver, the mid-layer would exhaust its retries, and the
49 As a potential new addition to kernel.org, the 8.x driver was asked to
74 If a driver is needed for older kernels please utilize the 8.0.16
[all …]
/openbmc/linux/drivers/iio/humidity/
H A DKconfig16 This driver can also be built as a module. If so, the module will
20 tristate "DHT11 (and compatible sensors) driver"
23 This driver supports reading data via a single interrupt
38 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
59 humidity driver
61 To compile this driver as a module, choose M here: the module
75 To compile this driver as a module, choose M here: the module
108 To compile this driver as a module, choose M here: the module
109 will be called si7005. This driver also
[all …]
/openbmc/u-boot/drivers/pinctrl/
H A DKconfig53 The driver is typically controlled by the device tree.
110 bool "QCA/Athores ar933x pin control driver"
119 bool "AT91 pinctrl driver"
135 bool "AT91 PIO4 pinctrl driver"
142 bool "Microchip PIC32 pin-control and pin-mux driver"
152 bool "QCA/Athores qca953x pin control driver"
162 bool "Rockchip rv1108 pin control driver"
172 bool "Sandbox pinctrl driver"
175 This enables pinctrl driver for sandbox.
181 bool "Single register pin-control and pin-multiplex driver"
[all …]
/openbmc/linux/sound/isa/
H A DKconfig39 To compile this driver as a module, choose M here: the module
54 To compile this driver as a module, choose M here: the module
58 tristate "Generic AD1848/CS4248 driver"
67 To compile this driver as a module, choose M here: the module
151 tristate "Generic Cirrus Logic CS4231 driver"
162 tristate "Generic Cirrus Logic CS4232/CS4236+ driver"
175 tristate "Generic ESS ES688/ES1688 and ES968 PnP driver"
187 tristate "Generic ESS ES18xx driver"
342 tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
408 tristate "Ensoniq SoundScape driver"
[all …]
/openbmc/linux/drivers/power/supply/
H A DKconfig82 tristate "Test power driver"
119 tristate "CW2015 Battery driver"
136 tristate "DS2780 battery driver"
144 tristate "DS2781 battery driver"
224 bool "WM97xx generic battery driver"
251 smart battery driver to its ports.
258 tristate "BQ27xxx battery driver"
292 tristate "DA9030 battery driver"
482 tristate "TI LP8788 charger driver"
753 tristate "Goldfish battery driver"
[all …]
/openbmc/linux/drivers/soc/qcom/
H A DKconfig64 tristate "Qualcomm Technologies, Inc. LLCC driver"
71 Say yes here to enable LLCC slice driver.
82 tristate "Qualcomm On Chip Memory (OCMEM) driver"
97 tristate "Qualcomm PMIC GLINK driver"
118 tristate "Qualcomm Ramp Controller driver"
127 tristate "Qualcomm Remote Filesystem memory driver"
161 tristate "Qualcomm RPMh Power domain driver"
170 tristate "Qualcomm RPM Power domain driver"
229 tristate "Qualcomm socinfo driver"
256 tristate "Qualcomm WCNSS control driver"
[all …]
/openbmc/linux/drivers/cpufreq/
H A DKconfig11 Note that this driver doesn't automatically change the CPU
80 loading your cpufreq low-level hardware driver.
93 loading your cpufreq low-level hardware driver.
116 To compile this driver as a module, choose M here: the
209 tristate "Generic DT based cpufreq driver"
221 tristate "Generic DT based cpufreq platdev driver"
244 tristate "ACPI Processor P-States driver"
247 This driver adds a CPUFreq driver which utilizes the ACPI
278 tristate "UltraSPARC-III CPU Frequency driver"
285 tristate "UltraSPARC-IIe CPU Frequency driver"
[all …]
/openbmc/linux/sound/hda/ext/
H A Dhdac_ext_bus.c86 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv()
119 drv->driver.bus = &snd_hda_bus_type; in snd_hda_ext_driver_register()
123 drv->driver.probe = hda_ext_drv_probe; in snd_hda_ext_driver_register()
125 drv->driver.remove = hdac_ext_drv_remove; in snd_hda_ext_driver_register()
127 drv->driver.shutdown = hdac_ext_drv_shutdown; in snd_hda_ext_driver_register()
129 return driver_register(&drv->driver); in snd_hda_ext_driver_register()
140 driver_unregister(&drv->driver); in snd_hda_ext_driver_unregister()
/openbmc/linux/sound/soc/amd/acp/
H A Dacp-i2s.c135 switch (dai->driver->id) { in acp_i2s_hwparams()
154 switch (dai->driver->id) { in acp_i2s_hwparams()
277 switch (dai->driver->id) { in acp_i2s_trigger()
301 switch (dai->driver->id) { in acp_i2s_trigger()
332 acp_set_i2s_clk(adata, dai->driver->id); in acp_i2s_trigger()
338 switch (dai->driver->id) { in acp_i2s_trigger()
354 switch (dai->driver->id) { in acp_i2s_trigger()
400 switch (dai->driver->id) { in acp_i2s_prepare()
494 switch (dai->driver->id) { in acp_i2s_startup()
534 stream->id = dai->driver->id + dir; in acp_i2s_startup()
[all …]
/openbmc/linux/drivers/iio/magnetometer/
H A DKconfig19 To compile this driver as a module, choose M here: the module
32 To compile this driver as a module, choose M here: the module
41 Deprecated: AK09911 is now supported by AK8975 driver.
58 This driver is only implementing magnetometer part, which has
61 This driver also supports I2C Bosch BMC156 and BMM150 chips.
163 This driver can also be compiled as a set of modules.
177 This driver can also be compiled as a set of modules.
195 This driver can also be compiled as a module.
207 This driver can also be compiled as a module.
219 This driver can also be compiled as a module.
[all …]

12345678910>>...497