Searched full:drivers (Results 1 – 25 of 3292) sorted by relevance
12345678910>>...132
/linux-3.3/drivers/ |
D | Kconfig | 1 menu "Device Drivers" 3 source "drivers/base/Kconfig" 5 source "drivers/connector/Kconfig" 7 source "drivers/mtd/Kconfig" 9 source "drivers/of/Kconfig" 11 source "drivers/parport/Kconfig" 13 source "drivers/pnp/Kconfig" 15 source "drivers/block/Kconfig" 19 source "drivers/misc/Kconfig" 21 source "drivers/ide/Kconfig" [all …]
|
/linux-3.3/drivers/staging/ |
D | Kconfig | 2 bool "Staging drivers" 5 This option allows you to select a number of drivers that are 6 not of the "normal" Linux kernel quality level. These drivers 8 them. Please note that these drivers are under heavy 13 Using any of these drivers will taint your kernel which might 17 If you wish to work on these drivers, to help improve them, or 19 driver_name.README file in the drivers/staging/ directory to 27 source "drivers/staging/serial/Kconfig" 29 source "drivers/staging/et131x/Kconfig" 31 source "drivers/staging/slicoss/Kconfig" [all …]
|
/linux-3.3/drivers/net/ethernet/ |
D | Kconfig | 10 This section contains all the Ethernet device drivers. 20 source "drivers/net/ethernet/3com/Kconfig" 21 source "drivers/net/ethernet/adaptec/Kconfig" 22 source "drivers/net/ethernet/aeroflex/Kconfig" 23 source "drivers/net/ethernet/alteon/Kconfig" 24 source "drivers/net/ethernet/amd/Kconfig" 25 source "drivers/net/ethernet/apple/Kconfig" 26 source "drivers/net/ethernet/atheros/Kconfig" 27 source "drivers/net/ethernet/cadence/Kconfig" 28 source "drivers/net/ethernet/adi/Kconfig" [all …]
|
/linux-3.3/Documentation/zh_CN/ |
D | magic-number.txt | 65 MKISS_DRIVER_MAGIC 0x04bf mkiss_channel drivers/net/mkiss.h 66 RISCOM8_MAGIC 0x0907 riscom_port drivers/char/riscom8.h 67 SPECIALIX_MAGIC 0x0907 specialix_port drivers/char/specialix_io8.h 68 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c 71 DB_MAGIC 0x4442 fc_info drivers/net/iph5526_novram.c 72 DL_MAGIC 0x444d fc_info drivers/net/iph5526_novram.c 74 FF_MAGIC 0x4646 fc_info drivers/net/iph5526_novram.c 76 PTY_MAGIC 0x5001 drivers/char/pty.c 80 SLIP_MAGIC 0x5302 slip drivers/net/slip.h 81 STRIP_MAGIC 0x5303 strip drivers/net/strip.c [all …]
|
/linux-3.3/Documentation/ |
D | magic-number.txt | 65 MKISS_DRIVER_MAGIC 0x04bf mkiss_channel drivers/net/mkiss.h 66 RISCOM8_MAGIC 0x0907 riscom_port drivers/char/riscom8.h 67 SPECIALIX_MAGIC 0x0907 specialix_port drivers/char/specialix_io8.h 68 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c 71 DB_MAGIC 0x4442 fc_info drivers/net/iph5526_novram.c 72 DL_MAGIC 0x444d fc_info drivers/net/iph5526_novram.c 74 FF_MAGIC 0x4646 fc_info drivers/net/iph5526_novram.c 76 PTY_MAGIC 0x5001 drivers/char/pty.c 80 SLIP_MAGIC 0x5302 slip drivers/net/slip.h 81 STRIP_MAGIC 0x5303 strip drivers/net/strip.c [all …]
|
D | media-framework.txt | 48 Drivers register media device instances by calling 87 Drivers unregister media device instances by calling 102 although drivers can allocate entities directly. 104 Drivers initialize entities by calling 115 dynamically but is managed by the entity driver. Most drivers will embed the 118 Drivers must set the direction of every pad in the pads array before calling 127 Drivers register entities with a media device by calling 132 Entities are identified by a unique positive integer ID. Drivers can provide an 134 media controller framework to assign an ID automatically. Drivers that provide 138 Drivers unregister entities by calling [all …]
|
/linux-3.3/ |
D | MAINTAINERS | 14 important for device drivers, because often that's the only way 89 F: drivers/net/ all files in and below drivers/net 90 F: drivers/net/* all files in drivers/net, but not below 120 F: drivers/net/ethernet/i825xx/3c505* 127 F: drivers/net/ethernet/3com/3c59x.c 133 F: drivers/net/ethernet/3com/typhoon* 135 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 140 F: drivers/scsi/3w-* 146 F: drivers/scsi/53c700* 152 F: drivers/net/hamradio/6pack.c [all …]
|
/linux-3.3/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 8 and provides information on how to enable the service drivers to 31 and handled by corresponding service drivers. 40 service drivers will compete for a single PCI-PCI Bridge device. 43 kernel therefore does not load other service drivers for that Root 45 drivers load and run on a PCI-PCI Bridge device simultaneously 48 To enable multiple service drivers running simultaneously requires 51 to the corresponding service drivers as required. Some key 54 - Allow multiple service drivers to run simultaneously on 57 - Allow service drivers implemented in an independent 64 device to requested service drivers. [all …]
|
D | pci-error-recovery.txt | 23 between the affected device drivers and the PCI controller chip. 24 This document describes a generic API for notifying device drivers 30 is reported as soon as possible to all affected device drivers, 32 cards. This allows device drivers to avoid deadlocking in spinloops, 34 It also gives the drivers a chance to defer incoming I/O as 39 devices that have multiple device drivers associated with them. 46 After a reset and/or a re-enabling of I/O, all drivers are 60 device drivers already handle very similar recovery procedures; 137 All drivers participating in this system must implement this call. 151 drivers. [all …]
|
/linux-3.3/drivers/staging/iio/ |
D | Kconfig | 10 drivers for many different types of embedded sensors using a 12 drivers/staging/iio/Documentation for more information. 59 source "drivers/staging/iio/accel/Kconfig" 60 source "drivers/staging/iio/adc/Kconfig" 61 source "drivers/staging/iio/addac/Kconfig" 62 source "drivers/staging/iio/cdc/Kconfig" 63 source "drivers/staging/iio/dac/Kconfig" 64 source "drivers/staging/iio/dds/Kconfig" 65 source "drivers/staging/iio/gyro/Kconfig" 66 source "drivers/staging/iio/impedance-analyzer/Kconfig" [all …]
|
/linux-3.3/drivers/infiniband/ |
D | Kconfig | 8 any protocols you wish to use as well as drivers for your 45 source "drivers/infiniband/hw/mthca/Kconfig" 46 source "drivers/infiniband/hw/ipath/Kconfig" 47 source "drivers/infiniband/hw/qib/Kconfig" 48 source "drivers/infiniband/hw/ehca/Kconfig" 49 source "drivers/infiniband/hw/amso1100/Kconfig" 50 source "drivers/infiniband/hw/cxgb3/Kconfig" 51 source "drivers/infiniband/hw/cxgb4/Kconfig" 52 source "drivers/infiniband/hw/mlx4/Kconfig" 53 source "drivers/infiniband/hw/nes/Kconfig" [all …]
|
/linux-3.3/drivers/media/dvb/ |
D | Kconfig | 42 source "drivers/media/dvb/ttpci/Kconfig" 46 source "drivers/media/dvb/dvb-usb/Kconfig" 47 source "drivers/media/dvb/ttusb-budget/Kconfig" 48 source "drivers/media/dvb/ttusb-dec/Kconfig" 49 source "drivers/media/dvb/siano/Kconfig" 53 source "drivers/media/dvb/b2c2/Kconfig" 57 source "drivers/media/dvb/bt8xx/Kconfig" 61 source "drivers/media/dvb/pluto2/Kconfig" 65 source "drivers/media/dvb/dm1105/Kconfig" 69 source "drivers/media/dvb/firewire/Kconfig" [all …]
|
/linux-3.3/drivers/net/phy/ |
D | Kconfig | 16 comment "MII PHY device drivers" 19 tristate "Drivers for Marvell PHYs" 24 tristate "Drivers for Davicom PHYs" 29 tristate "Drivers for Quality Semiconductor PHYs" 34 tristate "Drivers for the Intel LXT PHYs" 39 tristate "Drivers for the Cicada PHYs" 44 tristate "Drivers for the Vitesse PHYs" 49 tristate "Drivers for SMSC PHYs" 54 tristate "Drivers for Broadcom PHYs" 60 tristate "Drivers for Broadcom 63xx SOCs internal PHY" [all …]
|
/linux-3.3/Documentation/scsi/ |
D | scsi-parameters.txt | 16 See header of drivers/scsi/advansys.c. 33 See drivers/scsi/BusLogic.c, comment before function 41 See header of drivers/scsi/fd_mcs.c. 44 See header of drivers/scsi/fdomain.c. 47 See header of drivers/scsi/gdth.c. 55 See header of drivers/scsi/in2000.c. 58 See header of drivers/scsi/ips.c. 71 See header of drivers/scsi/NCR_D700.c. 90 See header of drivers/scsi/pas16.c. 93 See drivers/scsi/scsi_debug.c. [all …]
|
/linux-3.3/Documentation/ioctl/ |
D | ioctl-number.txt | 21 or number from the table below. Because of the large number of drivers, 22 many drivers share a partial letter with other drivers. 60 most drivers up to 2.6.31, but I know I am missing some. There has been 61 no attempt to list non-X86 architectures or ioctls from drivers/staging/. 74 0x10 00-0F drivers/char/s390/vmcp.h 78 0x20 all drivers/cdrom/cm206.h 82 '&' 00-07 drivers/firewire/nosy-user.h 86 '3' 00-0F drivers/s390/char/raw3270.h conflict! 92 '@' 00-0F drivers/video/aty/aty128fb.c conflict! 95 and drivers/char/agp/compat_ioctl.h [all …]
|
/linux-3.3/drivers/usb/ |
D | Kconfig | 11 You will also need drivers from the following menu to make use of it. 115 After choosing your HCD, then select drivers for the USB peripherals 123 source "drivers/usb/core/Kconfig" 125 source "drivers/usb/dwc3/Kconfig" 127 source "drivers/usb/mon/Kconfig" 129 source "drivers/usb/wusbcore/Kconfig" 131 source "drivers/usb/host/Kconfig" 133 source "drivers/usb/musb/Kconfig" 135 source "drivers/usb/renesas_usbhs/Kconfig" 137 source "drivers/usb/class/Kconfig" [all …]
|
D | README | 29 host/ - This is for USB host controller drivers. This 33 gadget/ - This is for USB peripheral controller drivers and 34 the various gadget drivers which talk to them. 40 image/ - This is for still image drivers, like scanners or 44 ../media/ - This is for multimedia drivers, like video cameras, 45 radios, and any other drivers that talk to the v4l 47 ../net/ - This is for network drivers. 48 serial/ - This is for USB to serial drivers. 49 storage/ - This is for USB mass-storage drivers. 50 class/ - This is for all USB device drivers that do not fit [all …]
|
/linux-3.3/drivers/net/wireless/ath/ |
D | Kconfig | 5 This will enable the support for the Atheros wireless drivers. 6 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option 11 http://wireless.kernel.org/en/users/Drivers/ath 13 For information on all Atheros wireless drivers visit: 15 http://wireless.kernel.org/en/users/Drivers/Atheros 22 Say Y, if you want to debug atheros wireless drivers. 25 source "drivers/net/wireless/ath/ath5k/Kconfig" 26 source "drivers/net/wireless/ath/ath9k/Kconfig" 27 source "drivers/net/wireless/ath/carl9170/Kconfig" 28 source "drivers/net/wireless/ath/ath6kl/Kconfig"
|
/linux-3.3/drivers/staging/media/ |
D | Kconfig | 2 bool "Media staging drivers" 5 This option allows you to select a number of media drivers that 12 If you wish to work on these drivers, to help improve them, or 22 source "drivers/staging/media/as102/Kconfig" 24 source "drivers/staging/media/cxd2099/Kconfig" 26 source "drivers/staging/media/dt3155v4l/Kconfig" 28 source "drivers/staging/media/easycap/Kconfig" 30 source "drivers/staging/media/go7007/Kconfig" 32 source "drivers/staging/media/solo6x10/Kconfig" 35 source "drivers/staging/media/lirc/Kconfig"
|
/linux-3.3/drivers/net/wireless/ |
D | Kconfig | 13 device drivers. For a complete list of drivers and documentation 16 http://wireless.kernel.org/en/users/Drivers 167 http://wireless.kernel.org/en/users/Drivers/p54 220 source "drivers/net/wireless/rtl818x/Kconfig" 271 source "drivers/net/wireless/ath/Kconfig" 272 source "drivers/net/wireless/b43/Kconfig" 273 source "drivers/net/wireless/b43legacy/Kconfig" 274 source "drivers/net/wireless/brcm80211/Kconfig" 275 source "drivers/net/wireless/hostap/Kconfig" 276 source "drivers/net/wireless/ipw2x00/Kconfig" [all …]
|
/linux-3.3/Documentation/isdn/ |
D | HiSax.cert | 35 Please send any questions regarding this drivers or approval abouts to 54 "drivers/isdn/hisax/md5sums.asc" match, is the certification valid; a 59 drivers/isdn/hisax/isac.c 60 drivers/isdn/hisax/isdnl1.c 61 drivers/isdn/hisax/isdnl2.c 62 drivers/isdn/hisax/isdnl3.c 63 drivers/isdn/hisax/tei.c 64 drivers/isdn/hisax/callc.c 65 drivers/isdn/hisax/l3dss1.c 66 drivers/isdn/hisax/l3_1tr6.c [all …]
|
/linux-3.3/Documentation/networking/ |
D | DLINK.txt | 11 6. Using the drivers with earlier releases. 17 This is a set of Ethernet drivers for the D-Link DE-600/DE-620 20 These drivers _can_ be used as loadable modules, 24 I have used these drivers for NFS, ftp, telnet and X-clients on 61 linux/drivers/net/Makefile 62 linux/drivers/net/CONFIG 63 linux/drivers/net/MODULES 64 linux/drivers/net/Space.c 67 "cd /usr/src; patch -p0 < linux/drivers/net/dlink-patches" 68 The old source, "linux/drivers/net/d_link.c", can be removed. [all …]
|
/linux-3.3/Documentation/video4linux/ |
D | README.davinci-vpbe | 8 drivers/media/video/davinci/vpbe_display.c 9 drivers/media/video/davinci/vpbe_display.h 12 drivers/media/video/davinci/vpbe.c 13 drivers/media/video/davinci/vpbe.h 16 drivers/media/video/davinci/vpbe_venc.c 17 drivers/media/video/davinci/vpbe_venc.h 18 drivers/media/video/davinci/vpbe_venc_regs.h 21 drivers/media/video/davinci/vpbe_osd.c 22 drivers/media/video/davinci/vpbe_osd.h 23 drivers/media/video/davinci/vpbe_osd_regs.h [all …]
|
/linux-3.3/Documentation/driver-model/ |
D | platform.txt | 1 Platform Devices and Drivers 33 Platform drivers 35 Platform drivers follow the standard driver model convention, where 36 discovery/enumeration is handled outside the drivers, and drivers 55 Platform drivers register themselves the normal way: 99 Legacy Drivers: Device Probing 101 Some drivers are not fully converted to the driver model, because they take 103 leaving that for system infrastructure. Such drivers can't be hotplugged 117 outside the driver. This will usually be cleanup, since such drivers 121 None the less, there are some APIs to support such legacy drivers. Avoid [all …]
|
/linux-3.3/Documentation/console/ |
D | console.txt | 1 Console Drivers 4 The linux kernel has 2 general types of console drivers. The first type is 11 'modular driver' by this document. Multiple modular drivers can coexist at 12 any time with each driver sharing the console with other drivers including 13 the system driver. However, modular drivers cannot take over the console 14 that is currently occupied by another modular driver. (Exception: Drivers that 20 Modular drivers, from the programmer's point of view, has to call: 79 Device Drivers -> Character devices -> Support for binding and unbinding 80 console drivers 110 console drivers must follow these guidelines: [all …]
|
12345678910>>...132