Searched refs:driver (Results 151 - 175 of 8906) sorted by relevance

1234567891011>>

/linux-master/include/linux/mlx5/
H A Drsc_dump.h4 #include <linux/mlx5/driver.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Drsc_dump.h8 #include <linux/mlx5/driver.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsf.h7 #include <linux/mlx5/driver.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h9 const struct nvif_driver *driver; member in struct:nvif_client
/linux-master/drivers/acpi/pmic/
H A Dintel_pmic_chtcrc.c3 * Intel Cherry Trail Crystal Cove PMIC operation region driver
22 * For now the sole purpose of this driver is to make
41 .driver = {
/linux-master/include/linux/comedi/
H A Dcomedi_pcmcia.h25 struct comedi_driver *driver);
35 * PCMCIA driver
H A Dcomedi_usb.h19 struct comedi_driver *driver, unsigned long context);
28 * module_comedi_usb_driver() - Helper macro for registering a comedi USB driver
/linux-master/sound/soc/codecs/
H A Dwm8804-spi.c3 * wm8804-spi.c -- WM8804 S/PDIF transceiver driver - SPI
39 .driver = {
50 MODULE_DESCRIPTION("ASoC WM8804 driver - SPI");
H A Dpcm5102a.c47 .driver = {
55 MODULE_DESCRIPTION("ASoC PCM5102A codec driver");
H A Dcs4271-spi.c3 * CS4271 SPI audio driver
27 .driver = {
H A Dchv3-codec.c31 .driver = {
39 MODULE_DESCRIPTION("ASoC Chameleon v3 codec driver");
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8821ce.c28 .driver.pm = &rtw_pm_ops,
34 MODULE_DESCRIPTION("Realtek 802.11ac wireless 8821ce driver");
H A Drtw8822ce.c28 .driver.pm = &rtw_pm_ops,
34 MODULE_DESCRIPTION("Realtek 802.11ac wireless 8822ce driver");
/linux-master/drivers/media/radio/
H A Dradio-terratec.c2 /* Terratec ActiveRadio ISA Standalone card driver for Linux radio support
4 * based on the aimslab radio driver from M. Kirkwood
36 MODULE_DESCRIPTION("A driver for the TerraTec ActiveRadio Standalone radio card.");
79 /* this is the worst part in this driver */
137 .driver = {
141 .driver = {
158 return isa_register_driver(&terratec_driver.driver, 1);
163 isa_unregister_driver(&terratec_driver.driver);
/linux-master/drivers/spi/
H A Dspi-brcmstb-qspi.c32 .driver = {
42 MODULE_DESCRIPTION("Broadcom SPI driver for settop SoC");
/linux-master/drivers/fpga/
H A Daltera-pr-ip-core-plat.c37 .driver = {
/linux-master/drivers/edac/
H A Dlayerscape_edac.c31 .driver = {
/linux-master/drivers/bus/
H A Dsun50i-de2.c40 .driver = {
/linux-master/include/linux/platform_data/
H A Dkeypad-omap.h9 #warning Please update the board to use matrix-keypad driver
/linux-master/arch/um/drivers/
H A Dline.h18 /* There's only two modifiable fields in this - .mc.list and .driver */
29 struct tty_driver *driver; member in struct:line_driver
56 const struct line_driver *driver; member in struct:line
61 extern int line_install(struct tty_driver *driver, struct tty_struct *tty,
80 const struct tty_operations *driver,
/linux-master/drivers/power/reset/
H A Drestart-poweroff.c42 .driver = {
50 MODULE_DESCRIPTION("restart poweroff driver");
/linux-master/sound/core/
H A Dseq_device.c8 * This device handler separates the card driver module from sequencer
13 * The card (or lowlevel) driver creates a sequencer device entry
15 * with the sequencer device "driver", which is involved with the
18 * driver with the same id is loaded when required. For example,
69 dev->driver ? "loaded" : "empty",
70 dev->driver ? 1 : 0);
93 if (!dev->driver)
173 if (!dev->dev.driver)
195 * id = id of driver
246 * driver registratio
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dvio.h91 * @desired: set from return of driver's get_desired_dma() function
118 /* A driver must have a get_desired_dma() function to
123 struct device_driver driver; member in struct:vio_driver
131 #define vio_register_driver(driver) \
132 __vio_register_driver(driver, THIS_MODULE, KBUILD_MODNAME)
161 return container_of(drv, struct vio_driver, driver);
/linux-master/include/linux/soundwire/
H A Dsdw_type.h16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver)
27 * module_sdw_driver() - Helper macro for registering a Soundwire driver
28 * @__sdw_driver: soundwire slave driver struct
/linux-master/drivers/input/rmi4/
H A Drmi_bus.h22 * function for a particular device (basically, a driver for that RMI4 function)
56 * struct rmi_function_handler - driver routines for a particular RMI function.
76 struct device_driver driver; member in struct:rmi_function_handler
90 container_of(d, struct rmi_function_handler, driver)
100 container_of(d, struct rmi_driver, driver)
121 return d->driver->reset_handler(d);

Completed in 166 milliseconds

1234567891011>>