/linux-4.1.27/tools/power/cpupower/debug/x86_64/ |
H A D | Makefile | 14 $(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 D | Makefile | 14 $(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 D | centrino-decode.c | 10 * 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 D | mi_pc.h | 158 #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 D | Makefile | 13 nosy-dump : nosy-dump.o decode-fcp.o
|
H A D | nosy-dump.c | 218 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 D | intel_mid_pci.c | 100 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 D | numachip.c | 41 /* 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 D | i386.c | 146 * 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 D | kvm-stat.c | 66 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 D | seq_midi_event.c | 65 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 D | ie-rcv.c | 35 /* 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 D | beacon.c | 368 /* 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 D | drp-avail.c | 233 /* 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 D | hwa-rc.c | 131 "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 D | drp.c | 814 /* 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 D | decode-arm.h | 2 * arch/arm/probes/decode-arm.h 18 #include "decode.h"
|
H A D | decode-thumb.h | 2 * arch/arm/probes/decode-thumb.h 18 #include "decode.h"
|
H A D | decode.c | 2 * 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 D | decode.h | 2 * 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 D | ttpci-eeprom.h | 3 decode it and store it in associated adapter net device
|
H A D | ttpci-eeprom.c | 3 decode it and store it in the associated adapter struct for
|
/linux-4.1.27/drivers/media/rc/ |
H A D | ir-xmp-decoder.c | 55 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 D | ir-jvc-decoder.c | 62 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 D | ir-nec-decoder.c | 64 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 D | ir-rc5-decoder.c | 69 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 D | ir-sanyo-decoder.c | 72 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 D | ir-sharp-decoder.c | 60 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 D | ir-sony-decoder.c | 62 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 D | ir-rc6-decoder.c | 108 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 D | rc-core-priv.h | 27 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member in struct:ir_raw_handler
|
H A D | ir-lirc-codec.c | 428 .decode = ir_lirc_decode,
|
H A D | ir-mce_kbd-decoder.c | 426 .decode = ir_mce_kbd_decode,
|
H A D | rc-ir-raw.c | 62 handler->decode(raw->dev, ev); ir_raw_event_thread()
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
H A D | actions-arm.c | 16 #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 D | core.c | 20 #include "../decode.h" 21 #include "../decode-arm.h"
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
H A D | checkers.h | 20 #include "../decode.h"
|
H A D | checkers-common.c | 17 #include "../decode.h" 18 #include "../decode-arm.h"
|
H A D | checkers-thumb.c | 17 #include "../decode.h" 18 #include "../decode-thumb.h"
|
H A D | core.h | 23 #include "../decode.h"
|
H A D | checkers-arm.c | 17 #include "../decode.h" 18 #include "../decode-arm.h"
|
H A D | actions-arm.c | 29 * *) Otherwise, decode the instruction rewriting its 65 #include "../decode-arm.h"
|
H A D | core.c | 35 #include "../decode-arm.h" 36 #include "../decode-thumb.h"
|
/linux-4.1.27/net/ceph/ |
H A D | buffer.c | 8 #include <linux/ceph/decode.h>
|
H A D | auth_none.c | 9 #include <linux/ceph/decode.h> 48 * the generic auth code decode the global_id, and we carry no actual
|
H A D | armor.c | 8 * base64 encode/decode.
|
H A D | osdmap.c | 10 #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 D | auth.c | 8 #include <linux/ceph/decode.h> 251 pr_err("failed to decode auth msg\n"); ceph_handle_auth_reply()
|
H A D | crypto.c | 12 #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 D | pci_eisa.c | 33 * 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 D | pcibios.c | 26 * 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 D | kvm-stat.h | 60 char *decode); 121 char *decode);
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
H A D | img-ir-core.c | 12 * (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 D | img-ir-hw.h | 230 * @mode: Current decode mode.
|
/linux-4.1.27/arch/x86/platform/uv/ |
H A D | bios_uv.c | 169 * @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 D | dmi.h | 108 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 D | mbus.h | 26 * required to support at least 4 decode windows.
|
H A D | vgaarb.h | 2 * 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 D | pnfs_osd_xdr.h | 266 * false, to decode the next component. 268 * true if there is more to decode or false if we are done or error.
|
H A D | mdio.h | 80 * standardised, this function does not attempt to decode them. Use
|
H A D | drbd.h | 371 * base64 decode "actlog==" ;) */
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 49 /* Used to decode ioctl numbers in drivers despite the leading underscore... */
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | inst.h | 76 /* microMIPS instruction decode structure. Do NOT export!!! */
|
/linux-4.1.27/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.h | 31 /* Encode/decode the bank/bit pairs into a pin value */
|
/linux-4.1.27/arch/m68k/math-emu/ |
H A D | fp_movem.S | 41 | 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 D | fp_decode.h | 102 | 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 D | fp_cond.S | 94 | set flags for decode macros for fs<cc> 105 | decode addressing mode
|
/linux-4.1.27/arch/arm/mach-nspire/ |
H A D | nspire.c | 47 .decode = clcdfb_decode,
|
/linux-4.1.27/scripts/ |
H A D | decodecode | 6 # e.g., to decode an i386 oops on an x86_64 system, use:
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | capi.h | 2 * CAPI encode/decode prototypes and defines
|
/linux-4.1.27/include/sound/ |
H A D | seq_midi_event.h | 50 /* decode from event to bytes - return number of written bytes if success */
|
/linux-4.1.27/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 11 * version 7. It is extremely optimized to decode only the absolutely
|
/linux-4.1.27/include/linux/pinctrl/ |
H A D | pinconf.h | 38 * @pin_config_config_dbg_show: optional debugfs display hook that will decode
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | ioctl.h | 52 /* used to decode them.. */
|
/linux-4.1.27/fs/cifs/ |
H A D | export.c | 36 * in which users want to export cifs shares with NFS. The decode and encode
|
H A D | sess.c | 237 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 D | cifssmb.c | 3113 /* 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 D | extcon-adc-jack.h | 49 * with .state = 0 entry. This describes how to decode
|
/linux-4.1.27/drivers/net/slip/ |
H A D | slhc.c | 83 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 D | x2apic_uv_x.c | 835 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 D | auth.c | 795 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 D | xdr.c | 787 * @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 D | speedstep-lib.c | 78 /* 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 D | rc-imon-mce.c | 41 /* the OK and Enter buttons decode to the same value on some remotes
|
H A D | rc-imon-pad.c | 17 * "standard", as different receivers decode the same key on the
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | af9005-remote.c | 4 * Standard remote decode function
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | bios.h | 100 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 D | cvmx-interrupt-rsl.c | 29 * Utility functions to decode Octeon's RSL_INT_BLOCKS
|
H A D | octeon-model.c | 386 /* Check for model in fuses, overrides normal decode */ octeon_model_get_string_buffer()
|
/linux-4.1.27/fs/lockd/ |
H A D | clnt4xdr.c | 4 * 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 D | clntxdr.c | 4 * 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 D | xdr.c | 99 * Encode and decode owner handle
|
H A D | xdr4.c | 97 * Encode and decode owner handle
|
/linux-4.1.27/drivers/platform/mips/ |
H A D | acpi_init.c | 101 * 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 D | ioctl.h | 84 /* used to decode ioctl numbers.. */
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-wqe.h | 53 * 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 D | cvmx-address.h | 54 /* 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 D | nxdb500.c | 93 .decode = clcdfb_decode,
|
H A D | nxeb500hmi.c | 96 .decode = clcdfb_decode,
|
/linux-4.1.27/fs/ceph/ |
H A D | mdsmap.c | 11 #include <linux/ceph/decode.h>
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-kvm.c | 90 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 D | smc37c669.c | 374 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 D | err_ev6.c | 220 /* had decode -- downgrade print level for frame */ ev6_process_logout_frame()
|
H A D | err_titan.c | 196 * 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 D | dsp_dtmf.c | 98 * 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 D | jpeg-core.h | 108 * @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 D | mc.c | 96 [ 6] = "EMEM address decode error", 107 [2] = "EMEM decode error",
|
/linux-4.1.27/drivers/firmware/ |
H A D | dmi_scan.c | 84 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 D | vgaarb.c | 69 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 D | compr_rubin.c | 200 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 D | xdr.h | 207 unsigned int nwords; /* Remaining decode buffer length */ 211 * These are the xdr_stream style generic XDR encode and decode functions.
|
H A D | auth.h | 178 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, void *obj);
|
H A D | clnt.h | 96 kxdrdproc_t p_decode; /* XDR decode function */
|
/linux-4.1.27/arch/mips/pci/ |
H A D | pci.c | 45 * 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 D | pci-asb2305.c | 27 * 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 D | pci-frv.c | 28 * 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 D | core.c | 74 * sparse external-decode ISAIO space 99 * self-decode ISAIO space
|
/linux-4.1.27/lib/reed_solomon/ |
H A D | decode_rs.c | 46 goto decode; 95 decode:
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | capi.c | 1155 /* 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 D | pci.c | 670 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 D | acrestyp.h | 83 #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 D | pci.c | 450 * 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 D | ide-lib.c | 126 * @stat: status byte to decode
|
/linux-4.1.27/drivers/media/platform/ |
H A D | via-camera.h | 35 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | tuner-xc2028-types.h | 20 Those firmwares are capable of using xc2038 DSP to decode audio and
|
/linux-4.1.27/drivers/mfd/ |
H A D | lpc_sch.c | 193 dev_err(&dev->dev, "All decode registers disabled.\n"); lpc_sch_probe()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | nvram.c | 139 * the failure information to decode.
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | ptrace.h | 100 * Simplified per_info structure used to decode the ptrace user space ABI.
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
H A D | mca.c | 116 /* Callback when userspace salinfo wants to decode oem data via the platform
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | mac_iop.h | 72 * too lazy to decode the A0 bit. This structure is assumed to begin at
|
H A D | mac_via.h | 193 /* 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 D | mmio.c | 173 * Prepare MMIO operation. First decode the syndrome data we get io_mem_abort()
|
/linux-4.1.27/lib/xz/ |
H A D | xz_dec_test.c | 27 * We reuse the same decoder state, and thus can decode only one
|
H A D | xz_dec_lzma2.c | 20 * 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 D | xz_dec_stream.c | 600 * 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 D | kahlua.c | 197 * 5530 only. The 5510/5520 decode is different.
|
/linux-4.1.27/include/linux/ceph/ |
H A D | decode.h | 90 * decode the string into it. The resulting string will always be
|
H A D | osdmap.h | 6 #include <linux/ceph/decode.h>
|
/linux-4.1.27/net/batman-adv/ |
H A D | network-coding.c | 1200 * 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 D | pci.c | 64 * 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 D | ibm.c | 35 /* 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 D | pci.c | 302 * 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 D | pcan_usb.c | 368 * decode received timestamp 537 * decode non-data usb message 603 * decode data usb message
|
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 172 * 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 D | plx9080.h | 60 #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 D | cbaf.c | 156 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 D | inflate.c | 45 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 D | vsprintf.c | 701 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 D | bttv-input.c | 151 * 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 D | power5+-pmu.c | 262 /* new decode alternatives for power5+ */ find_alternative_bdecode() 362 * The 0x80 bit indicates a byte decode PMCSEL value.
|
H A D | power4-pmu.c | 230 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 D | sp5100_tco.c | 140 /* 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 D | dht11.c | 139 "Don't know how to decode data: %d %d %d %d\n", dht11_decode()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_ioctl.c | 83 * routines know the command size based on the opcode decode.
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | p80211wep.c | 3 * WEP encode/decode for P80211.
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | sermouse.c | 186 default: /* We don't decode anything else yet. */ sermouse_process_ms()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv50.c | 168 /* decode status bits into something more useful */ nv50_fb_intr()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | rsaddr.c | 225 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
|
H A D | rsdump.c | 199 * table - Table entry to decode the resource
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | usbled.c | 29 internally, we want to keep the red+green+blue sysfs api, so we decode
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_dir2.h | 41 * directory operations vector for encode/decode routines
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | clps711xfb.c | 197 * If the LCD controller is already running, decode the values clps711x_guess_lcd_params()
|
H A D | amba-clcd.c | 298 fb->board->decode(fb, ®s); clcdfb_set_par() 799 board->decode = clcdfb_decode; clcdfb_of_get_board()
|
H A D | metronomefb.c | 169 /* 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 D | rpc_pipefs.c | 99 printk(KERN_WARNING "%s failed to decode device: %d\n", bl_resolve_deviceid()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs2xdr.c | 4 * 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 D | pnfs_dev.c | 147 * 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 D | nfsacl.c | 257 * @buf: xdr_buf containing XDR'd ACL data to decode
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs2acl.c | 180 * XDR decode functions
|
H A D | nfs3acl.c | 126 * XDR decode functions
|
/linux-4.1.27/drivers/pnp/pnpacpi/ |
H A D | core.c | 253 /* .enabled means the device can decode the resources */ pnpacpi_add_device()
|
/linux-4.1.27/include/uapi/linux/dvb/ |
H A D | video.h | 214 /* can the hardware decode MPEG1 and/or MPEG2? */
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 44 /* Address decode configuration register */
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | pgtable.h | 273 * Encode and decode a swap entry (must be !pte_none(pte) && !pte_present(pte):
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | pgtable.h | 225 * Encode and decode a swap entry (must be !pte_none(e) && !pte_present(e))
|
/linux-4.1.27/arch/arm/mach-realview/ |
H A D | core.c | 346 .decode = clcdfb_decode,
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | iotiming-s3c2412.c | 115 * @iob: The IO bank information to decode.
|
/linux-4.1.27/arch/arm/plat-orion/ |
H A D | pcie.c | 187 * Point PCIe unit MBUS decode windows to DRAM space. orion_pcie_setup()
|
/linux-4.1.27/arch/arm/mach-integrator/ |
H A D | integrator_cp.c | 217 .decode = clcdfb_decode,
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
H A D | phy3250.c | 150 .decode = clcdfb_decode,
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_printk.c | 98 * buffer. For userspace tools to be able to decode the events from
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_rpc_upcall.c | 309 /* Currently we only decode CREDS_VALUE, if we add gssp_accept_sec_context_upcall()
|
/linux-4.1.27/include/linux/amba/ |
H A D | clcd.h | 142 void (*decode)(struct clcd_fb *fb, struct clcd_regs *regs); member in struct:clcd_board
|
/linux-4.1.27/include/uapi/linux/ |
H A D | wireless.h | 731 __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 D | fsclient.c | 20 * 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 D | uvc_video.c | 1218 /* 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 D | amiflop.c | 688 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 D | r8192U_wx.c | 295 /* 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 D | pcie-xilinx.c | 404 /* 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 D | x509_cert_parser.c | 89 /* Attempt to decode the certificate */ x509_cert_parse() 101 pr_warn("Couldn't decode AuthKeyIdentifier\n"); x509_cert_parse()
|
H A D | pkcs7_parser.c | 106 /* Attempt to decode the signature */ pkcs7_parse_message()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | salinfo.c | 163 /** 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 D | bios32.c | 581 * 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 D | mdio.c | 183 * standardised, this function does not attempt to decode them. The
|
/linux-4.1.27/drivers/scsi/fnic/ |
H A D | vnic_devcmd.h | 71 * Used to decode cmds..
|
/linux-4.1.27/drivers/parisc/ |
H A D | eisa_enumerator.c | 29 * MEMORY with other decode than 20 bit
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | entry-common.S | 315 * The poorly named main trapa decode and dispatch routine, for
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | traps.c | 69 /* How to decode SPR_GPV_REASON */
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | pgtable.h | 253 * Encode and decode a swap entry. Swap entries are stored in the Linux
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_vli.h | 142 /* finds a suitable level to decode the least significant part of in.
|