Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst37 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
52 In addition to all parameters valid for DVB-S, DVB-S2 supports the
65 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
74 In addition to all parameters valid for DVB-S, turbo code supports the
H A Dfrontend-property-cable-systems.rst44 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
74 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
/linux/arch/powerpc/kernel/
H A Dexceptions-64e.S248 #define EXCEPTION_PROLOG(n, intnum, type, addition) \ argument
257 addition; /* additional code for that exc. */ \
312 #define NORMAL_EXCEPTION_PROLOG(n, intnum, addition) \ argument
313 EXCEPTION_PROLOG(n, intnum, GEN, addition##_GEN(n))
315 #define CRIT_EXCEPTION_PROLOG(n, intnum, addition) \ argument
316 EXCEPTION_PROLOG(n, intnum, CRIT, addition##_CRIT(n))
318 #define DBG_EXCEPTION_PROLOG(n, intnum, addition) \ argument
319 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))
321 #define MC_EXCEPTION_PROLOG(n, intnum, addition) \ argument
322 EXCEPTION_PROLOG(n, intnum, MC, addition##_MC(n))
[all …]
/linux/Documentation/admin-guide/nfs/
H A Dpnfs-scsi-server.rst8 which in addition to handling all the metadata access to the NFS export,
15 addition to the MDS. As of now the file system needs to sit directly on the
H A Dpnfs-block-server.rst6 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
14 to the clients in addition to the MDS. As of now the file system needs to
/linux/Documentation/devicetree/bindings/net/can/
H A Dmpc5xxx-mscan.txt9 In addition to the required compatible-, reg- and interrupt-properties, you can
20 In addition to the required compatible-, reg- and interrupt-properties, you can
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt212 or Debug IP of the form "fsl,<soc>-dcsr-dpaa" in addition to the
240 or Debug IP of the form "fsl,<soc>-dcsr-ocn" in addition to the
300 or Debug IP of the form "fsl,<soc>-dcsr-nal" in addition to the
330 or Debug IP of the form "fsl,<soc>-dcsr-rcpm" in addition to the
360 of the form "fsl,dcsr-<cpu>-sb-proxy" in addition to the
/linux/Documentation/devicetree/bindings/reset/
H A Dti-syscon-reset.txt4 Almost all SoCs have hardware modules that require reset control in addition
52 in addition to their own properties.
/linux/Documentation/devicetree/bindings/input/
H A Dspear-keyboard.txt6 Optional properties, in addition to those specified by the shared
/linux/Documentation/accel/
H A Dintroduction.rst29 addition, these devices will usually have some tools, such as profiler and
38 that are tailored-made to their h/w. In addition, they will also probably
54 devices. In addition, new features that will be added for the accelerator
/linux/drivers/vfio/pci/xe/
H A DKconfig8 In addition to generic VFIO PCI functionality, it implements VFIO
/linux/
H A DCOPYING14 In addition, other licenses may also apply. Please see:
/linux/Documentation/devicetree/bindings/mmc/
H A Dpxa-mmc.txt12 In addition to the properties described in this document, the details
/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst32 and always reproduce the same setup for future tests. In addition,
60 care of WPA2-PSK authentication. In addition, hostapd is also
/linux/drivers/crypto/intel/iaa/
H A DKconfig19 addition to global driver statistics.
/linux/Documentation/driver-api/
H A Ddevice_link.rst40 ``DL_FLAG_PM_RUNTIME`` flag on addition of the device link, the PM core
76 addition (e.g. exclusion of a parallel suspend/resume transition) apply equally
80 Several flags may be specified on device link addition, two of which
110 device links (i.e. when ``DL_FLAG_STATELESS`` is not specified on link addition)
230 To ensure this, upon addition of the device link the consumer and the
236 verified upon device link addition that the supplier is not dependent
242 Notably this also prevents the addition of a device link from a parent
/linux/Documentation/rust/
H A Darch-support.rst7 which limits the supported architectures that can be targeted. In addition,
/linux/Documentation/litmus-tests/locking/
H A DDCL-fixed.litmus8 * in addition to the locking.
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c486 u32 addition = 0; in sparx5_port_fifo_sz() local
497 addition = 1; in sparx5_port_fifo_sz()
502 addition = 0; in sparx5_port_fifo_sz()
507 addition = 0; in sparx5_port_fifo_sz()
512 addition = 0; in sparx5_port_fifo_sz()
525 return (tmp3 + 2000 + 999) / 1000 + addition; in sparx5_port_fifo_sz()
/linux/drivers/net/
H A DLICENSE.SRC9 In addition to the disclaimers in the GPL, SRC expressly disclaims any
/linux/drivers/acpi/nfit/
H A DKconfig11 addition to storage devices this also enables libnvdimm to pass
/linux/tools/perf/Documentation/
H A Dperf-mem.txt24 queuing delays in addition to the memory subsystem latency.
127 In addition to the default fields, 'perf mem report' will provide the
153 In addition, for report all perf report options are valid, and for record
/linux/Documentation/devicetree/bindings/hwmon/
H A Dltc2990.txt11 addition the following input measurements are enabled per mode:
/linux/Documentation/devicetree/bindings/net/
H A Dbroadcom-bcm87xx.txt2 have these bindings in addition to the standard PHY bindings.
/linux/Documentation/staging/
H A Dstatic-keys.rst9 The use of 'struct static_key' directly, is now DEPRECATED. In addition
61 in the kernel this overhead may become more of an issue. In addition,
277 6 (mov) + 2 (test) + 2 (jne) = 10 - 5 (5 byte jump 0) = 5 addition bytes.
327 this optimization is about reducing the number of branches. In addition, we've

12345678910>>...15