Searched refs:decode (Results 1 - 200 of 462) sorted by relevance

123

/linux-4.1.27/tools/power/cpupower/debug/x86_64/
H A DMakefile14 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c
17 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c
20 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
23 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
27 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
28 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
/linux-4.1.27/tools/power/cpupower/debug/i386/
H A DMakefile14 $(OUTPUT)centrino-decode: centrino-decode.c
15 $(CC) $(CFLAGS) -o $@ centrino-decode.c
23 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c
24 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c
26 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode
29 rm -rf $(OUTPUT)centrino-decode
32 rm -rf $(OUTPUT)powernow-k8-decode
36 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
37 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
H A Dcentrino-decode.c10 * USAGE: simply run it to decode the current settings on CPU 0,
64 static void decode (unsigned int msr) decode() function
90 decode(lo); decode_live()
108 decode(cpu); main()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dmi_pc.h158 #define LOW_RAS0_DREG 0x0400 /*Ras0 low decode address*/
159 #define HI_RAS0_DREG 0x0404 /*Ras0 high decode address*/
160 #define LOW_RAS1_DREG 0x0408 /*Ras1 low decode address*/
161 #define HI_RAS1_DREG 0x040c /*Ras1 high decode address*/
162 #define LOW_RAS2_DREG 0x0410 /*Ras2 low decode address*/
163 #define HI_RAS2_DREG 0x0414 /*Ras2 high decode address*/
164 #define LOW_RAS3_DREG 0x0418 /*Ras3 low decode address*/
165 #define HI_RAS3_DREG 0x041c /*Ras3 high decode address*/
167 #define LOW_CS0_DREG 0x0420 /* CS0* low decode register */
168 #define HI_CS0_DREG 0x0424 /* CS0* high decode register */
169 #define LOW_CS1_DREG 0x0428 /* CS1* low decode register */
170 #define HI_CS1_DREG 0x042c /* CS1* high decode register */
171 #define LOW_CS2_DREG 0x0430 /* CS2* low decode register */
172 #define HI_CS2_DREG 0x0434 /* CS2* high decode register */
173 #define LOW_CS3_DREG 0x0438 /* CS3* low decode register */
174 #define HI_CS3_DREG 0x043c /* CS3* high decode register */
176 #define LOW_BOOTCS_DREG 0x0440 /* Boot CS low decode register */
177 #define HI_BOOTCS_DREG 0x0444 /* Boot CS High decode register */
179 #define LO_RAS10_GREG 0x0008 /*Ras1..0 group low decode address*/
180 #define HI_RAS10_GREG 0x0010 /*Ras1..0 group high decode address*/
181 #define LO_RAS32_GREG 0x0018 /*Ras3..2 group low decode address */
182 #define HI_RAS32_GREG 0x0020 /*Ras3..2 group high decode address */
184 #define LO_CS20_GREG 0x0028 /* CS2..0 group low decode register */
185 #define HI_CS20_GREG 0x0030 /* CS2..0 group high decode register */
186 #define LO_CS3B_GREG 0x0038 /* CS3 & PROM group low decode register */
187 #define HI_CS3B_GREG 0x0040 /* CS3 & PROM group high decode register */
/linux-4.1.27/tools/firewire/
H A DMakefile13 nosy-dump : nosy-dump.o decode-fcp.o
H A Dnosy-dump.c218 int (*decode)(struct link_transaction *t); member in struct:protocol_decoder
237 if (protocol_decoders[i].decode(t)) handle_transaction()
240 /* HACK: decode only fcp right now. */ handle_transaction()
/linux-4.1.27/arch/x86/pci/
H A Dintel_mid_pci.c100 unsigned long decode; pci_device_update_fixed() local
105 /* Turn the size into a decode pattern for the sizing code */ pci_device_update_fixed()
107 decode = size - 1; pci_device_update_fixed()
108 decode |= decode >> 1; pci_device_update_fixed()
109 decode |= decode >> 2; pci_device_update_fixed()
110 decode |= decode >> 4; pci_device_update_fixed()
111 decode |= decode >> 8; pci_device_update_fixed()
112 decode |= decode >> 16; pci_device_update_fixed()
113 decode++; pci_device_update_fixed()
114 decode = ~(decode - 1); pci_device_update_fixed()
116 decode = 0; pci_device_update_fixed()
126 decode); pci_device_update_fixed()
H A Dnumachip.c41 /* Ensure AMD Northbridges don't decode reads to other devices */ pci_mmcfg_read_numachip()
79 /* Ensure AMD Northbridges don't decode writes to other devices */ pci_mmcfg_write_numachip()
H A Di386.c146 * Why? Because some silly external IO cards only decode
148 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/tools/perf/arch/x86/util/
H A Dkvm-stat.c66 char *decode) mmio_event_decode_key()
68 scnprintf(decode, DECODE_STR_LEN, "%#lx:%s", mmio_event_decode_key()
110 char *decode) ioport_event_decode_key()
112 scnprintf(decode, DECODE_STR_LEN, "%#llx:%s", ioport_event_decode_key()
64 mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) mmio_event_decode_key() argument
108 ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) ioport_event_decode_key() argument
/linux-4.1.27/sound/core/seq/
H A Dseq_midi_event.c65 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); member in struct:status_event_list
103 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len, member in struct:extra_event_list
354 * decode from a sequencer event to midi bytes
371 return extra_event[type].decode(dev, buf, count, ev); snd_midi_event_decode()
396 if (status_event[type].decode) snd_midi_event_decode()
397 status_event[type].decode(ev, xbuf + 1); snd_midi_event_decode()
401 if (status_event[type].decode) snd_midi_event_decode()
402 status_event[type].decode(ev, xbuf + 0); snd_midi_event_decode()
413 /* decode note event */ note_decode()
420 /* decode one parameter controls */ one_param_decode()
426 /* decode pitch wheel change */ pitchbend_decode()
434 /* decode midi control change */ two_param_decode()
441 /* decode song position */ songpos_decode()
448 /* decode 14bit control */ extra_decode_ctrl14()
486 /* decode reg/nonreg param */ extra_decode_xrpn()
/linux-4.1.27/drivers/uwb/
H A Die-rcv.c35 /* Is there enough data to decode it? */ uwbd_evt_handle_rc_ie_rcv()
38 "decode (%zu vs %zu bytes needed)\n", uwbd_evt_handle_rc_ie_rcv()
H A Dbeacon.c368 /* Is there enough data to decode a beacon frame? */ uwb_verify_beacon()
370 dev_err(dev, "BEACON event: Not enough data to decode " uwb_verify_beacon()
475 /* Is there enough data to decode the event? */ uwbd_evt_handle_rc_beacon_size()
478 "decode (%zu vs %zu bytes needed)\n", uwbd_evt_handle_rc_beacon_size()
549 /* Is there enough data to decode it? */ uwbd_evt_handle_rc_bpoie_change()
552 "decode (%zu vs %zu bytes needed)\n", uwbd_evt_handle_rc_bpoie_change()
560 "decode (%zu vs %zu bytes needed)\n", uwbd_evt_handle_rc_bpoie_change()
H A Ddrp-avail.c233 /* Is there enough data to decode the event? */ uwbd_evt_get_drp_avail()
236 "data to decode event [%zu bytes, %zu " uwbd_evt_get_drp_avail()
H A Dhwa-rc.c131 "to decode for filtering (%zu vs %zu bytes needed)\n", hwarc_filter_evt_beacon_WUSB_0100()
139 "to decode IEs (%zu vs %zu bytes needed)\n", hwarc_filter_evt_beacon_WUSB_0100()
190 dev_err(dev, "Not enough data to decode DRP Avail " hwarc_filter_evt_drp_avail_WUSB_0100()
205 "data to decode IE [%zu bytes, %zu needed]\n", hwarc_filter_evt_drp_avail_WUSB_0100()
263 dev_err(dev, "Not enough data to decode DRP Notification " hwarc_filter_evt_drp_WUSB_0100()
H A Ddrp.c814 /* Is there enough data to decode the event (and any IEs in uwbd_evt_handle_rc_drp()
817 dev_err(dev, "DRP event: Not enough data to decode event " uwbd_evt_handle_rc_drp()
/linux-4.1.27/arch/arm/probes/
H A Ddecode-arm.h2 * arch/arm/probes/decode-arm.h
18 #include "decode.h"
H A Ddecode-thumb.h2 * arch/arm/probes/decode-thumb.h
18 #include "decode.h"
H A Ddecode.c2 * arch/arm/probes/decode.c
20 #include "decode.h"
371 * probes_decode_insn operates on data tables in order to decode an ARM
410 * depends on the type of the table entry's decode struct.
H A Ddecode.h2 * arch/arm/probes/decode.h
147 * the decode_* structs. All of the fields in every type of decode structure
148 * are of the union type decode_item, therefore the entire decode table can be
230 * This register specification is checked after a decode table entry is found to
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dttpci-eeprom.h3 decode it and store it in associated adapter net device
H A Dttpci-eeprom.c3 decode it and store it in the associated adapter struct for
/linux-4.1.27/drivers/media/rc/
H A Dir-xmp-decoder.c55 IR_dprintk(2, "XMP decode started at state %d %d (%uus %s)\n", ir_xmp_decode()
177 /* store nibble raw data, decode after trailer */ ir_xmp_decode()
195 IR_dprintk(1, "XMP decode failed at count %d state %d (%uus %s)\n", ir_xmp_decode()
203 .decode = ir_xmp_decode,
H A Dir-jvc-decoder.c62 IR_dprintk(2, "JVC decode started at state %d (%uus %s)\n", ir_jvc_decode()
170 IR_dprintk(1, "JVC decode failed at state %d (%uus %s)\n", ir_jvc_decode()
178 .decode = ir_jvc_decode,
H A Dir-nec-decoder.c64 IR_dprintk(2, "NEC decode started at state %d (%uus %s)\n", ir_nec_decode()
197 IR_dprintk(1, "NEC decode failed at count %d state %d (%uus %s)\n", ir_nec_decode()
205 .decode = ir_nec_decode,
H A Dir-rc5-decoder.c69 IR_dprintk(2, "RC5(x/sz) decode started at state %i (%uus %s)\n", ir_rc5_decode()
181 IR_dprintk(1, "RC5(x/sz) decode failed at state %i count %d (%uus %s)\n", ir_rc5_decode()
189 .decode = ir_rc5_decode,
H A Dir-sanyo-decoder.c72 IR_dprintk(2, "SANYO decode started at state %d (%uus %s)\n", ir_sanyo_decode()
175 IR_dprintk(1, "SANYO decode failed at count %d state %d (%uus %s)\n", ir_sanyo_decode()
183 .decode = ir_sanyo_decode,
H A Dir-sharp-decoder.c60 IR_dprintk(2, "Sharp decode started at state %d (%uus %s)\n", ir_sharp_decode()
170 IR_dprintk(1, "Sharp decode failed at count %d state %d (%uus %s)\n", ir_sharp_decode()
179 .decode = ir_sharp_decode,
H A Dir-sony-decoder.c62 IR_dprintk(2, "Sony decode started at state %d (%uus %s)\n", ir_sony_decode()
170 IR_dprintk(1, "Sony decode failed at state %d (%uus %s)\n", ir_sony_decode()
178 .decode = ir_sony_decode,
H A Dir-rc6-decoder.c108 IR_dprintk(2, "RC6 decode started at state %i (%uus %s)\n", ir_rc6_decode()
288 IR_dprintk(1, "RC6 decode failed at state %i (%uus %s)\n", ir_rc6_decode()
298 .decode = ir_rc6_decode,
H A Drc-core-priv.h27 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member in struct:ir_raw_handler
H A Dir-lirc-codec.c428 .decode = ir_lirc_decode,
H A Dir-mce_kbd-decoder.c426 .decode = ir_mce_kbd_decode,
H A Drc-ir-raw.c62 handler->decode(raw->dev, ev); ir_raw_event_thread()
/linux-4.1.27/arch/arm/probes/uprobes/
H A Dactions-arm.c16 #include "../decode.h"
17 #include "../decode-arm.h"
113 struct decode_emulate *decode = (struct decode_emulate *) d; decode_pc_ro() local
114 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS; decode_pc_ro()
H A Dcore.c20 #include "../decode.h"
21 #include "../decode-arm.h"
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcheckers.h20 #include "../decode.h"
H A Dcheckers-common.c17 #include "../decode.h"
18 #include "../decode-arm.h"
H A Dcheckers-thumb.c17 #include "../decode.h"
18 #include "../decode-thumb.h"
H A Dcore.h23 #include "../decode.h"
H A Dcheckers-arm.c17 #include "../decode.h"
18 #include "../decode-arm.h"
H A Dactions-arm.c29 * *) Otherwise, decode the instruction rewriting its
65 #include "../decode-arm.h"
H A Dcore.c35 #include "../decode-arm.h"
36 #include "../decode-thumb.h"
/linux-4.1.27/net/ceph/
H A Dbuffer.c8 #include <linux/ceph/decode.h>
H A Dauth_none.c9 #include <linux/ceph/decode.h>
48 * the generic auth code decode the global_id, and we carry no actual
H A Darmor.c8 * base64 encode/decode.
H A Dosdmap.c10 #include <linux/ceph/decode.h>
53 * decode crush map
345 dout("crush decode tunable choose_local_tries = %d", crush_decode()
347 dout("crush decode tunable choose_local_fallback_tries = %d", crush_decode()
349 dout("crush decode tunable choose_total_tries = %d", crush_decode()
354 dout("crush decode tunable chooseleaf_descend_once = %d", crush_decode()
359 dout("crush decode tunable chooseleaf_vary_r = %d", crush_decode()
1049 * decode a full map.
1170 * Allocate and decode a full map.
1195 * decode and apply an incremental map update.
H A Dauth.c8 #include <linux/ceph/decode.h>
251 pr_err("failed to decode auth msg\n"); ceph_handle_auth_reply()
H A Dcrypto.c12 #include <linux/ceph/decode.h>
51 dout("failed to decode crypto key\n"); ceph_crypto_key_decode()
/linux-4.1.27/drivers/eisa/
H A Dpci_eisa.c33 * The Intel 82375 PCI-EISA bridge is a subtractive-decode PCI pci_eisa_init()
36 * bridge in subtractive-decode mode (see pci_read_bridge_bases()). pci_eisa_init()
/linux-4.1.27/arch/m68k/kernel/
H A Dpcibios.c26 * Why? Because some silly external IO cards only decode
28 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/tools/perf/util/
H A Dkvm-stat.h60 char *decode);
121 char *decode);
/linux-4.1.27/drivers/media/rc/img-ir/
H A Dimg-ir-core.c12 * (raw and hardware decode) are handled separately.
38 /* hand off edge interrupts to raw decode handler */ img_ir_isr()
42 /* hand off hardware match interrupts to hardware decode handler */ img_ir_isr()
H A Dimg-ir-hw.h230 * @mode: Current decode mode.
/linux-4.1.27/arch/x86/platform/uv/
H A Dbios_uv.c169 * @decode: true to enable target, false to disable target
179 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) uv_bios_set_legacy_vga_target() argument
182 (u64)decode, (u64)domain, (u64)bus, 0, 0); uv_bios_set_legacy_vga_target()
/linux-4.1.27/include/linux/
H A Ddmi.h108 extern int dmi_walk(void (*decode)(const struct dmi_header *, void *),
135 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), dmi_walk()
H A Dmbus.h26 * required to support at least 4 decode windows.
H A Dvgaarb.h2 * The VGA aribiter manages VGA space routing and VGA resource decode to
219 * @set_vga_decode: vga decode change callback
231 * get a callback from this to set the encode/decode state
233 * Rationale: we cannot disable VGA decode resources unconditionally
H A Dpnfs_osd_xdr.h266 * false, to decode the next component.
268 * true if there is more to decode or false if we are done or error.
H A Dmdio.h80 * standardised, this function does not attempt to decode them. Use
H A Ddrbd.h371 * base64 decode "actlog==" ;) */
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dioctl.h49 /* Used to decode ioctl numbers in drivers despite the leading underscore... */
/linux-4.1.27/arch/mips/include/asm/
H A Dinst.h76 /* microMIPS instruction decode structure. Do NOT export!!! */
/linux-4.1.27/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.h31 /* Encode/decode the bank/bit pairs into a pin value */
/linux-4.1.27/arch/m68k/math-emu/
H A Dfp_movem.S41 | set flags for decode macros for fmovem
80 | decode address mode
199 | set flags for decode macros for fmovem control register
224 | decode address mode
H A Dfp_decode.h102 | decode destination format for fmove reg,ea
107 | decode source register for fmove reg,ea
133 | decode the 8bit diplacement from the brief extension word
139 | decode the index of the brief/full extension word
167 | decode the base displacement size
H A Dfp_cond.S94 | set flags for decode macros for fs<cc>
105 | decode addressing mode
/linux-4.1.27/arch/arm/mach-nspire/
H A Dnspire.c47 .decode = clcdfb_decode,
/linux-4.1.27/scripts/
H A Ddecodecode6 # e.g., to decode an i386 oops on an x86_64 system, use:
/linux-4.1.27/drivers/isdn/pcbit/
H A Dcapi.h2 * CAPI encode/decode prototypes and defines
/linux-4.1.27/include/sound/
H A Dseq_midi_event.h50 /* decode from event to bytes - return number of written bytes if success */
/linux-4.1.27/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h11 * version 7. It is extremely optimized to decode only the absolutely
/linux-4.1.27/include/linux/pinctrl/
H A Dpinconf.h38 * @pin_config_config_dbg_show: optional debugfs display hook that will decode
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dioctl.h52 /* used to decode them.. */
/linux-4.1.27/fs/cifs/
H A Dexport.c36 * in which users want to export cifs shares with NFS. The decode and encode
H A Dsess.c237 cifs_dbg(FYI, "decode sessetup ascii. bleft %d\n", bleft); decode_ascii_ssetup()
305 /* BB we could decode pblob->NegotiateFlags; some may be useful */ decode_ntlmssp_challenge()
737 /* BB check if Unicode and decode strings */ sess_auth_lanman()
739 /* no string area to decode, do nothing */ sess_auth_lanman()
847 /* BB check if Unicode and decode strings */ sess_auth_ntlm()
849 /* no string area to decode, do nothing */ sess_auth_ntlm()
955 /* BB check if Unicode and decode strings */ sess_auth_ntlmv2()
957 /* no string area to decode, do nothing */ sess_auth_ntlmv2()
1091 /* BB check if Unicode and decode strings */ sess_auth_kerberos()
1093 /* no string area to decode, do nothing */ sess_auth_kerberos()
1345 /* BB check if Unicode and decode strings */ sess_auth_rawntlmssp_authenticate()
1347 /* no string area to decode, do nothing */ sess_auth_rawntlmssp_authenticate()
H A Dcifssmb.c3113 /* decode response */ CIFSSMBUnixQuerySymLink()
3542 /* decode response */ CIFSSMBGetPosixACL()
3693 /* decode response */ CIFSGetExtAttr()
3852 } else { /* decode response */ CIFSSMBGetCIFSACL()
4015 /* decode response */ SMBQueryInformation()
4020 /* decode time fields */ SMBQueryInformation()
4086 } else { /* decode response */ CIFSSMBQFileInfo()
4173 } else { /* decode response */ CIFSSMBQPathInfo()
4255 } else { /* decode response */ CIFSSMBUnixQFileInfo()
4339 } else { /* decode response */ CIFSSMBUnixQPathInfo()
4468 } else { /* decode response */ CIFSFindFirst()
4591 } else { /* decode response */ CIFSFindNext()
4747 /* decode response */ CIFSGetSrvInodeNumber()
5043 } else { /* decode response */ SMBOldQFSInfo()
5123 } else { /* decode response */ CIFSSMBQFSInfo()
5203 } else { /* decode response */ CIFSSMBQFSAttributeInfo()
5274 } else { /* decode response */ CIFSSMBQFSDeviceInfo()
5344 } else { /* decode response */ CIFSSMBQFSUnixInfo()
5427 } else { /* decode response */ CIFSSMBSetFSUnixInfo()
5489 } else { /* decode response */ CIFSSMBQFSPosixInfo()
/linux-4.1.27/include/linux/extcon/
H A Dextcon-adc-jack.h49 * with .state = 0 entry. This describes how to decode
/linux-4.1.27/drivers/net/slip/
H A Dslhc.c83 static long decode(unsigned char **cpp);
207 decode(unsigned char **cpp) decode() function
557 if((x = decode(&cp)) == -1) { slhc_uncompress()
564 if((x = decode(&cp)) == -1) { slhc_uncompress()
570 if((x = decode(&cp)) == -1) { slhc_uncompress()
576 if((x = decode(&cp)) == -1) { slhc_uncompress()
584 if((x = decode(&cp)) == -1) { slhc_uncompress()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c835 int uv_set_vga_state(struct pci_dev *pdev, bool decode, uv_set_vga_state() argument
840 PR_DEVEL("devfn %x decode %d cmd %x flags %d\n", uv_set_vga_state()
841 pdev->devfn, decode, command_bits, flags); uv_set_vga_state()
852 rc = uv_bios_set_legacy_vga_target(decode, domain, bus); uv_set_vga_state()
853 PR_DEVEL("vga decode %d %x:%x, rc: %d\n", decode, domain, bus, rc); uv_set_vga_state()
/linux-4.1.27/net/sunrpc/
H A Dauth.c795 rpcauth_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, rpcauth_unwrap_req_decode() argument
801 return decode(rqstp, &xdr, obj); rpcauth_unwrap_req_decode()
805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, rpcauth_unwrap_resp() argument
813 return cred->cr_ops->crunwrap_resp(task, decode, rqstp, rpcauth_unwrap_resp()
815 /* By default, we decode the arguments normally. */ rpcauth_unwrap_resp()
816 return rpcauth_unwrap_req_decode(decode, rqstp, data, obj); rpcauth_unwrap_resp()
H A Dxdr.c787 * @buf: pointer to XDR buffer from which to decode data
810 * @buf: pointer to XDR buffer from which to decode data
811 * @pages: list of pages to decode into
878 * xdr_inline_decode - Retrieve XDR data to decode
880 * @nbytes: number of bytes of data to decode
882 * Check if the input buffer is long enough to enable us to decode
933 * xdr_read_pages - Ensure page-based XDR data to decode is aligned at current pointer position
975 * xdr_enter_page - decode data from the XDR page
/linux-4.1.27/drivers/cpufreq/
H A Dspeedstep-lib.c78 /* decode the FSB */ pentium3_get_frequency()
87 /* decode the multiplier */ pentium3_get_frequency()
192 /* decode the FSB: see IA-32 Intel (C) Architecture Software pentium4_get_frequency()
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-imon-mce.c41 /* the OK and Enter buttons decode to the same value on some remotes
H A Drc-imon-pad.c17 * "standard", as different receivers decode the same key on the
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Daf9005-remote.c4 * Standard remote decode function
/linux-4.1.27/arch/x86/include/asm/uv/
H A Dbios.h100 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-rsl.c29 * Utility functions to decode Octeon's RSL_INT_BLOCKS
H A Docteon-model.c386 /* Check for model in fuses, overrides normal decode */ octeon_model_get_string_buffer()
/linux-4.1.27/fs/lockd/
H A Dclnt4xdr.c4 * XDR functions to encode/decode NLM version 4 RPC arguments and results.
77 * Handle decode buffer overflows out-of-line.
88 * Encode/decode NLMv4 basic data types
492 * NLMv4 XDR decode functions
H A Dclntxdr.c4 * XDR functions to encode/decode NLM version 3 RPC arguments and results.
73 * Handle decode buffer overflows out-of-line.
84 * Encode/decode NLMv3 basic data types
491 * NLMv3 XDR decode functions
H A Dxdr.c99 * Encode and decode owner handle
H A Dxdr4.c97 * Encode and decode owner handle
/linux-4.1.27/drivers/platform/mips/
H A Dacpi_init.c101 * of the PM registers at index 0x20~0x2B to decode ACPI I/O address. */ acpi_registers_setup()
/linux-4.1.27/include/uapi/asm-generic/
H A Dioctl.h84 /* used to decode ioctl numbers.. */
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h53 * HW decode / err_code in work queue entry
100 * failure indicated in err_code below, decode:
128 * failure indicated in err_code below, decode:
277 * decode:
H A Dcvmx-address.h54 /* see cvmx_add_win_dma_dec_t for further decode */
60 /* decode within DMA space */
/linux-4.1.27/arch/arm/mach-netx/
H A Dnxdb500.c93 .decode = clcdfb_decode,
H A Dnxeb500hmi.c96 .decode = clcdfb_decode,
/linux-4.1.27/fs/ceph/
H A Dmdsmap.c11 #include <linux/ceph/decode.h>
/linux-4.1.27/tools/perf/
H A Dbuiltin-kvm.c90 char *decode) exit_event_decode_key()
95 scnprintf(decode, DECODE_STR_LEN, "%s", exit_reason); exit_event_decode_key()
361 char decode[DECODE_STR_LEN]; handle_end_event() local
363 kvm->events_ops->decode_key(kvm, &event->key, decode); handle_end_event()
364 if (!skip_event(decode)) { handle_end_event()
367 decode, time_diff/1000); handle_end_event()
578 char decode[DECODE_STR_LEN]; print_result() local
607 kvm->events_ops->decode_key(kvm, &event->key, decode); print_result()
608 pr_info("%*s ", DECODE_STR_LEN, decode); print_result()
88 exit_event_decode_key(struct perf_kvm_stat *kvm, struct event_key *key, char *decode) exit_event_decode_key() argument
/linux-4.1.27/arch/alpha/kernel/
H A Dsmc37c669.c374 unsigned extx4 : 1; /* 0 = 2 drive, 1 = external 4 drive decode */
422 unsigned addrx7_4 : 4; /* ADR<7:3> for ADRx decode */
431 ** 01 - 1 byte decode A<3:0> = 0000b
432 ** 10 - 8 byte block decode A<3:0> = 0XXXb
433 ** 11 - 16 byte block decode A<3:0> = XXXXb
439 unsigned adra8 : 3; /* ADR<10:8> for ADRx decode */
569 ** 01 - 1 byte decode ADR<3:0> = 0001b
570 ** 10 - 8 byte block decode ADR<3:0> = 0XXXb
571 ** 11 - 16 byte block decode ADR<3:0> = XXXXb
612 ** - To disable this decode set Addr<9:8> = 0
628 ** - To disable this decode set Addr<9:8> = 0
644 ** - To disable this decode set Addr<9:8> = 0
660 ** - To disable this decode set Addr<9:8> = 0
677 ** - To disable this decode set Addr<9:8> = 0
693 ** - To disable this decode set Addr<9:8> = 0
H A Derr_ev6.c220 /* had decode -- downgrade print level for frame */ ev6_process_logout_frame()
H A Derr_titan.c196 * a south bridge (subtractive decode agent) can result in titan_parse_p_perror()
603 /* TODO - decode instead of just dumping... */ privateer_process_680_frame()
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_dtmf.c98 * calculate the coefficients of the given sample and decode *
133 * left to decode a full frame. dsp_dtmf_goertzel_decode()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.h108 * @irq_status interrupt flags set during single encode/decode
180 * @mode: compression (encode) operation or decompression (decode)
/linux-4.1.27/drivers/memory/tegra/
H A Dmc.c96 [ 6] = "EMEM address decode error",
107 [2] = "EMEM decode error",
/linux-4.1.27/drivers/firmware/
H A Ddmi_scan.c84 void (*decode)(const struct dmi_header *, void *), dmi_table()
109 decode(dm, private_data); dmi_table()
129 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, dmi_walk_early()
138 dmi_table(buf, decode, NULL); dmi_walk_early()
575 * have the 64-bit entry point, but fail to decode it, fall dmi_scan_machine()
888 * @decode: Callback function
893 int dmi_walk(void (*decode)(const struct dmi_header *, void *), dmi_walk()
905 dmi_table(buf, decode, private_data); dmi_walk()
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c69 unsigned int (*set_vga_decode)(void *cookie, bool decode);
178 /* Account for "normal" resources to lock. If we decode the legacy, __vga_tryget()
239 * can own resources it doesn't decode. __vga_tryget()
283 * decoded them. We can lock resources we don't decode, therefore __vga_tryget()
326 * if we decode them __vga_put()
548 /* By default, assume we decode everything */ vga_arbiter_add_pci_device()
698 /* XXX if somebody is going from "doesn't decode" to "decodes" state __vga_set_legacy_decoding()
715 unsigned int (*set_vga_decode)(void *cookie, bool decode)) vga_client_register()
713 vga_client_register(struct pci_dev *pdev, void *cookie, void (*irq_set_state)(void *cookie, bool state), unsigned int (*set_vga_decode)(void *cookie, bool decode)) vga_client_register() argument
/linux-4.1.27/fs/jffs2/
H A Dcompr_rubin.c200 static int decode(struct rubin_state *rs, long A, long B) decode() function
254 result |= decode(rs, bit_divider - rs->bits[i], in_byte()
/linux-4.1.27/include/linux/sunrpc/
H A Dxdr.h207 unsigned int nwords; /* Remaining decode buffer length */
211 * These are the xdr_stream style generic XDR encode and decode functions.
H A Dauth.h178 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, void *obj);
H A Dclnt.h96 kxdrdproc_t p_decode; /* XDR decode function */
/linux-4.1.27/arch/mips/pci/
H A Dpci.c45 * Why? Because some silly external IO cards only decode
47 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.c27 * Why? Because some silly external IO cards only decode
29 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/arch/frv/mb93090-mb00/
H A Dpci-frv.c28 * Why? Because some silly external IO cards only decode
30 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/arch/arm/mach-ebsa110/
H A Dcore.c74 * sparse external-decode ISAIO space
99 * self-decode ISAIO space
/linux-4.1.27/lib/reed_solomon/
H A Ddecode_rs.c46 goto decode;
95 decode:
/linux-4.1.27/drivers/isdn/gigaset/
H A Dcapi.c1155 /* decode message */ do_facility_req()
1183 /* decode Function parameter */ do_facility_req()
1289 /* decode message */ do_listen_req()
1313 /* decode message */ do_alert_req()
1342 /* decode message */ do_connect_req()
1633 /* decode message */ do_connect_resp()
1803 /* decode message */ do_connect_b3_req()
1852 /* decode message */ do_connect_b3_resp()
1922 /* decode message */ do_disconnect_req()
2020 /* decode message */ do_disconnect_b3_req()
2144 /* decode message */ do_reset_b3_req()
2164 /* decode message */ do_unsupported()
2183 /* decode message */ do_nothing()
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dpci.c670 u32 decode) parse_region_decode()
679 if ((decode & (0x80000000 >> i)) == 0) parse_region_decode()
711 u32 decode; setup_u3_ht() local
744 decode = in_be32(hose->cfg_addr + 0x80); setup_u3_ht()
746 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); setup_u3_ht()
748 /* NOTE: The decode register setup is a bit weird... region setup_u3_ht()
765 decode &= 0x003fffff; setup_u3_ht()
768 parse_region_decode(hose, decode); setup_u3_ht()
669 parse_region_decode(struct pci_controller *hose, u32 decode) parse_region_decode() argument
/linux-4.1.27/include/acpi/
H A Dacrestyp.h83 #define ACPI_DECODE_10 (u8) 0x00 /* 10-bit IO address decode */
84 #define ACPI_DECODE_16 (u8) 0x01 /* 16-bit IO address decode */
303 u8 decode; \
/linux-4.1.27/arch/arm/mach-orion5x/
H A Dpci.c450 * Enable decode window for this chip select. orion5x_setup_pci_wins()
456 * Re-enable decode windows. orion5x_setup_pci_wins()
471 * Point PCI unit MBUS decode windows to DRAM space. pci_setup()
/linux-4.1.27/drivers/ide/
H A Dide-lib.c126 * @stat: status byte to decode
/linux-4.1.27/drivers/media/platform/
H A Dvia-camera.h35 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */
/linux-4.1.27/drivers/media/tuners/
H A Dtuner-xc2028-types.h20 Those firmwares are capable of using xc2038 DSP to decode audio and
/linux-4.1.27/drivers/mfd/
H A Dlpc_sch.c193 dev_err(&dev->dev, "All decode registers disabled.\n"); lpc_sch_probe()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dnvram.c139 * the failure information to decode.
/linux-4.1.27/arch/s390/include/asm/
H A Dptrace.h100 * Simplified per_info structure used to decode the ptrace user space ABI.
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dmca.c116 /* Callback when userspace salinfo wants to decode oem data via the platform
/linux-4.1.27/arch/m68k/include/asm/
H A Dmac_iop.h72 * too lazy to decode the A0 bit. This structure is assumed to begin at
H A Dmac_via.h193 /* partial address decode. 0xYYXX : XX part for RBV, YY part for VIA */
217 * decode the bottom eight -- so vBufB | rBufB will always get you BufB */
/linux-4.1.27/arch/arm/kvm/
H A Dmmio.c173 * Prepare MMIO operation. First decode the syndrome data we get io_mem_abort()
/linux-4.1.27/lib/xz/
H A Dxz_dec_test.c27 * We reuse the same decoder state, and thus can decode only one
H A Dxz_dec_lzma2.c20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
21 * The worst case is that we decode 22 bits using probabilities and 26
22 * direct bits. This may decode at maximum of 20 bytes of input. However,
840 * chunk, we decode directly from the caller-supplied input buffer until
843 * function. We decode a few bytes from the temporary buffer so that we can
H A Dxz_dec_stream.c600 * prepare to decode it. dec_main()
721 * In single-call mode, if we couldn't decode everything and no error
/linux-4.1.27/sound/oss/
H A Dkahlua.c197 * 5530 only. The 5510/5520 decode is different.
/linux-4.1.27/include/linux/ceph/
H A Ddecode.h90 * decode the string into it. The resulting string will always be
H A Dosdmap.h6 #include <linux/ceph/decode.h>
/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c1200 * coded form without being able to decode it. It is hard to know which of the
1201 * neighboring nodes was able to decode the packet, therefore we can only
1204 * decode information.
1597 * batadv_nc_skb_decode_packet - decode given skb using the decode data stored
1600 * @skb: unicast skb to decode
1601 * @nc_packet: decode data needed to decode the skb
1692 * find the data needed to decode the coded packet
1695 * @coded: coded packet we try to find decode data for
1756 * batadv_nc_recv_coded_packet - try to decode coded packet and enqueue the
/linux-4.1.27/arch/xtensa/kernel/
H A Dpci.c64 * Why? Because some silly external IO cards only decode
66 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/block/partitions/
H A Dibm.c35 /* decode cylinder and heads for large volumes */ cchh2blk()
53 /* decode cylinder and heads for large volumes */ cchhb2blk()
/linux-4.1.27/arch/unicore32/kernel/
H A Dpci.c302 * Why? Because some silly external IO cards only decode
304 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c368 * decode received timestamp
537 * decode non-data usb message
603 * decode data usb message
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-dec23.c172 * To decode the stream:
622 /* Each block decode a square of 4x4 */ DecompressBand23()
636 /* Each block decode a square of 4x4 */ DecompressBand23()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dplx9080.h60 #define LMAP_EN 0x00000001 /* Enable slave decode */
61 #define LMAP_MEM_MASK 0xfffffff0 /* bits that specify decode for memory io */
62 #define LMAP_IO_MASK 0xfffffffa /* bits that specify decode bits for normal io */
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcbaf.c156 dev_err(dev, "Not enough data to decode association info " cbaf_check()
164 dev_err(dev, "Not enough data to decode association info " cbaf_check()
187 dev_err(dev, "Not enough data to decode association " cbaf_check()
/linux-4.1.27/lib/
H A Dinflate.c45 to be used to decode this block. The representation is itself Huffman
278 The fastest way to decode is to simply build a lookup table whose
285 the longer codes. The time it costs to decode the longer codes is
290 length codes can decode in one step, and dbits is the same thing for
331 tables to decode that set of codes. Return zero on success, one if huft_build()
647 /* decode distance of block to copy */ inflate_codes()
H A Dvsprintf.c701 int decode = (fmt[0] == 'R') ? 1 : 0; resource_string() local
723 decode = 0; resource_string()
725 if (decode && res->flags & IORESOURCE_UNSET) { resource_string()
735 if (decode) { resource_string()
1612 * Helper function to decode printf style format.
1613 * Each call decode a token from the format and return the
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-input.c151 * FIXME: Nebula digi uses the legacy way to decode RC5, instead of relying
162 /* decode raw bit pattern to RC5 code */ bttv_rc5_decode()
/linux-4.1.27/arch/powerpc/perf/
H A Dpower5+-pmu.c262 /* new decode alternatives for power5+ */ find_alternative_bdecode()
362 * The 0x80 bit indicates a byte decode PMCSEL value.
H A Dpower4-pmu.c230 else if (psel == 6) /* decode events */ p4_marked_instr_event()
313 /* PMCSEL=6 decode events on byte 2 need sample_enable clear */ p4_get_constraint()
/linux-4.1.27/drivers/watchdog/
H A Dsp5100_tco.c140 /* Enable watchdog decode bit and watchdog timer */ tco_timer_enable()
148 /* Enable watchdog decode bit */ tco_timer_enable()
/linux-4.1.27/drivers/iio/humidity/
H A Ddht11.c139 "Don't know how to decode data: %d %d %d %d\n", dht11_decode()
/linux-4.1.27/drivers/scsi/
H A Dscsi_ioctl.c83 * routines know the command size based on the opcode decode.
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211wep.c3 * WEP encode/decode for P80211.
/linux-4.1.27/drivers/input/mouse/
H A Dsermouse.c186 default: /* We don't decode anything else yet. */ sermouse_process_ms()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv50.c168 /* decode status bits into something more useful */ nv50_fb_intr()
/linux-4.1.27/drivers/acpi/acpica/
H A Drsaddr.c225 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
H A Drsdump.c199 * table - Table entry to decode the resource
/linux-4.1.27/drivers/usb/misc/
H A Dusbled.c29 internally, we want to keep the red+green+blue sysfs api, so we decode
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2.h41 * directory operations vector for encode/decode routines
/linux-4.1.27/drivers/video/fbdev/
H A Dclps711xfb.c197 * If the LCD controller is already running, decode the values clps711x_guess_lcd_params()
H A Damba-clcd.c298 fb->board->decode(fb, &regs); clcdfb_set_par()
799 board->decode = clcdfb_decode; clcdfb_of_get_board()
H A Dmetronomefb.c169 /* here we decode the incoming waveform file and populate metromem */ load_waveform()
678 b) process waveform and decode into metromem */ metronomefb_probe()
/linux-4.1.27/fs/nfs/blocklayout/
H A Drpc_pipefs.c99 printk(KERN_WARNING "%s failed to decode device: %d\n", bl_resolve_deviceid()
/linux-4.1.27/fs/nfs/
H A Dnfs2xdr.c4 * XDR functions to encode/decode NFS RPC arguments and results.
82 * Handle decode buffer overflows out-of-line.
93 * Encode/decode NFSv2 basic data types
788 * NFSv2 XDR decode functions
H A Dpnfs_dev.c147 * Found new device, need to decode it and then add it to the nfs4_get_device_info()
/linux-4.1.27/fs/nfs_common/
H A Dnfsacl.c257 * @buf: xdr_buf containing XDR'd ACL data to decode
/linux-4.1.27/fs/nfsd/
H A Dnfs2acl.c180 * XDR decode functions
H A Dnfs3acl.c126 * XDR decode functions
/linux-4.1.27/drivers/pnp/pnpacpi/
H A Dcore.c253 /* .enabled means the device can decode the resources */ pnpacpi_add_device()
/linux-4.1.27/include/uapi/linux/dvb/
H A Dvideo.h214 /* can the hardware decode MPEG1 and/or MPEG2? */
/linux-4.1.27/arch/powerpc/platforms/pasemi/
H A Diommu.c44 /* Address decode configuration register */
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable.h273 * Encode and decode a swap entry (must be !pte_none(pte) && !pte_present(pte):
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h225 * Encode and decode a swap entry (must be !pte_none(e) && !pte_present(e))
/linux-4.1.27/arch/arm/mach-realview/
H A Dcore.c346 .decode = clcdfb_decode,
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Diotiming-s3c2412.c115 * @iob: The IO bank information to decode.
/linux-4.1.27/arch/arm/plat-orion/
H A Dpcie.c187 * Point PCIe unit MBUS decode windows to DRAM space. orion_pcie_setup()
/linux-4.1.27/arch/arm/mach-integrator/
H A Dintegrator_cp.c217 .decode = clcdfb_decode,
/linux-4.1.27/arch/arm/mach-lpc32xx/
H A Dphy3250.c150 .decode = clcdfb_decode,
/linux-4.1.27/kernel/trace/
H A Dtrace_printk.c98 * buffer. For userspace tools to be able to decode the events from
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c309 /* Currently we only decode CREDS_VALUE, if we add gssp_accept_sec_context_upcall()
/linux-4.1.27/include/linux/amba/
H A Dclcd.h142 void (*decode)(struct clcd_fb *fb, struct clcd_regs *regs); member in struct:clcd_board
/linux-4.1.27/include/uapi/linux/
H A Dwireless.h731 __u32 code; /* Rx : Unable to code/decode (WEP) */
1030 __u16 pmp_flags; /* How to decode max/min PM period */
1031 __u16 pmt_flags; /* How to decode max/min PM timeout */
1052 __u16 retry_flags; /* How to decode max/min retry limit */
1053 __u16 r_time_flags; /* How to decode max/min retry life */
/linux-4.1.27/fs/afs/
H A Dfsclient.c20 * decode an AFSFid block
33 * decode an AFSFetchStatus block
133 * decode an AFSCallBack block
158 * decode an AFSVolSync block
213 * decode an AFSFetchVolumeStatus block
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_video.c1218 /* If the URB is the first of its payload, decode and save the uvc_video_decode_bulk()
1344 stream->decode(urb, stream, buf); uvc_video_complete()
1836 stream->decode = uvc_video_decode_isight; uvc_video_init()
1838 stream->decode = uvc_video_decode_isoc; uvc_video_init()
1840 stream->decode = uvc_video_decode_bulk; uvc_video_init()
1843 stream->decode = uvc_video_encode_bulk; uvc_video_init()
/linux-4.1.27/drivers/block/
H A Damiflop.c688 static unsigned long decode (unsigned long *data, unsigned long *raw, decode() function
736 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4); amiga_read()
737 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); amiga_read()
738 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4); amiga_read()
739 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4); amiga_read()
762 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), amiga_read()
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr8192U_wx.c295 /* range->retry_flags; */ /* How to decode max/min retry limit */ rtl8180_wx_get_range()
296 /* range->r_time_flags; */ /* How to decode max/min retry life */ rtl8180_wx_get_range()
/linux-4.1.27/drivers/pci/host/
H A Dpcie-xilinx.c404 /* Read interrupt decode and mask registers */ xilinx_pcie_intr_handler()
505 dev_warn(port->dev, "Master decode error\n"); xilinx_pcie_intr_handler()
/linux-4.1.27/crypto/asymmetric_keys/
H A Dx509_cert_parser.c89 /* Attempt to decode the certificate */ x509_cert_parse()
101 pr_warn("Couldn't decode AuthKeyIdentifier\n"); x509_cert_parse()
H A Dpkcs7_parser.c106 /* Attempt to decode the signature */ pkcs7_parse_message()
/linux-4.1.27/arch/ia64/kernel/
H A Dsalinfo.c163 /** salinfo_platform_oemdata - optional callback to decode oemdata from an error
165 * @sect_header: pointer to the start of the section to decode.
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c581 * Why? Because some silly external IO cards only decode
583 * is reserved for motherboard devices that decode all 16
/linux-4.1.27/drivers/net/
H A Dmdio.c183 * standardised, this function does not attempt to decode them. The
/linux-4.1.27/drivers/scsi/fnic/
H A Dvnic_devcmd.h71 * Used to decode cmds..
/linux-4.1.27/drivers/parisc/
H A Deisa_enumerator.c29 * MEMORY with other decode than 20 bit
/linux-4.1.27/arch/sh/kernel/
H A Dentry-common.S315 * The poorly named main trapa decode and dispatch routine, for
/linux-4.1.27/arch/tile/kernel/
H A Dtraps.c69 /* How to decode SPR_GPV_REASON */
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h253 * Encode and decode a swap entry. Swap entries are stored in the Linux
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_vli.h142 /* finds a suitable level to decode the least significant part of in.

Completed in 4568 milliseconds

123