Home
last modified time | relevance | path

Searched refs:coded (Results 1 – 46 of 46) sorted by relevance

/linux-4.1.27/sound/pci/lola/
Dlola_clock.c28 unsigned int lola_sample_rate_convert(unsigned int coded) in lola_sample_rate_convert() argument
33 switch (coded & 0x3) { in lola_sample_rate_convert()
41 switch (coded & 0x1c) { in lola_sample_rate_convert()
52 switch (coded & 0x60) { in lola_sample_rate_convert()
Dlola.h508 unsigned int lola_sample_rate_convert(unsigned int coded);
/linux-4.1.27/Documentation/devicetree/
Dtodo.txt10 - pseries: Get rid of open-coded tree modification from arch/powerpc/platforms/pseries/dlpar.c
Dusage-model.txt45 thereby support a majority of available hardware without hard coded
84 per-machine hard coded selections.
/linux-4.1.27/drivers/usb/usbip/
Dusbip_protocol.txt95 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
106 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0.
174 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
191 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
/linux-4.1.27/scripts/coccinelle/api/
Dsimple_open.cocci1 /// This removes an open coded simple_open() function
/linux-4.1.27/net/batman-adv/
Dnetwork-coding.c1702 struct batadv_coded_packet *coded) in batadv_nc_find_decoding_packet() argument
1716 if (!batadv_is_my_mac(bat_priv, coded->second_dest)) { in batadv_nc_find_decoding_packet()
1717 source = coded->second_source; in batadv_nc_find_decoding_packet()
1718 packet_id = coded->second_crc; in batadv_nc_find_decoding_packet()
1720 source = coded->first_source; in batadv_nc_find_decoding_packet()
1721 packet_id = coded->first_crc; in batadv_nc_find_decoding_packet()
/linux-4.1.27/drivers/media/rc/
Dwinbond-cir.c317 u8 coded = 0x00; in wbcir_to_rc6cells() local
323 coded |= 0x02 << (i * 2); in wbcir_to_rc6cells()
325 coded |= 0x01 << (i * 2); in wbcir_to_rc6cells()
329 return coded; in wbcir_to_rc6cells()
/linux-4.1.27/tools/usb/usbip/
Dconfigure.ac5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
/linux-4.1.27/include/linux/
Dcapability.h78 # error Fix up hand-coded capability macro initializers
/linux-4.1.27/Documentation/isdn/
DREADME189 12 69 Bit coded register:
208 13 0 Bit coded register:
248 18 4 Bit coded register, Service-Octet-1 to accept,
263 20 0 Bit coded register (readonly)
266 21 0 Bit coded register (readonly)
270 22 0 Bit coded register (readonly)
274 23 0 Bit coded register:
DINTERFACE.CAPI184 (skb). Each skb contains a single CAPI message coded according to the CAPI 2.0
/linux-4.1.27/Documentation/cgroups/
Dnet_prio.txt11 1) The application may not have been coded to set this value
/linux-4.1.27/Documentation/
Dunicode.txt44 hard-coded to map directly to the loaded font, bypassing the
66 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
Dlockup-watchdogs.txt51 'softlockup detector' (coded inside the hrtimer callback function)
Dpi-futex.txt67 even if all critical sections are coded carefully to be deterministic
Dstatic-keys.txt243 hard-coded).
Dcrc32.txt43 A big-endian CRC written this way would be coded like:
/linux-4.1.27/Documentation/power/
Dinterface.txt10 returns what states are supported, which is hard-coded to 'freeze',
/linux-4.1.27/Documentation/arm/
DPorting35 The initial part of the kernel is carefully coded to be position
DBooting64 method. Whether this is a hard coded value or some algorithm that
/linux-4.1.27/Documentation/networking/
Dx25-iface.txt9 The X.25 device driver will be coded normally as per the Linux device driver
Dnetdev-features.txt74 set can be reduced further by networking core imposed limitations (as coded
Darcnet-hardware.txt743 coded switch, on the short board directly by jumper.
905 interrupt level. The interrupt level is binary coded, so selections
1054 The station address is binary-coded with SW1.
1056 The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2:
1724 SW 2 : Node ID (binary coded)
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt68 Example #1: Simplest configuration (no efuse data, hard coded ABB table):
/linux-4.1.27/arch/arc/mm/
Dtlbex.S56 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
/linux-4.1.27/Documentation/usb/
Dgadget_multi.txt87 interface numbers hard-coded in them (it's not hard to change those
/linux-4.1.27/drivers/media/tuners/
DKconfig276 Sharp QM1D1C0042 trellis coded 8PSK tuner driver.
/linux-4.1.27/Documentation/input/
Devent-codes.txt203 should be coded as an uint32 value, which is allowed to wrap around with
265 Originally, the buttonpad property was coded into the bcm5974 driver
/linux-4.1.27/Documentation/sound/oss/
DOpti66 address is hard-coded into the driver.
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt20 mess. The timers.c code is very "tightly coded" around jiffies and
Dtimekeeping.txt174 a hard-coded loop for providing the desired delay.
/linux-4.1.27/Documentation/hid/
Duhid.txt71 after a hard-coded period).
/linux-4.1.27/drivers/dma/
Damba-pl08x.c741 static inline unsigned int pl08x_get_bytes_for_cctl(unsigned int coded) in pl08x_get_bytes_for_cctl() argument
743 switch (coded) { in pl08x_get_bytes_for_cctl()
/linux-4.1.27/scripts/
Dcheckpatch.pl1353 my ($res, $coded);
1359 $coded = sprintf("^%c", unpack('C', $2) + 64);
1360 $res .= $coded;
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt283 filesystem-unmount time. Dipankar Sarma coded up rcu_barrier()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt329 intensity_stereo. All other subbands are coded in stereo.
/linux-4.1.27/arch/
DKconfig149 hand-coded assembler in <asm/swab.h>. But just in case it
/linux-4.1.27/Documentation/s390/
Dcds.txt295 the primary unit check source coded in sense byte 0 :
DDebugging390.txt190 kernel without hard coded checks.
/linux-4.1.27/Documentation/hwmon/
Dsysfs-interface20 hard coded into the driver and have to be done in user space.
/linux-4.1.27/Documentation/development-process/
D4.Coding28 code to the kernel is very difficult if that code is not coded according to
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt26 System Default Policy: this policy is "hard coded" into the kernel. It
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt35 parser, usually the codec-specific parser (coded in patch_*.c) is used
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME506 (presumably rare) applications, originally coded for
/linux-4.1.27/lib/
DKconfig.debug25 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks