Searched refs:driver (Results 251 - 275 of 8858) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/radio/
H A Dradio-aimslab.c3 * AimsLab RadioTrack (aka RadioVeveal) driver
44 MODULE_DESCRIPTION("A driver for the RadioTrack/RadioReveal radio card.");
165 .driver = {
169 .driver = {
186 return isa_register_driver(&rtrack_driver.driver, RTRACK_MAX);
191 isa_unregister_driver(&rtrack_driver.driver);
/linux-master/drivers/cpuidle/
H A Dcpuidle-calxeda.c67 .driver = {
H A Dcpuidle-clps711x.c3 * CLPS711X CPU idle driver
48 .driver = {
/linux-master/sound/soc/codecs/
H A Dad193x-spi.c3 * AD1938/AD1939 audio driver
43 .driver = {
51 MODULE_DESCRIPTION("ASoC AD1938/AD1939 audio CODEC driver");
H A Dpcm3060-spi.c3 // PCM3060 SPI driver
45 .driver = {
57 MODULE_DESCRIPTION("PCM3060 SPI driver");
H A Dpcm186x-spi.c51 .driver = {
H A Dadau1372-spi.c48 .driver = {
56 MODULE_DESCRIPTION("ASoC ADAU1372 CODEC SPI driver");
/linux-master/sound/soc/au1x/
H A Ddb1000.c48 .driver = {
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c126 const char *driver; local
128 driver = udev_device_get_property_value(dev, "USB_UDC_NAME");
129 return driver != NULL && !strcmp(driver, USBIP_DEVICE_DRV_NAME);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-i2c.c25 * re-created by just probing the V4L2 driver.
36 devname = client->dev.driver->name;
50 /* the owner is the same as the i2c_client's driver owner */
51 sd->owner = client->dev.driver->owner;
83 * Note: by loading the module first we are certain that c->driver
84 * will be set if the driver was found. If the module was not loaded
86 * and then c->driver is still NULL until the module is finally
95 if (!try_module_get(client->dev.driver->owner))
106 module_put(client->dev.driver->owner);
/linux-master/drivers/power/reset/
H A Dsc27xx-poweroff.c71 .driver = {
77 MODULE_DESCRIPTION("Power off driver for SC27XX PMIC Device");
/linux-master/drivers/platform/x86/
H A Dintel_scu_pltdrv.c3 * Platform driver for the Intel SCU.
49 .driver = {
59 MODULE_DESCRIPTION("Intel SCU platform driver");
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.h35 #include <linux/mlx5/driver.h>
/linux-master/drivers/mfd/
H A Dat91-usart.c58 .driver = {
67 MODULE_DESCRIPTION("AT91 USART MFD driver");
/linux-master/drivers/rtc/
H A Drtc-starfire.c1 /* rtc-starfire.c: Starfire platform RTC driver.
55 .driver = {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dpriv.h7 #include <linux/mlx5/driver.h>
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h43 const struct drm_driver *driver; member in struct:kirin_drm_data
/linux-master/tools/include/uapi/linux/
H A Dethtool.h26 * @max_rx: Read only. Maximum number of receive channel the driver support.
27 * @max_tx: Read only. Maximum number of transmit channel the driver support.
28 * @max_other: Read only. Maximum number of other channel the driver support.
29 * @max_combined: Read only. Maximum number of combined channel the driver
56 * struct ethtool_drvinfo - general driver and device information
58 * @driver: Driver short name. This should normally match the name
59 * in its bus driver structure (e.g. pci_driver::name). Must
83 * Drivers should set at most @driver, @version, @fw_version and
85 * core fills in the other fields using other driver operations.
89 char driver[3 member in struct:ethtool_drvinfo
[all...]
/linux-master/sound/soc/pxa/
H A Dpxa2xx-pcm.c37 .driver = {
/linux-master/drivers/clk/x86/
H A Dclk-lpss-atom.c38 .driver = {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/diag/
H A Dvhca_tracepoint.h11 #include <linux/mlx5/driver.h>
/linux-master/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-spi.c3 * Samsung LSI S5C73M3 8M pixel camera driver
115 struct s5c73m3 *state = container_of(spi->dev.driver, struct s5c73m3,
116 spidrv.driver);
138 spidrv->driver.name = S5C73M3_SPI_DRV_NAME;
139 spidrv->driver.of_match_table = s5c73m3_spi_ids;
/linux-master/drivers/net/dsa/
H A Dvitesse-vsc73xx.h4 #include <linux/gpio/driver.h>
/linux-master/include/linux/mfd/
H A Drohm-generic.h8 #include <linux/regulator/driver.h>
/linux-master/include/linux/comedi/
H A Dcomedi_pci.h33 int comedi_pci_auto_config(struct pci_dev *pcidev, struct comedi_driver *driver,
43 * module_comedi_pci_driver() - Helper macro for registering a comedi PCI driver

Completed in 215 milliseconds

<<11121314151617181920>>