Home
last modified time | relevance | path

Searched refs:functionality (Results 1 – 200 of 520) sorted by relevance

123

/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt11 Audio functionality:
12 - codec { }: Need to be present if the audio functionality is used. Within this
22 Vibra functionality
23 - ti,enable-vibra: Need to be set to <1> if the vibra functionality is used. if
24 missing or it is 0, the vibra functionality is disabled.
Dtwl6040.txt4 vibra and GPO functionality on OMAP4+ platforms.
25 Vibra functionality
Das3722.txt36 Following are properties which is needed if GPIO and pinmux functionality
80 functionality is needed.
128 functionality
129 ams,system-power-controller: Boolean, to enable the power off functionality
Dti-keystone-devctrl.txt5 this functionality.
Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
Drn5t618.txt13 - regulators: the node is required if the regulator functionality is
Dmfd.txt4 more than one non-unique yet varying hardware functionality.
Dqcom-pm8xxx.txt4 voltages and other various functionality to Qualcomm SoCs.
Dda9063.txt56 functionality of the device. The node should contain the compatible property
/linux-4.4.14/Documentation/cpu-freq/
Dboost.txt17 Some CPUs support a functionality to raise the operating frequency of
30 intervention, sometimes the need arises to disable this functionality.
32 functionality at all, but a more fine-grained and dynamic control would
35 the boosting functionality depends on the load of the whole package,
37 functionality at least for the benchmark's run-time the system will run
39 2. To examine the impact of the boosting functionality it is helpful
51 To allow the user to toggle the boosting functionality, the cpufreq core
60 This will either disable the boost functionality on all cores in the
85 This functionality is considered legacy and will be removed in some future
91 Technically it is possible to switch the boosting functionality at least
Damd-powernow.txt11 Note that the functionality to change frequency (and voltage)
26 Documentation on this functionality in 8th generation processors
/linux-4.4.14/drivers/i2c/busses/
Di2c-designware-pcidrv.c69 u32 functionality; member
149 .functionality = I2C_FUNC_10BIT_ADDR,
157 .functionality = I2C_FUNC_10BIT_ADDR,
227 dev->functionality = controller->functionality | in i2c_dw_pci_probe()
Di2c-designware-core.h95 u32 functionality; member
Di2c-sibyte.c125 .functionality = bit_func,
Di2c-robotfuzz-osif.c122 .functionality = osif_func,
Di2c-puv3.c180 .functionality = puv3_i2c_func,
Di2c-cbus-gpio.c201 .functionality = cbus_i2c_func,
Di2c-sis96x.c234 .functionality = sis96x_func,
Di2c-taos-evm.c148 .functionality = taos_smbus_func,
Di2c-cros-ec-tunnel.c244 .functionality = ec_i2c_functionality,
Di2c-xlr.c214 .functionality = xlr_func,
Di2c-isch.c255 .functionality = sch_func,
Di2c-tiny-usb.c150 .functionality = usb_func,
Di2c-dln2.c181 .functionality = dln2_i2c_func,
Di2c-designware-core.c709 return dev->functionality; in i2c_dw_func()
714 .functionality = i2c_dw_func,
Di2c-opal.c200 .functionality = i2c_opal_func,
Di2c-emev2.c244 .functionality = em_i2c_func,
Di2c-designware-platdrv.c197 dev->functionality = in dw_i2c_plat_probe()
Di2c-sun6i-p2wi.c174 .functionality = p2wi_functionality,
Di2c-sis5595.c359 .functionality = sis5595_func,
Di2c-au1550.c259 .functionality = au1550_func,
Di2c-amd756.c291 .functionality = amd756_func,
Di2c-bcm2835.c222 .functionality = bcm2835_i2c_func,
Di2c-ali1535.c484 .functionality = ali1535_func,
Di2c-ali15x3.c466 .functionality = ali15x3_func,
Di2c-nforce2.c301 .functionality = nforce2_func,
/linux-4.4.14/Documentation/i2c/
Dfunctionality8 functionality.
14 For the most up-to-date list of functionality constants, please check
61 function callback `functionality'. Typical implementations are given
96 check whether the needed functionality is present. The typical way to do
114 thumb, the functionality constants you test for with
130 functionality you need is supported, of course. This is done using
144 /* Oops, the needed functionality (SMBus write_quick function) is
Di2c-stub23 explicitly by setting the respective bits (0x03000000) in the functionality
44 unsigned long functionality:
Dfault-codes100 have verified that functionality was supported before it
106 the adapter's functionality mask, since the assumption is
Ddev-interface121 Gets the adapter functionality and puts it in *funcs.
193 functionality using i2c.h:i2c_get_functionality(), and I2C_SMBUS, which
206 i2c.h:i2c_get_functionality() calls i2c_adapter.algo->functionality(),
Dsmbus-protocol26 Each transaction type corresponds to a functionality flag. Before calling a
28 the corresponding functionality flag to ensure that the underlying I2C
30 <file:Documentation/i2c/functionality> for the details.
Dslave-interface7 functionality. For that to work, one needs slave support in the bus driver plus
8 a hardware independent software backend providing the actual functionality. An
/linux-4.4.14/drivers/hwspinlock/
DKconfig27 Say y here to support the Qualcomm Hardware Mutex functionality, which
46 tristate "STE Hardware Semaphore functionality"
50 Say y here to support the STE Hardware Semaphore functionality, which
/linux-4.4.14/drivers/staging/iio/Documentation/
Dring.txt3 This document is intended as a general overview of the functionality
23 as much buffer functionality as possible. Note almost all of these
31 This provides polling like functionality whilst the ring buffering is in
Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
Doverview.txt6 (DACs) that functionality is also supported.
/linux-4.4.14/drivers/i2c/
Di2c-stub.c48 static unsigned long functionality = STUB_FUNC_DEFAULT; variable
49 module_param(functionality, ulong, S_IRUGO | S_IWUSR);
50 MODULE_PARM_DESC(functionality, "Override functionality bitfield");
309 return STUB_FUNC_ALL & functionality; in stub_func()
313 .functionality = stub_func,
Di2c-mux.c89 return parent->algo->functionality(parent); in i2c_mux_functionality()
137 priv->algo.functionality = i2c_mux_functionality; in i2c_add_mux_adapter()
/linux-4.4.14/drivers/usb/chipidea/
DKconfig29 Say Y here to enable device controller functionality of the
37 Say Y here to enable host controller functionality of the
/linux-4.4.14/Documentation/timers/
Dhighres.txt25 - high resolution timer functionality
53 related functionality is moved into the generic code. The GTOD base patch got
79 functionality like high resolution timers or dynamic ticks.
87 architectures as it provides generic functionality down to the interrupt
98 event devices are used to provide local CPU functionality such as process
113 clock event devices and the assignment of timer interrupt related functionality
138 high resolution timer functionality
142 functionality, while making it possible would be difficult and would serve no
146 the high resolution functionality can work. Up to the point where hrtimers are
186 The periodic tick functionality is provided by an per-cpu hrtimer. The callback
[all …]
Dtimer_stats.txt28 This entry is used to control the statistics functionality and to read out the
31 The timer_stats functionality is inactive on bootup.
/linux-4.4.14/drivers/mfd/
DKconfig19 necessary for using the board's GPIO and MFGPT functionality.
61 functionality of the device.
83 functionality of the device.
171 order to use the functionality of the device.
183 order to use the functionality of the device.
195 Additional drivers must be enabled in order to use the functionality
210 Additional drivers must be enabled in order to use the functionality
222 Additional drivers must be enabled in order to use the functionality
244 etc. must be enabled in order to use the functionality of
256 functionality of the device.
[all …]
/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160-i2c.c233 static u32 functionality(struct i2c_adapter *adap) in functionality() function
240 .functionality = functionality,
/linux-4.4.14/drivers/pinctrl/
DKconfig44 functionality. This driver supports the pinmux, push-pull and
46 supports the GPIO functionality through gpiolib.
88 driver for memory mapped GPIO functionality on AMD platforms
90 functionality by firmware,so only a small amount is available
237 functionality. This driver supports the pinmux, push-pull and
/linux-4.4.14/Documentation/hwmon/
Dpmbus-core29 simply unknown what new device specific functionality PMBus device developers
35 pmbus_core.c) provides generic functionality. The generic code (in pmbus.c)
38 functionality into generic functionality. This is to some degree comparable
53 used to inform the core driver about functionality supported by individual
78 functionality which has been implemented by several chip vendors and is thus
115 - Supported chip functionality can be provided to the core driver. This may be
119 augmenting generic command execution. This functionality can be used to map
175 Determine supported PMBus functionality. This function is only necessary
176 if a chip driver supports multiple chips, and the chip functionality is not
Ducd900032 functionality. Using these pins, the UCD90124 offers support for fan control,
39 functions. Ten of these pins offer PWM functionality. Using these pins, the
Dsubmitting-patches33 2. Adding functionality to existing drivers
41 * If the added functionality requires some cleanup or structural changes, split
/linux-4.4.14/drivers/pinctrl/intel/
DKconfig10 driver for memory mapped GPIO functionality on Intel Baytrail
12 Most pins are usually muxed to some other functionality by firmware,
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block165 Devices that support discard functionality may
176 Devices that support discard functionality may
187 Devices that support discard functionality may
194 that the device does not support discard functionality.
200 Devices that support discard functionality may have
210 discard functionality.
216 Devices that support discard functionality may return
Dsysfs-firmware-gsmi6 that provides callback functionality via explicit SMI
13 these firmware callbacks. Currently, this functionality
Dsysfs-bus-iio-frequency-ad952326 functionality. All dividers are reset and the channels start
Dsysfs-devices-lpss_ltr16 LTR functionality is working in the software mode (1).
Dsysfs-driver-toshiba_acpi176 Description: This file controls the USB 3 functionality, valid values are:
178 * 1 -> Enabled (Full USB 3 functionality)
Dsysfs-devices-soc8 functionality is only available if implemented by the platform.
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-i2c.c289 static u32 functionality(struct i2c_adapter *adap) in functionality() function
296 .functionality = functionality,
/linux-4.4.14/drivers/scsi/be2iscsi/
DKconfig8 This driver implements the iSCSI functionality for Emulex
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dst-reset.txt1 *Device-Tree bindings for ST SW reset functionality
/linux-4.4.14/drivers/media/v4l2-core/
DKconfig12 bool "Enable advanced debug functionality on V4L2 drivers"
15 Say Y here to enable advanced debugging functionality on some
/linux-4.4.14/drivers/amba/
DKconfig10 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
/linux-4.4.14/Documentation/accounting/
Ddelay-accounting.txt8 The per-task delay accounting functionality measures
23 The functionality, through its use of the taskstats interface, also provides
40 statistics. The delay accounting functionality populates specific fields of
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-i2c.c336 static u32 functionality(struct i2c_adapter *adap) in functionality() function
343 .functionality = functionality,
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-i2c.c114 static u32 functionality(struct i2c_adapter *adap) in functionality() function
266 .functionality = functionality,
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt9 watchdog functionality and the added benefit of NMI sourcing. Both the
10 watchdog functionality and the NMI sourcing capability need to be enabled
14 Watchdog functionality is enabled like any other common watchdog driver. That
Dpcwd-watchdog.txt7 The PC Watchdog is a card that offers the same type of functionality that
/linux-4.4.14/Documentation/
Drtc.txt25 Programmers need to understand that the PC/AT functionality is not
29 same functionality. For example, not every RTC is hooked up to an
43 ACPI has standardized that MC146818 functionality, and extended it in
45 That functionality is NOT exposed in the old driver.
135 a high functionality RTC is integrated into the SOC. That system might read
137 other tasks, because of its greater functionality.
166 some PC/AT functionality might not be provided. And in the same way, some
Dsgi-ioc4.txt16 PS/2 controller driver as this functionality has never been wired up
22 initializing the basic functionality of the chip, and allocating
Dadding-syscalls.txt20 also makes it easier to encapsulate the new functionality in a kernel module
22 - If the new functionality involves operations where the kernel notifies
39 existing fcntl(2) functionality, or the new functionality is very simple
131 in particular it allows userspace to request the functionality for an
145 If your new xyzzy(2) system call involves privileged functionality, it needs
148 capability bit that governs related functionality, but try to avoid combining
220 Your new kernel functionality, and the system call that controls it, should
224 - Include a description of the new functionality and system call controlled
461 For more extensive and thorough testing of new functionality, you should also
Ddigsig.txt72 The signing and key management utilities evm-utils provide functionality
Dphy.txt13 controllers have PHY functionality embedded into it and others use an external
22 functionality is not embedded within the controller).
Dio-mapping.txt67 functionality.
DIntel-IOMMU.txt111 - API for paravirt ops for abstracting functionality for VMM folks.
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Drtsm-dcscb.txt5 functionality for controlling clocks, resets and configuration pins in
/linux-4.4.14/fs/configfs/
DKconfig6 of sysfs's functionality. Where sysfs is a filesystem-based
/linux-4.4.14/drivers/media/dvb-frontends/
Ddibx000_common.c248 .functionality = dibx000_i2c_func,
253 .functionality = dibx000_i2c_func,
322 .functionality = dibx000_i2c_func,
367 .functionality = dibx000_i2c_func,
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-i2c.c163 static u32 functionality(struct i2c_adapter *adap) in functionality() function
173 .functionality = functionality,
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig10 Core driver for low level functionality of the ConnectX-4 and
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dhaoyu,hym8563.txt3 The HYM8563 provides basic rtc and alarm functionality
Dnxp,lpc1788-rtc.txt3 The LPC1788 RTC provides calendar and clock functionality
Drtc-st-lpc.txt5 functionality.
/linux-4.4.14/drivers/target/sbp/
DKconfig5 Say Y or M here to enable SCSI target functionality over FireWire.
/linux-4.4.14/Documentation/networking/
Dbridge.txt1 In order to use the Ethernet bridging functionality, you'll need the
Dskfp.txt36 Chapter 5: Shows the changed functionality of the adapter LEDs.
125 The functionality of the LED's on the FDDI network adapters was
184 - New SMT module included, changing LED functionality
Di40e.txt61 ethtool version is required for this functionality.
73 Bridging (DCB) functionality. Configuring DCB and FCoE is outside the scope
Dipv6.txt17 its functionality. This might be used when another module
Digbvf.txt62 version 3.0 or later is required for this functionality, although we
Dtproxy.txt54 The 'TPROXY' target provides similar functionality without relying on NAT. Simply
/linux-4.4.14/drivers/ipack/
DKconfig13 large variety of functionality, they are most often found in
/linux-4.4.14/arch/microblaze/
DKconfig.debug23 This option turns on/off heart beat kernel functionality.
/linux-4.4.14/drivers/staging/lustre/
DTODO3 * Separate client/server functionality. Functions only used by server can be
DREADME.txt38 the functionality will get ENOSYS)
/linux-4.4.14/Documentation/gpio/
D00-INDEX11 complex functionality.
/linux-4.4.14/drivers/gpu/host1x/
DKconfig10 functionality, such as synchronization.
/linux-4.4.14/drivers/scsi/csiostor/
DKconfig7 This driver supports FCoE Offload functionality over
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
DKconfig5 This driver implements the NIC functionality for ServerEngines'
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Ddigicolor-wdt.txt3 The watchdog functionality in Conexant Digicolor SoCs relies on the so called
Dst_lpc_wdt.txt5 functionality.
/linux-4.4.14/Documentation/filesystems/
Dncpfs.txt10 NetWare server functionality.
Dsysfs-pci.txt83 integer to the file. This does not involve any kind of hot-plug functionality,
115 Platforms are free to only support subsets of the mmap functionality, but
119 wishing to support legacy functionality should define it and provide
/linux-4.4.14/Documentation/ABI/removed/
Draw13949 of the kernel's ieee1394 core functionality.
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dst,stih407-lpc5 functionality.
/linux-4.4.14/drivers/usb/dwc3/
DKconfig59 AM437x use this IP for USB2/3 functionality.
87 Support of USB2/3 functionality in TI Keystone2 platforms.
/linux-4.4.14/net/bluetooth/
DKconfig89 Run test cases for ECDH cryptographic functionality used by the
96 Run test cases for SMP cryptographic functionality, including both
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt21 the discard functionality.
25 Devices that support discard functionality may have internal limits on
30 value of 0 means that the device does not support discard functionality.
Ddeadline-iosched.txt67 front merge requests. Setting front_merges to 0 disables this functionality.
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmax17042_battery.txt10 Defining this property enables current-sense functionality.
/linux-4.4.14/Documentation/sound/oss/
DPAS1697 then you can get the persistent DMA buffer functionality by passing
128 You can then get OPL3 functionality by issuing the command:
156 functionality. If Soundblaster functionality is not desired, the
/linux-4.4.14/Documentation/misc-devices/
Dapds990x.txt17 functionality are highly connected. ALS measurement path must be running
18 while the proximity functionality is enabled.
Deeprom77 Lacking functionality:
/linux-4.4.14/net/ceph/
DKconfig12 common functionality to both the Ceph filesystem and
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dsamsung-hsotg.txt5 It gives functionality of OTG-compliant USB 2.0 host and device with
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-i2c.c452 static u32 functionality(struct i2c_adapter *adap) in functionality() function
459 .functionality = functionality,
/linux-4.4.14/drivers/gpio/
DKconfig104 Say yes here to support GPIO functionality for 74xx-compatible ICs
126 driver for GPIO functionality on Promontory IOHub
191 Support for common GPIO functionality provided on some GE Single Board
219 Say yes here to support the GPIO functionality of a number of Intel
230 Say yes here to support the GPIO functionality of a number of Intel
239 driver for GPIO functionality on Loongson-2F/3A/3B processors.
254 driver for GPIO functionality on Intel Lynxpoint PCH chipset
383 Say yes here to support GPIO functionality though SYSCON driver.
428 functionality of the device.
437 here to enable the GFC GPIO functionality.
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dbrcm,bcm2835-dma.txt7 The channels 0,2 and 3 have special functionality
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx-pinctrl.txt36 Force the selected mux mode input path no matter of MUX_MODE functionality.
37 By default the input path is determined by functionality of the selected
Dmeson,pinctrl.txt5 - reg: address and size of registers controlling irq functionality
Dpinctrl-palmas.txt48 support which functionality.
Dimg,tz1090-pdc-pinctrl.txt57 support which functionality. The Linux pinctrl driver may also be a useful
/linux-4.4.14/drivers/lightnvm/
DKconfig33 functionality to device, while keeping data placement and garbage
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dhi6220-clock.txt12 indicate the clock controller functionality.
Dexynos7-clock.txt26 functionality.
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-i2c.c80 .functionality = saa7164_functionality,
/linux-4.4.14/arch/m68k/
DKconfig.debug19 PROM console functionality on Sun 3x is not affected by this option.
/linux-4.4.14/Documentation/virtual/
Dparavirt_ops.txt21 These operations correspond to high level functionality where it is
/linux-4.4.14/arch/avr32/boards/hammerhead/
DKconfig41 Device Drivers->Misc to be able to use FPGA functionality.
/linux-4.4.14/include/linux/
Di2c.h408 u32 (*functionality) (struct i2c_adapter *); member
609 return adap->algo->functionality(adap); in i2c_get_functionality()
/linux-4.4.14/Documentation/leds/
Dleds-class.txt37 and the aim is to keep a small amount of code giving as much functionality
83 compared to the benefits the simple trigger functionality brings. The
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dgl861.c89 .functionality = gl861_i2c_func,
Dau6610.c133 .functionality = au6610_i2c_func,
Dce6230.c165 .functionality = ce6230_i2c_functionality,
/linux-4.4.14/drivers/isdn/capi/
DKconfig16 standardized libcapi20 to access this functionality. You should say
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-vf610.txt4 functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of
Dgpio-restart.txt36 expected to be available, and/or if restart functionality is
Dgpio-mcp23s08.txt46 NOTE: The interrupt functionality is only supported for i2c versions of the
/linux-4.4.14/drivers/usb/class/
DKconfig33 This driver supports the WMC Device Management functionality
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt5 with some special extensions to add functionality.
/linux-4.4.14/Documentation/scsi/
Dufs.txt98 The current UFSHCD implementation supports following functionality,
129 functionality are not implemented.
Dbnx2fc.txt5 SCSI controllers. As such, FCoE functionality, once enabled is largely
/linux-4.4.14/kernel/power/
DKconfig42 Enable the suspend to disk (STD) functionality, which is usually
144 bool "Device power management core functionality"
146 Enable functionality allowing I/O devices to be put into energy-saving
151 Hardware support is generally required for this functionality to work
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-i2c.c843 static u32 functionality(struct i2c_adapter *i2c_adap) in functionality() function
861 .functionality = functionality,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Daux.c80 .functionality = nvkm_i2c_aux_i2c_func
Dbus.c101 .functionality = nvkm_i2c_bus_func,
/linux-4.4.14/Documentation/security/
DLSM.txt17 in the core functionality of Linux itself.
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dxilinx-pcie.txt35 functionality. The driver will create an IRQ domain for this map, decode
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c149 .functionality = mb862xx_func,
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-i2c.c159 .functionality = ngene_i2c_functionality,
/linux-4.4.14/Documentation/sound/alsa/soc/
Dplatform.txt23 The platform driver exports its DMA functionality via struct
/linux-4.4.14/drivers/gpu/drm/gma500/
Dintel_gmbus.c367 bus->force_bit->algo->functionality(bus->force_bit); in gmbus_func()
377 .functionality = gmbus_func
Doaktrail_hdmi_i2c.c164 .functionality = oaktrail_hdmi_i2c_func,
/linux-4.4.14/Documentation/dvb/
Davermedia.txt126 functionality of the remaining device nodes in respect of the
127 Avermedia DVBT. However, full functionality in respect of
130 It may be possible that additional functionality is available
280 functionality of any other part of the card yet. I will do so
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddtv5100.c106 .functionality = dtv5100_i2c_func,
Ddw2102.c781 .functionality = dw210x_i2c_func,
786 .functionality = dw210x_i2c_func,
791 .functionality = dw210x_i2c_func,
796 .functionality = dw210x_i2c_func,
801 .functionality = dw210x_i2c_func,
806 .functionality = dw210x_i2c_func,
811 .functionality = dw210x_i2c_func,
Ddigitv.c85 .functionality = digitv_i2c_func,
/linux-4.4.14/arch/sh/drivers/dma/
DKconfig59 certain optimizations, but is not necessary for functionality.
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-i2c.c197 .functionality = go7007_functionality,
/linux-4.4.14/Documentation/input/
Dxpad.txt54 in game functionality were OK. However, I find it rather difficult to
157 To test this driver's functionality you may use 'jstest'.
181 the basic functionality.
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-i2c.c185 .functionality = hdpvr_functionality,
/linux-4.4.14/drivers/net/team/
DKconfig69 This mode provides load balancing functionality. Tx port selection
/linux-4.4.14/fs/quota/
DKconfig67 functionality say Y here.
/linux-4.4.14/Documentation/power/
Ddrivers-testing.txt18 for more information about the debugging of suspend/resume functionality.
/linux-4.4.14/drivers/media/rc/img-ir/
DKconfig8 functionality found in SoCs such as TZ1090.
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_i2c.c217 .functionality = mantis_i2c_func,
/linux-4.4.14/arch/powerpc/platforms/85xx/
DKconfig112 MHz and 1600 DMIPS, additional functionality and faster interfaces
242 Enable this to support functionality in Servergy's CTS-1000 systems.
/linux-4.4.14/Documentation/rapidio/
Dtsi721.txt26 remote RapidIO devices. This functionality is implemented according to SLAVE
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt20 functionality.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt3 LED and flash LED devices provide the same basic functionality as current
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_i2c.c606 return i2c_bit_algo.functionality(adapter) & in gmbus_func()
615 .functionality = gmbus_func
/linux-4.4.14/Documentation/kbuild/
DKconfig.recursion-issue-0225 # have. Let's assume we have some CORE functionality, then the kernel has a
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_i2c.c226 .functionality = hdmi_i2c_func,
/linux-4.4.14/Documentation/acpi/
Dmethod-tracing.txt33 functionality:
89 functionality:
/linux-4.4.14/Documentation/fb/
Dudlfb.txt34 * The actual hardware functionality of DisplayLink chips matches nearly
36 tight relative to the functionality it provides.
/linux-4.4.14/Documentation/early-userspace/
DREADME8 various pieces of functionality that are important enough to be
107 Eventually, several more chunks of kernel functionality will hopefully
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt98 Correctable errors pose no impacts on the functionality of the
102 errors impact functionality of the interface. Uncorrectable errors
169 Correctable errors pose no impacts on the functionality of
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-i2c.c274 .functionality = solo_i2c_functionality,
/linux-4.4.14/Documentation/networking/mac80211_hwsim/
DREADME13 test most of the mac80211 functionality and user space tools (e.g.,
/linux-4.4.14/fs/btrfs/
DKconfig57 functionality is not intended for normal use.
/linux-4.4.14/Documentation/devicetree/
Doverlay-notes.txt5 device tree overlay functionality residing in drivers/of/overlay.c and is a
/linux-4.4.14/Documentation/sound/alsa/
Demu10k1-jack.txt2 latency, multichannel recording functionality. All of my recent work to allow
Dhdspm.txt8 Full functionality has been added to the driver. Since some of
13 hardware functionality:
DAudigy-mixer.txt9 (This article does not deal with the overall functionality of the
13 (can be altered later) which offers the following functionality:
20 functionality. Only the default build-in code in the ALSA driver is described
DSB-Live-mixer.txt8 (This article does not deal with the overall functionality of the
12 (can be altered later) which offers the following functionality:
34 functionality. Only the default build-in code in the ALSA driver is described
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-i2c.c313 .functionality = cobalt_func,
/linux-4.4.14/arch/c6x/
DKconfig44 with lots of compiled-in functionality may require a larger range
/linux-4.4.14/drivers/media/pci/dm1105/
Ddm1105.c574 static u32 functionality(struct i2c_adapter *adap) in functionality() function
581 .functionality = functionality,
/linux-4.4.14/Documentation/ptp/
Dptp.txt12 complete set of PTP hardware clock functionality.
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic7xxx13 configurations, only SCSI functionality is provided.
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-i2c.c338 .functionality = au0828_functionality,
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-i2c.c263 .functionality = cx23885_functionality,
/linux-4.4.14/drivers/i2c/algos/
Di2c-algo-pcf.c405 .functionality = pcf_func,
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop-i2c.c222 .functionality = flexcop_i2c_func,

123