Searched refs:driver (Results 1 - 25 of 8858) sorted by path

1234567891011>>

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt11 participant driver
17 mac80211->driver: sta_state(AP, not-exists)
18 mac80211->driver: bss_info_changed(clear BSSID)
20 note over mac80211,driver
26 mac80211->driver: config(channel, channel type)
27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
28 mac80211->driver: sta_state(AP, exists)
31 mac80211->driver: TX directed probe request
32 driver->mac80211: RX probe response
35 mac80211->driver
[all...]
/linux-master/Documentation/networking/mac80211_hwsim/
H A Dhostapd.conf2 driver=nl80211
/linux-master/arch/mips/kernel/
H A Dgpio_txx9.c3 * A gpio chip driver for TXx9 SoCs
10 #include <linux/gpio/driver.h>
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dgpio.c9 #include <linux/gpio/driver.h>
/linux-master/arch/sparc/kernel/
H A Dtime_64.c451 /* The CMOS RTC driver only accepts IORESOURCE_IO, so cons
489 .driver = {
521 .driver = {
584 .driver = {
616 * be before device_initcall() because things like the RTC driver
/linux-master/drivers/acpi/pmic/
H A Dtps68470_pmic.c3 * TI TPS68470 PMIC operation region driver
442 .driver = {
/linux-master/drivers/base/power/
H A Dgeneric_ops.c16 * If PM operations are defined for the @dev's driver and they include
22 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
35 * If PM operations are defined for the @dev's driver and they include
41 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
60 struct device_driver *drv = dev->driver;
75 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
87 const struct dev_pm_ops *pm = dev->driver
[all...]
/linux-master/drivers/bus/
H A Darm-cci.c2 * CCI cache coherent interconnect driver
79 .driver = {
523 pr_info("ARM CCI driver probed\n");
574 * check if the CCI driver has beed initialized. Function check if the driver
576 * the driver and updates the return value.
H A Dda8xx-mstpri.c3 * TI da8xx master peripheral priority driver
19 * knobs this driver controls. We can't use device tree properties as it deals
26 * we'll easily convert the driver to it.
162 * drm driver:
255 .driver = {
263 MODULE_DESCRIPTION("TI da8xx master peripheral priority driver");
/linux-master/drivers/char/agp/
H A Dalpha-agp.c186 alpha_bridge->driver = &alpha_core_agp_driver;
/linux-master/drivers/char/ipmi/
H A Dipmi_powernv.c3 * PowerNV OPAL IPMI driver
302 .driver = {
314 MODULE_DESCRIPTION("powernv IPMI driver");
/linux-master/drivers/char/tpm/
H A Dtpm_infineon.c11 * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
615 .driver = {
/linux-master/drivers/clk/
H A Dclk-hi655x.c3 * Clock driver for Hi655x
108 .driver = {
115 MODULE_DESCRIPTION("Clk driver for the hi655x series PMICs");
H A Dclk-max77686.c3 // clk-max77686.c - Clock driver for Maxim 77686/MAX77802
281 .driver = {
H A Dclk-twl6040.c3 * TWL6040 clock module driver for OMAP4 McPDM functional clock
151 .driver = {
159 MODULE_DESCRIPTION("TWL6040 clock driver for McPDM functional clock");
/linux-master/drivers/clk/hisilicon/
H A Dclk-hi3660-stub.c3 * Hisilicon clock driver
168 .driver = {
/linux-master/drivers/clk/ux500/
H A Dabx500-clk.c111 .driver = {
125 MODULE_DESCRIPTION("ABX500 clk driver");
/linux-master/drivers/cpuidle/
H A Dcpuidle-calxeda.c67 .driver = {
H A Dcpuidle-exynos.c130 dev_err(&pdev->dev, "failed to register cpuidle driver\n");
139 .driver = {
H A Dcpuidle-zynq.c60 .driver = {
/linux-master/drivers/crypto/nx/
H A Dnx-842.c20 * nx-842 driver via nx842_constraints, mean this driver must use bounce
24 * This driver will fall back to software decompression if the hardware
25 * decompression fails, so this driver's decompression should never fail as
27 * created by this driver will have a header (except ones where the input
28 * perfectly matches the constraints); so users of this driver cannot simply
29 * pass a compressed buffer created by this driver over to the 842 software
30 * decompression library. Instead, users must use this driver to decompress;
39 * creates can be passed to this driver for hardware decompression; any
44 * of 8; if such a compressed buffer is passed to this driver fo
104 nx842_crypto_init(struct crypto_tfm *tfm, struct nx842_driver *driver) argument
[all...]
/linux-master/drivers/dio/
H A DMakefile6 obj-y := dio.o dio-driver.o dio-sysfs.o
/linux-master/drivers/gpio/
H A Dgpio-janz-ttl.c15 #include <linux/gpio/driver.h>
189 .driver = {
H A Dgpio-octeon.c12 #include <linux/gpio/driver.h>
113 dev_info(&pdev->dev, "OCTEON GPIO driver probed.\n");
126 .driver = {
H A Dgpio-rdc321x.c3 * RDC321x GPIO driver
14 #include <linux/gpio/driver.h>
188 .driver.name = "rdc321x-gpio",
195 MODULE_DESCRIPTION("RDC321x GPIO driver");

Completed in 257 milliseconds

1234567891011>>