Searched refs:driver (Results 476 - 500 of 8892) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mux/
H A Dadgs1408.c3 * ADGS1408/ADGS1409 SPI MUX driver
11 #include <linux/mux/driver.h>
120 .driver = {
130 MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
H A Dgpio.c3 * GPIO-controlled multiplexer driver
15 #include <linux/mux/driver.h>
96 .driver = {
104 MODULE_DESCRIPTION("GPIO-controlled multiplexer driver");
H A Dadg792a.c3 * Multiplexer driver for Analog Devices ADG792A/G Triple 4:1 mux
13 #include <linux/mux/driver.h>
142 .driver = {
151 MODULE_DESCRIPTION("Analog Devices ADG792A/G Triple 4:1 mux driver");
/linux-master/drivers/gpio/
H A Dgpio-bd71815.c11 #include <linux/gpio/driver.h>
106 * OTOH - the original driver written by colleagues at Embest did support
110 * This driver does not by default support configuring this second GPO
174 .driver = {
H A Dgpio-bd9571mwv.c3 * ROHM BD9571MWV-M and BD9574MWF-M GPIO driver
7 * Based on the TPS65086 driver
12 #include <linux/gpio/driver.h>
120 .driver = {
129 MODULE_DESCRIPTION("BD9571MWV GPIO driver");
H A Dgpio-tps65912.c3 * GPIO driver for TI TPS65912x PMICs
8 * Based on the Arizona GPIO driver and the previous TPS65912 driver by
12 #include <linux/gpio/driver.h>
121 .driver = {
130 MODULE_DESCRIPTION("TPS65912 GPIO driver");
H A Dgpio-bd71828.c4 #include <linux/gpio/driver.h>
132 .driver = {
141 MODULE_DESCRIPTION("BD71828 voltage regulator driver");
H A Dgpio-loongson1.c9 #include <linux/gpio/driver.h>
100 .driver = {
109 MODULE_DESCRIPTION("Loongson1 GPIO driver");
H A Dgpio-tpic2810.c7 #include <linux/gpio/driver.h>
15 * struct tpic2810 - GPIO driver data
126 .driver = {
H A Dgpio-gw-pld.c7 // Based on code and know-how from the OpenWrt driver:
14 #include <linux/gpio/driver.h>
124 .driver = {
H A Dgpio-imx-scu.c5 * The driver exports a standard gpiochip interface
11 #include <linux/gpio/driver.h>
124 .driver = {
H A Dgpio-74xx-mmio.c3 * 74xx MMIO GPIO driver
10 #include <linux/gpio/driver.h>
142 .driver = {
152 MODULE_DESCRIPTION("74xx MMIO GPIO driver");
H A Dgpio-wcd934x.c6 #include <linux/gpio/driver.h>
115 .driver = {
123 MODULE_DESCRIPTION("Qualcomm Technologies, Inc WCD GPIO control driver");
/linux-master/sound/drivers/
H A Dvirmidi.c101 strcpy(card->driver, "VirMIDI");
117 .driver = {
/linux-master/include/linux/greybus/
H A Dhd.h47 const struct gb_hd_driver *driver; member in struct:gb_host_device
60 /* Private data for the host driver */
71 struct gb_host_device *gb_hd_create(struct gb_hd_driver *driver,
/linux-master/sound/pci/cs46xx/
H A Dcs46xx.c3 * The driver for the Cirrus Logic's Sound Fusion CS46XX based soundcards
110 strcpy(card->driver, "CS46xx");
136 .driver = {
/linux-master/drivers/iio/adc/
H A Dmax11100.c18 #include <linux/iio/driver.h>
152 .driver = {
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dethtool.c23 strscpy(info->driver, "libertas", sizeof(info->driver));
/linux-master/drivers/mfd/
H A Dvexpress-sysreg.c7 #include <linux/gpio/driver.h>
127 .driver = {
/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c69 static const struct drm_driver driver = { variable in typeref:struct:drm_driver
90 udl = devm_drm_dev_alloc(&interface->dev, &driver,
/linux-master/drivers/regulator/
H A Dsy7636a-regulator.c15 #include <linux/regulator/driver.h>
128 .driver = {
138 MODULE_DESCRIPTION("SY7636A voltage regulator driver");
H A Drt5033-regulator.c3 * Regulator driver for the Richtek RT5033
11 #include <linux/regulator/driver.h>
125 .driver = {
134 MODULE_DESCRIPTION("Richtek RT5033 Regulator driver");
H A Dsy8106a-regulator.c3 // sy8106a-regulator.c - Regulator device driver for SY8106A
12 #include <linux/regulator/driver.h>
62 * I2C driver interface functions
139 .driver = {
152 MODULE_DESCRIPTION("Regulator device driver for Silergy SY8106A");
/linux-master/drivers/soc/renesas/
H A Dpwc-rzv2m.c7 #include <linux/gpio/driver.h>
101 * The register used by this driver cannot be read, therefore set the
132 .driver = {
141 MODULE_DESCRIPTION("Renesas RZ/V2M PWC driver");
/linux-master/drivers/dma/idxd/
H A Dcompat.c24 if (dev && dev->driver) {
42 if (!dev || dev->driver || drv != &dsa_drv.drv)

Completed in 192 milliseconds

<<11121314151617181920>>