/linux-4.1.27/tools/power/cpupower/debug/i386/ |
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}
|
D | centrino-decode.c | 64 static void decode (unsigned int msr) in decode() function 90 decode(lo); in decode_live() 108 decode(cpu); in main()
|
/linux-4.1.27/tools/power/cpupower/debug/x86_64/ |
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/arch/x86/pci/ |
D | intel_mid_pci.c | 100 unsigned long decode; in pci_device_update_fixed() local 107 decode = size - 1; in pci_device_update_fixed() 108 decode |= decode >> 1; in pci_device_update_fixed() 109 decode |= decode >> 2; in pci_device_update_fixed() 110 decode |= decode >> 4; in pci_device_update_fixed() 111 decode |= decode >> 8; in pci_device_update_fixed() 112 decode |= decode >> 16; in pci_device_update_fixed() 113 decode++; in pci_device_update_fixed() 114 decode = ~(decode - 1); in pci_device_update_fixed() 116 decode = 0; in pci_device_update_fixed() [all …]
|
/linux-4.1.27/arch/arm/probes/ |
D | Makefile | 1 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ 2 obj-$(CONFIG_KPROBES) += decode.o kprobes/ 4 obj-$(CONFIG_KPROBES) += decode-thumb.o 6 obj-$(CONFIG_KPROBES) += decode-arm.o
|
/linux-4.1.27/tools/power/cpupower/ |
D | .gitignore | 24 debug/i386/centrino-decode 27 debug/i386/powernow-k8-decode 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
D | README | 42 powernow-k8-decode and intel_gsic tools as well as the french language file;
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 66 char *decode) in mmio_event_decode_key() argument 68 scnprintf(decode, DECODE_STR_LEN, "%#lx:%s", in mmio_event_decode_key() 110 char *decode) in ioport_event_decode_key() argument 112 scnprintf(decode, DECODE_STR_LEN, "%#llx:%s", in ioport_event_decode_key()
|
/linux-4.1.27/drivers/net/slip/ |
D | slhc.c | 83 static long decode(unsigned char **cpp); 207 decode(unsigned char **cpp) in decode() function 557 if((x = decode(&cp)) == -1) { in slhc_uncompress() 564 if((x = decode(&cp)) == -1) { in slhc_uncompress() 570 if((x = decode(&cp)) == -1) { in slhc_uncompress() 576 if((x = decode(&cp)) == -1) { in slhc_uncompress() 584 if((x = decode(&cp)) == -1) { in slhc_uncompress()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_midi_event.c | 65 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); member 103 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len, member 371 return extra_event[type].decode(dev, buf, count, ev); in snd_midi_event_decode() 396 if (status_event[type].decode) in snd_midi_event_decode() 397 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode() 401 if (status_event[type].decode) in snd_midi_event_decode() 402 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode()
|
/linux-4.1.27/tools/perf/util/ |
D | kvm-stat.h | 60 char *decode); 121 char *decode);
|
/linux-4.1.27/include/linux/ |
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 *), in dmi_walk()
|
D | pci.h | 1192 int pci_set_vga_state(struct pci_dev *pdev, bool decode, 1350 typedef int (*arch_set_vga_state_t)(struct pci_dev *pdev, bool decode,
|
/linux-4.1.27/arch/m68k/math-emu/ |
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
|
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
|
D | fp_cond.S | 94 | set flags for decode macros for fs<cc> 105 | decode addressing mode
|
D | fp_scan.S | 133 | decode addressing mode for source
|
/linux-4.1.27/drivers/firmware/ |
D | dmi_scan.c | 84 void (*decode)(const struct dmi_header *, void *), in dmi_table() 109 decode(dm, private_data); in dmi_table() 129 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early() 138 dmi_table(buf, decode, NULL); in dmi_walk_early() 893 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() 905 dmi_table(buf, decode, private_data); in dmi_walk()
|
/linux-4.1.27/drivers/clk/qcom/ |
D | Kconfig | 23 graphics, video encode/decode, camera, etc. 82 graphics, video encode/decode, camera, etc. 99 graphics, video encode/decode, camera, etc.
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | bios_uv.c | 179 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) in uv_bios_set_legacy_vga_target() argument 182 (u64)decode, (u64)domain, (u64)bus, 0, 0); in uv_bios_set_legacy_vga_target()
|
/linux-4.1.27/Documentation/ioctl/ |
D | 00-INDEX | 10 - how to decode the bits of an IOCTL code
|
D | ioctl-decoding.txt | 1 To decode a hex IOCTL code:
|
D | ioctl-number.txt | 50 (3) 'strace' can decode numbers back into useful names when the
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pci.c | 670 u32 decode) in parse_region_decode() argument 679 if ((decode & (0x80000000 >> i)) == 0) in parse_region_decode() 711 u32 decode; in setup_u3_ht() local 744 decode = in_be32(hose->cfg_addr + 0x80); in setup_u3_ht() 746 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht() 765 decode &= 0x003fffff; in setup_u3_ht() 768 parse_region_decode(hose, decode); in setup_u3_ht()
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 90 char *decode) in exit_event_decode_key() argument 95 scnprintf(decode, DECODE_STR_LEN, "%s", exit_reason); in exit_event_decode_key() 361 char decode[DECODE_STR_LEN]; in handle_end_event() local 363 kvm->events_ops->decode_key(kvm, &event->key, decode); in handle_end_event() 364 if (!skip_event(decode)) { in handle_end_event() 367 decode, time_diff/1000); in handle_end_event() 578 char decode[DECODE_STR_LEN]; in print_result() local 607 kvm->events_ops->decode_key(kvm, &event->key, decode); in print_result() 608 pr_info("%*s ", DECODE_STR_LEN, decode); in print_result()
|
/linux-4.1.27/arch/arm/mach-nspire/ |
D | nspire.c | 47 .decode = clcdfb_decode,
|
/linux-4.1.27/Documentation/isdn/ |
D | README.audio | 65 (default 0 , I4L soft-decode) 66 (1-15 soft-decode off, hardware on) 68 Not for I4L soft decode (default 8, 40ms)
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
D | actions-arm.c | 113 struct decode_emulate *decode = (struct decode_emulate *) d; in decode_pc_ro() local 114 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS; in decode_pc_ro()
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | Kconfig | 17 processing power than using hardware decode, but can be useful for 24 Say Y here to enable the hardware decode driver which decodes the IR
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | bios.h | 100 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
|
/linux-4.1.27/net/sunrpc/ |
D | auth.c | 795 rpcauth_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, in rpcauth_unwrap_req_decode() argument 801 return decode(rqstp, &xdr, obj); in rpcauth_unwrap_req_decode() 805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, in rpcauth_unwrap_resp() argument 813 return cred->cr_ops->crunwrap_resp(task, decode, rqstp, in rpcauth_unwrap_resp() 816 return rpcauth_unwrap_req_decode(decode, rqstp, data, obj); in rpcauth_unwrap_resp()
|
D | clnt.c | 2145 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; in call_decode() local 2192 if (decode) { in call_decode() 2193 task->tk_status = rpcauth_unwrap_resp(task, decode, req, p, in call_decode()
|
/linux-4.1.27/lib/reed_solomon/ |
D | decode_rs.c | 46 goto decode; 95 decode:
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 12 mcelog knows how to decode them. 15 log then mcelog should run to collect and decode machine check entries
|
/linux-4.1.27/arch/arm/mach-netx/ |
D | nxeb500hmi.c | 96 .decode = clcdfb_decode,
|
D | nxdb500.c | 93 .decode = clcdfb_decode,
|
/linux-4.1.27/fs/jffs2/ |
D | compr_rubin.c | 200 static int decode(struct rubin_state *rs, long A, long B) in decode() function 254 result |= decode(rs, bit_divider - rs->bits[i], in in_byte()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 835 int uv_set_vga_state(struct pci_dev *pdev, bool decode, in uv_set_vga_state() argument 841 pdev->devfn, decode, command_bits, flags); in uv_set_vga_state() 852 rc = uv_bios_set_legacy_vga_target(decode, domain, bus); in uv_set_vga_state() 853 PR_DEVEL("vga decode %d %x:%x, rc: %d\n", decode, domain, bus, rc); in uv_set_vga_state()
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-sharp-decoder.c | 179 .decode = ir_sharp_decode,
|
D | ir-sanyo-decoder.c | 183 .decode = ir_sanyo_decode,
|
D | ir-jvc-decoder.c | 178 .decode = ir_jvc_decode,
|
D | rc-core-priv.h | 27 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member
|
D | ir-sony-decoder.c | 178 .decode = ir_sony_decode,
|
D | ir-nec-decoder.c | 205 .decode = ir_nec_decode,
|
D | ir-rc5-decoder.c | 189 .decode = ir_rc5_decode,
|
D | ir-xmp-decoder.c | 203 .decode = ir_xmp_decode,
|
D | ir-rc6-decoder.c | 298 .decode = ir_rc6_decode,
|
D | rc-ir-raw.c | 62 handler->decode(raw->dev, ev); in ir_raw_event_thread()
|
D | ir-lirc-codec.c | 428 .decode = ir_lirc_decode,
|
D | ir-mce_kbd-decoder.c | 426 .decode = ir_mce_kbd_decode,
|
/linux-4.1.27/include/linux/sunrpc/ |
D | auth.h | 178 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, voi…
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | s5p-mfc.txt | 5 The MFC device driver is a v4l2 driver which can encode/decode
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | xilinx-pcie.txt | 35 functionality. The driver will create an IRQ domain for this map, decode
|
/linux-4.1.27/drivers/block/ |
D | amiflop.c | 688 static unsigned long decode (unsigned long *data, unsigned long *raw, in decode() function 736 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4); in amiga_read() 737 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); in amiga_read() 738 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4); in amiga_read() 739 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4); in amiga_read() 762 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read()
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 50 and even a reference to how to decode a bi-phase data stream.
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | phy3250.c | 150 .decode = clcdfb_decode,
|
/linux-4.1.27/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 50 and even a reference to how to decode a bi-phase data stream.
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | integrator_cp.c | 217 .decode = clcdfb_decode,
|
D | impd1.c | 260 .decode = clcdfb_decode,
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | rsaddr.c | 225 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
|
D | rsxface.c | 59 ACPI_COPY_FIELD(out, in, decode); \
|
D | rsdumpinfo.c | 412 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(address.decode), "Address Decode",
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 208 Frame count by decode order 255 Number of display buffers. To decode all frames in reverse playback you
|
D | fw-encoder-api.txt | 325 Note: the cx23415 cannot decode Joint Stereo properly.
|
/linux-4.1.27/Documentation/netlabel/ |
D | cipso_ipv4.txt | 30 to decode and translate the CIPSO label on the packet the LSM must use the
|
D | lsm_interface.txt | 41 LSM has received a packet, used NetLabel to decode its security attributes,
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 35 Note: Only very recent versions of Mplayer and xine can decode. 94 (with software MPEG decode)
|
/linux-4.1.27/arch/arm/mach-realview/ |
D | core.c | 346 .decode = clcdfb_decode,
|
/linux-4.1.27/include/linux/amba/ |
D | clcd.h | 142 void (*decode)(struct clcd_fb *fb, struct clcd_regs *regs); member
|
/linux-4.1.27/drivers/edac/ |
D | Kconfig | 56 Enable this option if you want to decode Machine Check Exceptions 59 You should definitely say Y here in case you want to decode MCEs 80 errors). EDAC will also try to decode where these errors
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 54 created, it must be checked with the "edid-decode" utility which will
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_video.c | 1344 stream->decode(urb, stream, buf); in uvc_video_complete() 1836 stream->decode = uvc_video_decode_isight; in uvc_video_init() 1838 stream->decode = uvc_video_decode_isoc; in uvc_video_init() 1840 stream->decode = uvc_video_decode_bulk; in uvc_video_init() 1843 stream->decode = uvc_video_encode_bulk; in uvc_video_init()
|
D | uvcvideo.h | 473 void (*decode) (struct urb *urb, struct uvc_streaming *video, member
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README | 75 which decode the audio signal. Reports about sound problems ("stereo
|
/linux-4.1.27/include/acpi/ |
D | acrestyp.h | 303 u8 decode; \
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.c | 218 int (*decode)(struct link_transaction *t); member 237 if (protocol_decoders[i].decode(t)) in handle_transaction()
|
/linux-4.1.27/drivers/pci/ |
D | pci.c | 4257 static int pci_set_vga_state_arch(struct pci_dev *dev, bool decode, in pci_set_vga_state_arch() argument 4261 return arch_set_vga_state(dev, decode, command_bits, in pci_set_vga_state_arch() 4274 int pci_set_vga_state(struct pci_dev *dev, bool decode, in pci_set_vga_state() argument 4285 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags); in pci_set_vga_state() 4291 if (decode == true) in pci_set_vga_state() 4307 if (decode == true) in pci_set_vga_state()
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 701 int decode = (fmt[0] == 'R') ? 1 : 0; in resource_string() local 723 decode = 0; in resource_string() 725 if (decode && res->flags & IORESOURCE_UNSET) { in resource_string() 735 if (decode) { in resource_string()
|
/linux-4.1.27/drivers/gpu/vga/ |
D | vgaarb.c | 69 unsigned int (*set_vga_decode)(void *cookie, bool decode); 715 unsigned int (*set_vga_decode)(void *cookie, bool decode)) in vga_client_register() argument
|
/linux-4.1.27/Documentation/ |
D | Changes | 114 ksymoops tool to decode it, but in most cases you don't. 119 reproduce the Oops with that option, then you can still decode that Oops
|
D | 00-INDEX | 343 - how to decode those nasty internal kernel error dump messages.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | amba-clcd.c | 298 fb->board->decode(fb, ®s); in clcdfb_set_par() 799 board->decode = clcdfb_decode; in clcdfb_of_get_board()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1925 gss_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, in gss_unwrap_req_decode() argument 1931 return decode(rqstp, &xdr, obj); in gss_unwrap_req_decode() 1936 kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj) in gss_unwrap_resp() argument 1967 status = gss_unwrap_req_decode(decode, rqstp, p, obj); in gss_unwrap_resp()
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 62 interested in all tuples of one type. To decode the MAC from CISTPL_FUNCE,
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 570 .decode = versatile_clcd_decode,
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 95 f. After execution, osd_req_decode_sense() can be called to decode the request's
|
D | sym53c8xx_2.txt | 680 You are not required to decode and understand them, unless you want to help
|
D | ncr53c8xx.txt | 1352 You are not required to decode and understand them, unless you want to help
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 163 decode_dirent_t decode; member 403 error = desc->decode(xdr, entry, desc->plus); in xdr_decode() 897 desc->decode = NFS_PROTO(inode)->decode_dirent; in nfs_readdir()
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 116 can decode it. For instance, a 512MB SDRAM bank must be 512MB aligned.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 633 a packed value, and you can decode it via hda-decode-verb program 637 % hda-decode-verb 0xe3a019
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Kconfig | 31 data/address de-multiplexing and decode, signal level shift,
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 167 We need to decode MPX instructions to get violation address and
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 237 decode. It uses the same alps_process_touchpad_packet_v3 call with a
|
D | joystick.txt | 585 to 2 axes, and applications using it usually decode only 2 buttons, although
|
/linux-4.1.27/Documentation/networking/ |
D | openvswitch.txt | 172 key attribute to contain the VLAN tag, then continue to decode the
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 153 These words are safe to decode if Setup Tag was 's'. Otherwise, the setup
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will
|
D | pfpsp.S | 2421 # decode and emulate the instruction. No FP exceptions can be pending #
|
D | fpsp.S | 2422 # decode and emulate the instruction. No FP exceptions can be pending #
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 145 to encode and decode filehandles, and allows the filesystem to use
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 766 decode mentally and you can make a good guess at a lot of them as all the
|