/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | rockchip.txt | 32 clocks = <&dummy>, <&dummy>, 33 <&dummy>, <&dummy>, 34 <&dummy>, <&dummy>, 35 <&dummy>, <&dummy>, 36 <&dummy>, <&dummy>, 37 <&dummy>, <&dummy>, 38 <&dummy>, <&dummy>, 39 <&dummy>, <&dummy>; 58 <&xin24m>, <&dummy>, 59 <&dummy>, <&xin24m>, [all …]
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 562 struct snd_dummy *dummy = snd_pcm_substream_chip(substream); in dummy_pcm_open() local 563 struct dummy_model *model = dummy->model; in dummy_pcm_open() 579 runtime->hw = dummy->pcm_hw; in dummy_pcm_open() 690 static int snd_card_dummy_pcm(struct snd_dummy *dummy, int device, in snd_card_dummy_pcm() argument 697 err = snd_pcm_new(dummy->card, "Dummy PCM", device, in snd_card_dummy_pcm() 701 dummy->pcm = pcm; in snd_card_dummy_pcm() 708 pcm->private_data = dummy; in snd_card_dummy_pcm() 746 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol); in snd_dummy_volume_get() local 749 spin_lock_irq(&dummy->mixer_lock); in snd_dummy_volume_get() 750 ucontrol->value.integer.value[0] = dummy->mixer_volume[addr][0]; in snd_dummy_volume_get() [all …]
|
D | Makefile | 6 snd-dummy-objs := dummy.o 16 obj-$(CONFIG_SND_DUMMY) += snd-dummy.o
|
/linux-4.4.14/include/trace/events/ |
D | context_tracking.h | 11 TP_PROTO(int dummy), 13 TP_ARGS(dummy), 16 __field( int, dummy ) 20 __entry->dummy = dummy; 35 TP_PROTO(int dummy), 37 TP_ARGS(dummy) 49 TP_PROTO(int dummy), 51 TP_ARGS(dummy)
|
/linux-4.4.14/drivers/cpufreq/ |
D | speedstep-smi.c | 64 u32 command, result, magic, dummy; in speedstep_smi_ownership() local 79 "=a" (dummy), "=b" (dummy), "=c" (dummy), "=d" (dummy), in speedstep_smi_ownership() 80 "=S" (dummy) in speedstep_smi_ownership() 102 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; in speedstep_smi_get_freqs() local 123 "=d" (state), "=D" (edi), "=S" (dummy) in speedstep_smi_get_freqs() 150 unsigned int result = 0, command, new_state, dummy; in speedstep_set_state() local 190 "=c" (dummy), "=a" (dummy), in speedstep_set_state() 191 "=d" (dummy), "=S" (dummy) in speedstep_set_state()
|
/linux-4.4.14/scripts/selinux/ |
D | install_policy.sh | 24 mkdir -p /etc/selinux/dummy/policy 25 mkdir -p /etc/selinux/dummy/contexts/files 27 cp file_contexts /etc/selinux/dummy/contexts/files 28 cp dbus_contexts /etc/selinux/dummy/contexts 29 cp policy.$VERS /etc/selinux/dummy/policy 30 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts 38 SELINUXTYPE=dummy 56 cd /etc/selinux/dummy/contexts/files
|
D | README | 2 installing a dummy SELinux policy.
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 145 _R_##f(a,b,c,d,e,i,dummy,dummy,dummy,i16,\ 148 #define dummy(...) macro 395 WPRECALC_32_79_6, dummy, WPRECALC_32_79_7, 32, 398 WPRECALC_32_79_8, dummy, WPRECALC_32_79_9, 32, 408 WPRECALC_32_79_6, dummy, WPRECALC_32_79_7, 36, 411 WPRECALC_32_79_8, dummy, WPRECALC_32_79_9, 36, 423 WPRECALC_32_79_6, dummy, WPRECALC_32_79_7, 40, 426 WPRECALC_32_79_8, dummy, WPRECALC_32_79_9, 40, 436 WPRECALC_32_79_6, dummy, WPRECALC_32_79_7, 44, 439 WPRECALC_32_79_8, dummy, WPRECALC_32_79_9, 44, [all …]
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cmpxchg.h | 23 unsigned long dummy; in __xchg_u32() local 34 : "=&r" (retval), "=" GCC_OFF_SMALL_ASM() (*m), "=&r" (dummy) in __xchg_u32() 38 unsigned long dummy; in __xchg_u32() local 50 "=&r" (dummy) in __xchg_u32() 53 } while (unlikely(!dummy)); in __xchg_u32() 76 unsigned long dummy; in __xchg_u64() local 85 : "=&r" (retval), "=" GCC_OFF_SMALL_ASM() (*m), "=&r" (dummy) in __xchg_u64() 89 unsigned long dummy; in __xchg_u64() local 99 "=&r" (dummy) in __xchg_u64() 102 } while (unlikely(!dummy)); in __xchg_u64()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-mem.c | 74 if (qh->dummy) in qh_destroy() 75 ehci_qtd_free (ehci, qh->dummy); in qh_destroy() 99 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc() 100 if (qh->dummy == NULL) { in ehci_qh_alloc() 126 if (ehci->dummy) in ehci_mem_cleanup() 127 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup() 128 ehci->dummy = NULL; in ehci_mem_cleanup() 219 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init() 220 if (!ehci->dummy) in ehci_mem_init() 223 hw = ehci->dummy->hw; in ehci_mem_init() [all …]
|
D | ehci-q.c | 289 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() 1053 struct ehci_qtd *dummy; in qh_append_tds() local 1065 dummy = qh->dummy; in qh_append_tds() 1067 dma = dummy->qtd_dma; in qh_append_tds() 1068 *dummy = *qtd; in qh_append_tds() 1069 dummy->qtd_dma = dma; in qh_append_tds() 1072 list_add (&dummy->qtd_list, qtd_list); in qh_append_tds() 1076 qh->dummy = qtd; in qh_append_tds() 1086 dummy->hw_token = token; in qh_append_tds()
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 49 u8 dummy; member 63 u8 dummy; member 91 __le16 dummy; member 109 u8 dummy; member 115 u8 dummy; member 122 __le16 dummy; member 159 u8 dummy[3]; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mutex_32.h | 26 unsigned int dummy; \ 35 : "=a" (dummy) \ 72 unsigned int dummy; \ 81 : "=a" (dummy) \
|
D | mutex_64.h | 35 unsigned long dummy; \ 44 : "=D" (dummy) \ 90 unsigned long dummy; \ 99 : "=D" (dummy) \
|
D | word-at-a-time.h | 81 unsigned long ret, dummy; in load_unaligned_zeropad() local 98 :"=&r" (ret),"=&c" (dummy) in load_unaligned_zeropad()
|
D | floppy.h | 133 static void vdma_nop(unsigned int dummy) in vdma_nop() argument 138 static int vdma_get_dma_residue(unsigned int dummy) in vdma_get_dma_residue() argument 227 int (*_get_dma_residue)(unsigned int dummy);
|
/linux-4.4.14/arch/s390/kernel/ |
D | ptrace.c | 138 struct per_struct_kernel *dummy = NULL; in __peek_user_per() local 140 if (addr == (addr_t) &dummy->cr9) in __peek_user_per() 144 else if (addr == (addr_t) &dummy->cr10) in __peek_user_per() 148 else if (addr == (addr_t) &dummy->cr11) in __peek_user_per() 152 else if (addr == (addr_t) &dummy->bits) in __peek_user_per() 156 else if (addr == (addr_t) &dummy->starting_addr) in __peek_user_per() 159 else if (addr == (addr_t) &dummy->ending_addr) in __peek_user_per() 162 else if (addr == (addr_t) &dummy->perc_atmid) in __peek_user_per() 166 else if (addr == (addr_t) &dummy->address) in __peek_user_per() 169 else if (addr == (addr_t) &dummy->access_id) in __peek_user_per() [all …]
|
D | vmlinux.lds.S | 39 .dummy : { *(.dummy) } :data
|
/linux-4.4.14/drivers/misc/ |
D | cs5535-mfgpt.c | 50 uint32_t msr, mask, value, dummy; in cs5535_mfgpt_toggle_event() local 87 rdmsr(msr, value, dummy); in cs5535_mfgpt_toggle_event() 94 wrmsr(msr, value, dummy); in cs5535_mfgpt_toggle_event() 102 uint32_t zsel, lpc, dummy; in cs5535_mfgpt_set_irq() local 118 rdmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq() 132 rdmsr(MSR_PIC_IRQM_LPC, lpc, dummy); in cs5535_mfgpt_set_irq() 141 wrmsr(MSR_PIC_ZSEL_LOW, zsel, dummy); in cs5535_mfgpt_set_irq() 254 uint32_t val, dummy; in reset_all_timers() local 257 val = 0xFF; dummy = 0; in reset_all_timers() 258 wrmsr(MSR_MFGPT_SETUP, val, dummy); in reset_all_timers()
|
D | vmw_balloon.c | 324 unsigned long status, capabilities, dummy = 0; in vmballoon_send_start() local 329 status = VMWARE_BALLOON_CMD(START, req_caps, dummy, capabilities); in vmballoon_send_start() 379 unsigned long status, dummy = 0; in vmballoon_send_guest_id() local 381 status = VMWARE_BALLOON_CMD(GUEST_ID, VMW_BALLOON_GUEST_ID, dummy, in vmballoon_send_guest_id() 382 dummy); in vmballoon_send_guest_id() 410 unsigned long dummy = 0; in vmballoon_send_get_target() local 429 status = VMWARE_BALLOON_CMD(GET_TARGET, limit, dummy, target); in vmballoon_send_get_target() 448 unsigned long status, dummy = 0; in vmballoon_send_lock_page() local 457 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page() 496 unsigned long status, dummy = 0; in vmballoon_send_unlock_page() local [all …]
|
/linux-4.4.14/arch/um/kernel/ |
D | irq.c | 327 static void dummy(struct irq_data *d) in dummy() function 334 .irq_disable = dummy, 335 .irq_enable = dummy, 336 .irq_ack = dummy, 337 .irq_mask = dummy, 338 .irq_unmask = dummy, 343 .irq_disable = dummy, 344 .irq_enable = dummy, 345 .irq_ack = dummy, 346 .irq_mask = dummy, [all …]
|
/linux-4.4.14/arch/s390/mm/ |
D | extmem.c | 245 unsigned long dummy, vmrc; in query_segment_type() local 263 diag_cc = dcss_diag(&segext_scode, qin, &dummy, &vmrc); in query_segment_type() 399 unsigned long start_addr, end_addr, dummy; in __segment_load() local 457 &dummy, &dummy); in __segment_load() 466 &dummy, &dummy); in __segment_load() 562 unsigned long start_addr, end_addr, dummy; in segment_modify_shared() local 600 dcss_diag(&purgeseg_scode, seg->dcss_name, &dummy, &dummy); in segment_modify_shared() 628 dcss_diag(&purgeseg_scode, seg->dcss_name, &dummy, &dummy); in segment_modify_shared() 643 unsigned long dummy; in segment_unload() local 661 dcss_diag(&purgeseg_scode, seg->dcss_name, &dummy, &dummy); in segment_unload()
|
/linux-4.4.14/fs/nfs/ |
D | callback.h | 137 void *dummy, 144 void *dummy, 163 void *dummy, struct cb_process_state *cps); 179 void *dummy, struct cb_process_state *cps); 186 extern __be32 nfs4_callback_recall(struct cb_recallargs *args, void *dummy,
|
D | callback_proc.c | 71 __be32 nfs4_callback_recall(struct cb_recallargs *args, void *dummy, in nfs4_callback_recall() argument 235 void *dummy, struct cb_process_state *cps) in nfs4_callback_layoutrecall() argument 262 void *dummy, struct cb_process_state *cps) in nfs4_callback_devicenotify() argument 506 __be32 nfs4_callback_recallany(struct cb_recallanyargs *args, void *dummy, in nfs4_callback_recallany() argument 541 __be32 nfs4_callback_recallslot(struct cb_recallslotargs *args, void *dummy, in nfs4_callback_recallslot() argument
|
/linux-4.4.14/arch/m32r/kernel/ |
D | ptrace.c | 76 struct user * dummy = NULL; in ptrace_read_user() local 113 else if (off >= (long)(&dummy->fpu >> 2) && in ptrace_read_user() 114 off < (long)(&dummy->u_fpvalid >> 2)) { in ptrace_read_user() 116 if (off == (long)(&dummy->fpu.fpscr >> 2)) in ptrace_read_user() 122 [off - (long)&dummy->fpu]; in ptrace_read_user() 123 } else if (off == (long)(&dummy->u_fpvalid >> 2)) in ptrace_read_user() 138 struct user * dummy = NULL; in ptrace_write_user() local 169 else if (off >= (long)(&dummy->fpu >> 2) && in ptrace_write_user() 170 off < (long)(&dummy->u_fpvalid >> 2)) { in ptrace_write_user() 173 [off - (long)&dummy->fpu] = data; in ptrace_write_user() [all …]
|
/linux-4.4.14/arch/tile/kernel/ |
D | compat.c | 35 COMPAT_SYSCALL_DEFINE4(truncate64, char __user *, filename, u32, dummy, in COMPAT_SYSCALL_DEFINE4() argument 41 COMPAT_SYSCALL_DEFINE4(ftruncate64, unsigned int, fd, u32, dummy, in COMPAT_SYSCALL_DEFINE4() argument 48 size_t, count, u32, dummy, u32, low, u32, high) in COMPAT_SYSCALL_DEFINE6() argument 54 size_t, count, u32, dummy, u32, low, u32, high) in COMPAT_SYSCALL_DEFINE6() argument
|
D | traps.c | 411 extern void _dump_stack(int dummy, ulong pc, ulong lr, ulong sp, ulong r52); 413 void kernel_double_fault(int dummy, ulong pc, ulong lr, ulong sp, ulong r52) in kernel_double_fault() argument 415 _dump_stack(dummy, pc, lr, sp, r52); in kernel_double_fault()
|
D | sysfs.c | 256 char dummy; in create_sysfs_entries() local 258 (unsigned long) &dummy, 1, in create_sysfs_entries()
|
/linux-4.4.14/Documentation/security/ |
D | SELinux.txt | 6 However, if you want to install a dummy policy for 23 Step 4 will create a new dummy policy valid for your 26 dummy in /etc/selinux/config, install the compiled policy 27 as 'dummy', and relabel your filesystem.
|
/linux-4.4.14/arch/s390/include/asm/ |
D | tlbflush.h | 50 long dummy; in __tlb_flush_global() local 52 dummy = 0; in __tlb_flush_global() 54 reg4 = ((unsigned long) &dummy) + 1; in __tlb_flush_global() 57 : : "d" (reg2), "d" (reg3), "d" (reg4), "m" (dummy) : "cc" ); in __tlb_flush_global()
|
D | string.h | 83 unsigned long dummy; in strcat() local 91 : "=&a" (dummy), "+a" (dst), "+a" (src) in strcat()
|
/linux-4.4.14/arch/c6x/platforms/ |
D | cache.c | 219 unsigned int dummy; in L1_cache_off() local 222 dummy = imcr_get(IMCR_L1PCFG); in L1_cache_off() 225 dummy = imcr_get(IMCR_L1DCFG); in L1_cache_off() 233 unsigned int dummy; in L1_cache_on() local 236 dummy = imcr_get(IMCR_L1PCFG); in L1_cache_on() 239 dummy = imcr_get(IMCR_L1DCFG); in L1_cache_on()
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | fsl_uli1575.c | 222 u8 *dummy; in quirk_final_uli5249() local 236 dummy = ioremap(res->start, 0x4); in quirk_final_uli5249() 238 dummy = ioremap(res->end - 3, 0x4); in quirk_final_uli5249() 239 if (dummy) { in quirk_final_uli5249() 240 in_8(dummy); in quirk_final_uli5249() 241 iounmap(dummy); in quirk_final_uli5249()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spu_utils.h | 62 static struct spu_lscsa *dummy = (struct spu_lscsa *)0; variable 64 ((char *)(&(dummy->_field)) - (char *)(&(dummy->gprs[0].slot[0])))
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | xchg.h | 67 unsigned long dummy; in ____xchg() local 78 : "=&r" (val), "=&r" (dummy), "=m" (*m) in ____xchg() 87 unsigned long dummy; in ____xchg() local 98 : "=&r" (val), "=&r" (dummy), "=m" (*m) in ____xchg()
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | multi_arith.h | 187 unsigned long fix, rem, first, dummy; in fp_dividemant() local 209 dummy = div->mant.m32[1] / div->mant.m32[0] + 1; in fp_dividemant() 210 dummy = (dummy >> 1) | fix; in fp_dividemant() 211 fp_div64(fix, dummy, fix, 0, dummy); in fp_dividemant() 218 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant() 223 fp_mul64(*mantp, dummy, first, fix); in fp_dividemant()
|
/linux-4.4.14/tools/perf/util/ |
D | levenshtein.c | 53 int *dummy; in levenshtein() local 72 dummy = row0; in levenshtein() 75 row2 = dummy; in levenshtein()
|
/linux-4.4.14/arch/x86/oprofile/ |
D | nmi_int.c | 92 static void nmi_cpu_start(void *dummy) in nmi_cpu_start() argument 112 static void nmi_cpu_stop(void *dummy) in nmi_cpu_stop() argument 226 static void nmi_cpu_switch(void *dummy) in nmi_cpu_switch() argument 342 static void nmi_cpu_setup(void *dummy) in nmi_cpu_setup() argument 372 static void nmi_cpu_shutdown(void *dummy) in nmi_cpu_shutdown() argument 390 static void nmi_cpu_up(void *dummy) in nmi_cpu_up() argument 393 nmi_cpu_setup(dummy); in nmi_cpu_up() 395 nmi_cpu_start(dummy); in nmi_cpu_up() 398 static void nmi_cpu_down(void *dummy) in nmi_cpu_down() argument 401 nmi_cpu_stop(dummy); in nmi_cpu_down() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lproc_lmv.c | 99 char dummy[MAX_POLICY_STRING_SIZE + 1]; in placement_store() local 103 memcpy(dummy, buffer, MAX_POLICY_STRING_SIZE); in placement_store() 108 if (dummy[count - 1] == '\n') in placement_store() 110 dummy[count] = '\0'; in placement_store() 112 policy = placement_name2policy(dummy, count); in placement_store()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 231 struct dummy *dum; 248 struct dummy { struct 286 static inline struct device *udc_dev(struct dummy *dum) in udc_dev() 291 static inline struct dummy *ep_to_dummy(struct dummy_ep *ep) in ep_to_dummy() 293 return container_of(ep->gadget, struct dummy, gadget); in ep_to_dummy() 298 struct dummy *dum = container_of(gadget, struct dummy, gadget); in gadget_to_dummy_hcd() 305 static inline struct dummy *gadget_dev_to_dummy(struct device *dev) in gadget_dev_to_dummy() 307 return container_of(dev, struct dummy, gadget.dev); in gadget_dev_to_dummy() 315 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke() 331 static void stop_activity(struct dummy *dum) in stop_activity() [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | transmeta.c | 21 unsigned int cap_mask, uk, max, dummy; in init_transmeta() local 34 cpuid(0x80860001, &dummy, &cpu_rev, &cpu_freq, &cpu_flags); in init_transmeta() 45 cpuid(0x80860002, &new_cpu_rev, &cms_rev1, &cms_rev2, &dummy); in init_transmeta()
|
D | intel_cacheinfo.c | 228 unsigned dummy; in amd_cpuid4() local 239 cpuid(0x80000005, &dummy, &dummy, &l1d.val, &l1i.val); in amd_cpuid4() 240 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val); in amd_cpuid4()
|
/linux-4.4.14/drivers/ata/ |
D | pata_cs5535.c | 105 u32 reg, dummy; in cs5535_set_piomode() local 125 rdmsr(ATAC_CH0D0_DMA + 2 * adev->devno, reg, dummy); in cs5535_set_piomode() 144 u32 reg, dummy; in cs5535_set_dmamode() local 147 rdmsr(ATAC_CH0D0_DMA + 2 * adev->devno, reg, dummy); in cs5535_set_dmamode()
|
D | pata_sl82c105.c | 83 u16 dummy; in sl82c105_configure_piomode() local 88 pci_read_config_word(pdev, timing, &dummy); in sl82c105_configure_piomode() 120 u16 dummy; in sl82c105_configure_dmamode() local 126 pci_read_config_word(pdev, timing, &dummy); in sl82c105_configure_dmamode()
|
D | pata_cs5536.c | 101 u32 dummy __maybe_unused; in cs5536_read() 103 rdmsr(MSR_IDE_CFG + reg, *val, dummy); in cs5536_read()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ad7879-spi.c | 93 u16 ret, dummy; in ad7879_spi_read() local 95 return ad7879_spi_xfer(spi, AD7879_READCMD(reg), 1, &dummy, &ret) ? : ret; in ad7879_spi_read() 101 u16 dummy; in ad7879_spi_write() local 103 return ad7879_spi_xfer(spi, AD7879_WRITECMD(reg), 1, &val, &dummy); in ad7879_spi_write()
|
/linux-4.4.14/arch/sh/lib64/ |
D | udelay.c | 26 long long dummy; in __delay() local 32 "=r"(dummy) in __delay()
|
/linux-4.4.14/drivers/ide/ |
D | cs5535.c | 78 u32 reg = 0, dummy; in cs5535_set_speed() local 101 rdmsr(unit ? ATAC_CH0D0_PIO : ATAC_CH0D1_PIO, reg, dummy); in cs5535_set_speed() 111 rdmsr(unit ? ATAC_CH0D1_DMA : ATAC_CH0D0_DMA, reg, dummy); in cs5535_set_speed() 115 rdmsr(unit ? ATAC_CH0D1_DMA : ATAC_CH0D0_DMA, reg, dummy); in cs5535_set_speed()
|
D | cs5536.c | 73 u32 dummy; in cs5536_read() local 75 rdmsr(MSR_IDE_CFG + reg, *val, dummy); in cs5536_read()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | quirks.c | 90 void *dummy = kzalloc(dummy_size, GFP_ATOMIC); in efi_query_variable_store() local 92 if (!dummy) in efi_query_variable_store() 99 dummy_size, dummy); in efi_query_variable_store() 109 kfree(dummy); in efi_query_variable_store()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 265 struct user *dummy = NULL; in user_enable_single_step() local 268 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw); in user_enable_single_step() 270 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp); in user_enable_single_step() 280 struct user *dummy = NULL; in user_disable_single_step() local 283 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw); in user_disable_single_step() 285 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp); in user_disable_single_step()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | sltimers.c | 43 irqreturn_t mcfslt_profile_tick(int irq, void *dummy) in mcfslt_profile_tick() argument 86 static irqreturn_t mcfslt_tick(int irq, void *dummy) in mcfslt_tick() argument 91 return timer_interrupt(irq, dummy); in mcfslt_tick()
|
D | timers.c | 73 static irqreturn_t mcftmr_tick(int irq, void *dummy) in mcftmr_tick() argument 79 return timer_interrupt(irq, dummy); in mcftmr_tick() 161 irqreturn_t coldfire_profile_tick(int irq, void *dummy) in coldfire_profile_tick() argument
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-messaging.c | 70 char dummy; in ready() local 74 if (write(ready_out, &dummy, 1) != 1) in ready() 269 char dummy; in bench_sched_messaging() local 289 if (read(readyfds[0], &dummy, 1) != 1) in bench_sched_messaging() 295 if (write(wakefds[1], &dummy, 1) != 1) in bench_sched_messaging()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | floppy.h | 41 int (*_get_dma_residue)(unsigned int dummy); 89 static void vdma_disable_dma(unsigned int dummy) in vdma_disable_dma() argument 96 static void vdma_nop(unsigned int dummy) in vdma_nop() argument 101 static int vdma_get_dma_residue(unsigned int dummy) in vdma_get_dma_residue() argument
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 37 # echo dummy 0x2f > /sys/bus/i2c/devices/i2c-1/new_device 40 Of course, it is important to instantiate the "dummy" device before loading 41 the driver. The dummy device will be handled by i2c-core itself, preventing 44 pass the name of the device in question instead of "dummy".
|
/linux-4.4.14/drivers/staging/iio/ |
D | Kconfig | 37 Add some dummy events to the simple dummy driver. 45 Add buffered data capture to the simple dummy driver.
|
/linux-4.4.14/arch/arm/mach-u300/ |
D | dummyspichip.c | 28 struct dummy { struct 40 struct dummy *p_dummy = dev_get_drvdata(&spi->dev); in dummy_looptest() argument 220 struct dummy *p_dummy; in pl022_dummy_probe() 249 struct dummy *p_dummy = dev_get_drvdata(&spi->dev); in pl022_dummy_remove()
|
D | Kconfig | 33 bool "SSP/SPI dummy chip" 38 This creates a small kernel module that creates a dummy
|
/linux-4.4.14/lib/zlib_deflate/ |
D | defutil.h | 5 #define Trace(dummy) argument 6 #define Tracev(dummy) argument 7 #define Tracecv(err, dummy) argument 8 #define Tracevv(dummy) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-ocores.txt | 47 dummy@60 { 48 compatible = "dummy"; 65 dummy@60 { 66 compatible = "dummy";
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | c4.c | 318 unsigned long stop, dummy; in c4_detect() local 355 if (c4_peek(card, DC21285_DRAM_A0MR, &dummy)) return 10; in c4_detect() 356 if (c4_peek(card, DC21285_DRAM_A1MR, &dummy)) return 11; in c4_detect() 357 if (c4_peek(card, DC21285_DRAM_A2MR, &dummy)) return 12; in c4_detect() 358 if (c4_peek(card, DC21285_DRAM_A3MR, &dummy)) return 13; in c4_detect() 387 if (c4_peek(card, 0x000000, &dummy) || dummy != 0x11111111 in c4_detect() 388 || c4_peek(card, 0x400000, &dummy) || dummy != 0x22222222 in c4_detect() 389 || c4_peek(card, 0x800000, &dummy) || dummy != 0x33333333 in c4_detect() 390 || c4_peek(card, 0xC00000, &dummy) || dummy != 0x44444444) in c4_detect() 399 if (c4_peek(card, 0x000000, &dummy) || dummy != 0x55555555 in c4_detect() [all …]
|
D | t1isa.c | 66 unsigned char dummy; in t1_detectandinit() local 89 dummy = t1inp(base, T1_FASTLINK + T1_OUTSTAT); /* first read */ in t1_detectandinit() 92 dummy = (base >> 4) & 0xff; in t1_detectandinit() 93 for (i = 1; i <= 0xf; i++) t1outp(base, i, dummy); in t1_detectandinit() 94 t1outp(base, HEMA_PAL_ID & 0xf, dummy); in t1_detectandinit()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_titan.c | 69 unsigned long mask0, mask1, mask2, mask3, dummy; in titan_update_irq_hw() local 87 if (!cpumask_test_cpu(0, &cpm)) dim0 = &dummy; in titan_update_irq_hw() 88 if (!cpumask_test_cpu(1, &cpm)) dim1 = &dummy; in titan_update_irq_hw() 89 if (!cpumask_test_cpu(2, &cpm)) dim2 = &dummy; in titan_update_irq_hw() 90 if (!cpumask_test_cpu(3, &cpm)) dim3 = &dummy; in titan_update_irq_hw()
|
D | vmlinux.lds.S | 33 .dummy : { 34 *(.dummy)
|
D | sys_dp264.c | 55 unsigned long mask0, mask1, mask2, mask3, dummy; in tsunami_update_irq_hw() local 72 if (!cpu_possible(0)) dim0 = &dummy; in tsunami_update_irq_hw() 73 if (!cpu_possible(1)) dim1 = &dummy; in tsunami_update_irq_hw() 74 if (!cpu_possible(2)) dim2 = &dummy; in tsunami_update_irq_hw() 75 if (!cpu_possible(3)) dim3 = &dummy; in tsunami_update_irq_hw()
|
/linux-4.4.14/arch/mips/kernel/ |
D | sysrq.c | 22 static void sysrq_tlbdump_single(void *dummy) in sysrq_tlbdump_single() argument 38 static void sysrq_tlbdump_othercpus(struct work_struct *dummy) in sysrq_tlbdump_othercpus() argument
|
D | vmlinux.lds.S | 82 .dummy : { *(.dummy) } :text
|
/linux-4.4.14/arch/sh/include/asm/ |
D | syscalls_32.h | 16 size_t count, long dummy, loff_t pos); 18 size_t count, long dummy, loff_t pos);
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 16 dummy PT_NOTE FLAGS(0); 81 .dummy : AT(ADDR(.dummy) - LOAD_OFFSET) { 85 } :kernel :dummy
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | ni65.h | 103 volatile unsigned char dummy[3]; member 115 volatile unsigned char dummy[3]; member
|
/linux-4.4.14/drivers/hv/ |
D | hv_snapshot.c | 71 static void vss_send_op(struct work_struct *dummy); 72 static void vss_timeout_func(struct work_struct *dummy); 81 static void vss_timeout_func(struct work_struct *dummy) in vss_timeout_func() argument 154 static void vss_send_op(struct work_struct *dummy) in vss_send_op() argument
|
D | hv_fcopy.c | 58 static void fcopy_send_data(struct work_struct *dummy); 59 static void fcopy_timeout_func(struct work_struct *dummy); 70 static void fcopy_timeout_func(struct work_struct *dummy) in fcopy_timeout_func() argument 117 static void fcopy_send_data(struct work_struct *dummy) in fcopy_send_data() argument
|
D | hv_kvp.c | 77 static void kvp_send_key(struct work_struct *dummy); 81 static void kvp_timeout_func(struct work_struct *dummy); 116 static void kvp_timeout_func(struct work_struct *dummy) in kvp_timeout_func() argument 341 kvp_send_key(struct work_struct *dummy) in kvp_send_key() argument
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 277 long compat_sys_truncate64(char __user *filename, u32 dummy, u32 low, u32 high); 278 long compat_sys_ftruncate64(unsigned int fd, u32 dummy, u32 low, u32 high); 280 u32 dummy, u32 low, u32 high); 282 u32 dummy, u32 low, u32 high);
|
D | traps.h | 47 void kernel_double_fault(int dummy, ulong pc, ulong lr, ulong sp, ulong r52);
|
/linux-4.4.14/arch/sh/kernel/ |
D | sys_sh32.c | 38 size_t count, long dummy, loff_t pos) in sys_pread_wrapper() argument 44 size_t count, long dummy, loff_t pos) in sys_pwrite_wrapper() argument
|
/linux-4.4.14/drivers/usb/serial/ |
D | mos7720.c | 121 static const unsigned int dummy; /* for clarity in register access fns */ variable 255 write_mos_reg(mos_parport->serial, dummy, MOS7720_ECR, in mos7715_change_mode() 383 urbtrack->setup->wValue = cpu_to_le16(get_reg_value(reg, dummy)); in write_parport_reg_nonblock() 490 write_mos_reg(mos_parport->serial, dummy, MOS7720_DPR, (__u8)d); in parport_mos7715_write_data() 501 read_mos_reg(mos_parport->serial, dummy, MOS7720_DPR, &d); in parport_mos7715_read_data() 514 write_mos_reg(mos_parport->serial, dummy, MOS7720_DCR, data); in parport_mos7715_write_control() 547 write_mos_reg(mos_parport->serial, dummy, MOS7720_DCR, in parport_mos7715_frob_control() 586 write_mos_reg(mos_parport->serial, dummy, MOS7720_DCR, in parport_mos7715_data_forward() 599 write_mos_reg(mos_parport->serial, dummy, MOS7720_DCR, in parport_mos7715_data_reverse() 723 write_mos_reg(mos_parport->serial, dummy, MOS7720_PP_REG, (__u8)0x80); in mos7715_parport_init() [all …]
|
D | console.c | 71 struct ktermios dummy; in usb_console_setup() local 168 memset(&dummy, 0, sizeof(struct ktermios)); in usb_console_setup() 169 serial->type->set_termios(tty, port, &dummy); in usb_console_setup()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4xdr.c | 475 u32 dummy, uid, gid; in nfsd4_decode_cb_sec() local 490 dummy = be32_to_cpup(p++); in nfsd4_decode_cb_sec() 491 switch (dummy) { in nfsd4_decode_cb_sec() 500 dummy = be32_to_cpup(p++); in nfsd4_decode_cb_sec() 503 dummy = be32_to_cpup(p++); in nfsd4_decode_cb_sec() 504 READ_BUF(dummy); in nfsd4_decode_cb_sec() 505 SAVEMEM(machine_name, dummy); in nfsd4_decode_cb_sec() 514 dummy = be32_to_cpup(p++); in nfsd4_decode_cb_sec() 515 READ_BUF(dummy * 4); in nfsd4_decode_cb_sec() 534 dummy = be32_to_cpup(p++); in nfsd4_decode_cb_sec() [all …]
|
D | nfs4callback.c | 402 u32 dummy; in decode_cb_sequence4resok() local 421 dummy = be32_to_cpup(p++); in decode_cb_sequence4resok() 422 if (dummy != session->se_cb_seq_nr) { in decode_cb_sequence4resok() 427 dummy = be32_to_cpup(p++); in decode_cb_sequence4resok() 428 if (dummy != 0) { in decode_cb_sequence4resok()
|
/linux-4.4.14/arch/mips/dec/prom/ |
D | memory.c | 32 volatile unsigned char *memory_page, dummy; in pmax_setup_memory_region() local 48 dummy = *memory_page; in pmax_setup_memory_region()
|
/linux-4.4.14/arch/m68k/atari/ |
D | stdma.c | 57 static irqreturn_t stdma_int (int irq, void *dummy); 215 static irqreturn_t stdma_int(int irq, void *dummy) in stdma_int() argument
|
/linux-4.4.14/drivers/hwmon/ |
D | hwmon-vid.c | 249 unsigned int vid, brand, __maybe_unused dummy; in get_via_model_d_vrm() local 254 rdmsr(0x198, dummy, vid); in get_via_model_d_vrm() 257 rdmsr(0x1154, brand, dummy); in get_via_model_d_vrm()
|
/linux-4.4.14/arch/powerpc/oprofile/ |
D | common.c | 38 static void op_powerpc_cpu_setup(void *dummy) in op_powerpc_cpu_setup() argument 82 static void op_powerpc_cpu_start(void *dummy) in op_powerpc_cpu_start() argument 109 static inline void op_powerpc_cpu_stop(void *dummy) in op_powerpc_cpu_stop() argument
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | qcom,spi-qup.txt | 66 compatible = "arm,pl022-dummy"; 75 compatible = "arm,pl022-dummy"; 84 compatible = "arm,pl022-dummy"; 94 compatible = "arm,pl022-dummy";
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-sis630.c | 415 struct pci_dev *dummy = NULL; in sis630_setup() local 422 dummy = pci_get_device(PCI_VENDOR_ID_SI, supported[i], dummy); in sis630_setup() 423 if (dummy) in sis630_setup() 427 if (dummy) { in sis630_setup() 428 pci_dev_put(dummy); in sis630_setup()
|
/linux-4.4.14/drivers/md/ |
D | dm-delay.c | 132 char dummy; in delay_ctr() local 149 if (sscanf(argv[1], "%llu%c", &tmpll, &dummy) != 1) { in delay_ctr() 155 if (sscanf(argv[2], "%u%c", &dc->read_delay, &dummy) != 1) { in delay_ctr() 172 if (sscanf(argv[4], "%llu%c", &tmpll, &dummy) != 1) { in delay_ctr() 178 if (sscanf(argv[5], "%u%c", &dc->write_delay, &dummy) != 1) { in delay_ctr()
|
D | dm-stats.c | 951 char dummy; in message_stats_create() local 982 } else if (sscanf(a, "%llu+%llu%c", &start, &len, &dummy) != 2 || in message_stats_create() 991 if (sscanf(a, "/%u%c", &divisor, &dummy) == 1) { in message_stats_create() 999 } else if (sscanf(a, "%llu%c", &step, &dummy) != 1 || in message_stats_create() 1005 if (a && sscanf(a, "%u%c", &feature_args, &dummy) == 1) { in message_stats_create() 1074 char dummy; in message_stats_delete() local 1079 if (sscanf(argv[1], "%d%c", &id, &dummy) != 1 || id < 0) in message_stats_delete() 1089 char dummy; in message_stats_clear() local 1094 if (sscanf(argv[1], "%d%c", &id, &dummy) != 1 || id < 0) in message_stats_clear() 1128 char dummy; in message_stats_print() local [all …]
|
D | dm-service-time.c | 113 char dummy; in st_add_path() local 132 if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in st_add_path() 138 (sscanf(argv[1], "%u%c", &relative_throughput, &dummy) != 1 || in st_add_path()
|
D | dm-linear.c | 32 char dummy; in linear_ctr() local 47 if (sscanf(argv[1], "%llu%c", &tmp, &dummy) != 1) { in linear_ctr()
|
D | dm-round-robin.c | 117 char dummy; in rr_add_path() local 125 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in rr_add_path()
|
D | dm-queue-length.c | 115 char dummy; in ql_add_path() local 127 if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) { in ql_add_path()
|
D | dm-log-userspace-transfer.c | 176 size_t dummy = 0; in dm_consult_userspace() local 192 rdata_size = &dummy; in dm_consult_userspace()
|
D | dm-raid1.c | 947 char dummy; in get_mirror() local 950 if (sscanf(argv[1], "%llu%c", &offset, &dummy) != 1) { in get_mirror() 979 char dummy; in create_dirty_log() local 986 if (sscanf(argv[1], "%u%c", ¶m_count, &dummy) != 1) { in create_dirty_log() 1013 char dummy; in parse_features() local 1021 if (sscanf(argv[0], "%u%c", &num_features, &dummy) != 1) { in parse_features() 1075 char dummy; in mirror_ctr() local 1084 if (!argc || sscanf(argv[0], "%u%c", &nr_mirrors, &dummy) != 1 || in mirror_ctr()
|
D | dm-verity.c | 719 char dummy; in verity_ctr() local 745 if (sscanf(argv[0], "%u%c", &num, &dummy) != 1 || in verity_ctr() 765 if (sscanf(argv[3], "%u%c", &num, &dummy) != 1 || in verity_ctr() 775 if (sscanf(argv[4], "%u%c", &num, &dummy) != 1 || in verity_ctr() 785 if (sscanf(argv[5], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr() 800 if (sscanf(argv[6], "%llu%c", &num_ll, &dummy) != 1 || in verity_ctr()
|
/linux-4.4.14/Documentation/watchdog/src/ |
D | watchdog-test.c | 24 int dummy; in keep_alive() local 26 ioctl(fd, WDIOC_KEEPALIVE, &dummy); in keep_alive()
|
/linux-4.4.14/arch/m68k/68000/ |
D | timers.c | 60 static irqreturn_t hw_tick(int irq, void *dummy) in hw_tick() argument 66 return timer_interrupt(irq, dummy); in hw_tick()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | m25p80.c | 129 unsigned int dummy = nor->read_dummy; in m25p80_read() local 132 dummy /= 8; in m25p80_read() 141 t[0].len = m25p_cmdsz(nor) + dummy; in m25p80_read() 151 *retlen = m.actual_length - m25p_cmdsz(nor) - dummy; in m25p80_read()
|
/linux-4.4.14/arch/frv/kernel/ |
D | time.c | 43 static irqreturn_t timer_interrupt(int irq, void *dummy); 54 static irqreturn_t timer_interrupt(int irq, void *dummy) in timer_interrupt() argument
|
D | cmode.S | 114 # (6) Execute loading the dummy for SDRAM. 118 # self-refresh mode. Execute the dummy load to all memory
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | pci.c | 72 void volatile __iomem *addr, *dummy; in workaround_5945() local 88 dummy = pa_pxp_cfg_addr(hose, bus->number, devfn, 0x10); in workaround_5945() 89 out_le32(dummy, 0); in workaround_5945()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 56 unsigned int dummy; in genregs_get() local 91 dummy = pt_cause(regs); in genregs_get() 92 ONEXT(&dummy, cause); in genregs_get()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | floppy.h | 145 static void vdma_nop(unsigned int dummy) in vdma_nop() argument 150 static int vdma_get_dma_residue(unsigned int dummy) in vdma_get_dma_residue() argument 239 int (*_get_dma_residue)(unsigned int dummy);
|
/linux-4.4.14/drivers/platform/chrome/ |
D | chromeos_laptop.c | 185 struct i2c_client *dummy; in __add_probed_i2c_device() local 187 dummy = i2c_new_probed_device(adapter, &dummy_info, in __add_probed_i2c_device() 189 if (dummy) { in __add_probed_i2c_device() 191 __func__, bus, info->addr, dummy->addr); in __add_probed_i2c_device() 192 i2c_unregister_device(dummy); in __add_probed_i2c_device()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 857 static int dummy(struct net_device *dev, struct iw_request_info *a, in dummy() function 867 dummy, /* SIOCSIWNWID */ 868 dummy, /* SIOCGIWNWID */ 881 dummy, /* SIOCSIWSPY */ 882 dummy, /* SIOCGIWSPY */ 888 dummy, /* SIOCGIWAPLIST -- deprecated */ 893 dummy, /* SIOCSIWNICKN */ 894 dummy, /* SIOCGIWNICKN */ 903 dummy, /* SIOCSIWTXPOW */ 904 dummy, /* SIOCGIWTXPOW */
|
/linux-4.4.14/arch/m68k/68360/ |
D | config.c | 50 static irqreturn_t hw_tick(int irq, void *dummy) in hw_tick() argument 57 return timer_interrupt(irq, dummy); in hw_tick()
|
/linux-4.4.14/arch/score/include/asm/ |
D | checksum.h | 86 unsigned long dummy; in ip_fast_csum() local 123 : "=&r" (sum), "=&r" (iph), "=&r" (ihl), "=&r" (dummy) in ip_fast_csum()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | assembler.h | 113 push r13 ; dummy push acc1h 114 push r13 ; dummy push acc1l 162 pop r13 ; dummy pop acc1h 163 pop r13 ; dummy pop acc1l
|
/linux-4.4.14/drivers/net/usb/ |
D | lg-vl600.c | 54 __le32 dummy; member 59 __le32 dummy[2]; member 304 memset(&packet->dummy, 0, sizeof(packet->dummy)); in vl600_tx_fixup()
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 116 #define dummy(d) /* do nothing */ macro 125 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \ 128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \ 211 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 219 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
D | cast6-avx-x86_64-asm_64.S | 111 #define dummy(d) /* do nothing */ macro 129 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \ 132 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \ 274 preload_rkr(0, dummy, none);
|
/linux-4.4.14/arch/mips/mm/ |
D | c-r3k.c | 30 unsigned long flags, status, dummy, size; in r3k_cache_size() local 41 dummy = *p; in r3k_cache_size() 44 if (dummy != 0xa5a55a5a || (status & ST0_CM)) { in r3k_cache_size()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.c | 151 struct gssx_option dummy; in dummy_dec_opt_array() local 159 memset(&dummy, 0, sizeof(dummy)); in dummy_dec_opt_array() 161 gssx_dec_option(xdr, &dummy); in dummy_dec_opt_array() 275 gssx_buffer dummy = { 0, NULL }; in gssx_dec_option_array() local 297 err = gssx_dec_buffer(xdr, &dummy); in gssx_dec_option_array() 429 struct gssx_name_attr dummy = { .attr = {.len = 0} }; in dummy_dec_nameattr_array() local 438 gssx_dec_name_attr(xdr, &dummy); in dummy_dec_nameattr_array()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vce.c | 375 uint64_t dummy; in amdgpu_vce_get_create_msg() local 388 dummy = ib->gpu_addr + 1024; in amdgpu_vce_get_create_msg() 420 ib->ptr[ib->length_dw++] = upper_32_bits(dummy); in amdgpu_vce_get_create_msg() 421 ib->ptr[ib->length_dw++] = dummy; in amdgpu_vce_get_create_msg() 461 uint64_t dummy; in amdgpu_vce_get_destroy_msg() local 475 dummy = ib->gpu_addr + 1024; in amdgpu_vce_get_destroy_msg() 485 ib->ptr[ib->length_dw++] = upper_32_bits(dummy); in amdgpu_vce_get_destroy_msg() 486 ib->ptr[ib->length_dw++] = dummy; in amdgpu_vce_get_destroy_msg()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 351 uint64_t dummy; in radeon_vce_get_create_msg() local 360 dummy = ib.gpu_addr + 1024; in radeon_vce_get_create_msg() 383 ib.ptr[ib.length_dw++] = cpu_to_le32(upper_32_bits(dummy)); in radeon_vce_get_create_msg() 384 ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); in radeon_vce_get_create_msg() 418 uint64_t dummy; in radeon_vce_get_destroy_msg() local 427 dummy = ib.gpu_addr + 1024; in radeon_vce_get_destroy_msg() 437 ib.ptr[ib.length_dw++] = cpu_to_le32(upper_32_bits(dummy)); in radeon_vce_get_destroy_msg() 438 ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); in radeon_vce_get_destroy_msg()
|
D | radeon_irq.c | 337 u32 dummy; in radeon_driver_irq_preinstall() local 348 radeon_acknowledge_irqs(dev_priv, &dummy); in radeon_driver_irq_preinstall()
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_menlow.c | 422 acpi_handle dummy; in intel_menlow_register_sensor() local 431 status = acpi_get_handle(handle, GET_AUX0, &dummy); in intel_menlow_register_sensor() 435 status = acpi_get_handle(handle, SET_AUX0, &dummy); in intel_menlow_register_sensor() 445 status = acpi_get_handle(handle, GET_AUX1, &dummy); in intel_menlow_register_sensor() 449 status = acpi_get_handle(handle, SET_AUX1, &dummy); in intel_menlow_register_sensor()
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-bonito64.c | 43 u32 dummy; in bonito64_pcibios_config_access() local 68 dummy = BONITO_PCIMAP_CFG; in bonito64_pcibios_config_access()
|
D | ops-loongson2.c | 42 u32 dummy; in loongson_pcibios_config_access() local 91 dummy = LOONGSON_PCIMAP_CFG; in loongson_pcibios_config_access()
|
/linux-4.4.14/sound/core/seq/ |
D | Makefile | 14 snd-seq-dummy-objs := seq_dummy.o 22 obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
|
/linux-4.4.14/drivers/parport/ |
D | parport_mfc3.c | 79 static volatile int dummy; /* for trigger readds */ variable 88 dummy = pia(p)->pprb; /* clears irq bit */ in mfc3_write_data() 186 dummy = pia(this_port[i])->pprb; /* clear irq bit */ in mfc3_interrupt() 307 dummy = pp->pddrb; /* reading clears interrupt */ in parport_mfc3_init()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 259 u8 type, prev_type, is_uniform = 1, dummy; in mtrr_type_lookup() local 299 &repeat, &dummy); in mtrr_type_lookup() 452 unsigned lo, dummy; in get_mtrr_state() local 457 rdmsr(MSR_MTRRcap, lo, dummy); in get_mtrr_state() 465 rdmsr(MSR_MTRRdefType, lo, dummy); in get_mtrr_state() 889 unsigned long config, dummy; in generic_have_wrcomb() local 890 rdmsr(MSR_MTRRcap, config, dummy); in generic_have_wrcomb()
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 584 if (left->dummy && right->dummy) in hist_entry__cmp_compute_idx() 587 if (left->dummy || right->dummy) in hist_entry__cmp_compute_idx() 588 return left->dummy ? 1 : -1; in hist_entry__cmp_compute_idx() 839 if (!he->dummy) { in hpp__color_baseline() 854 if (!he->dummy) in hpp__entry_baseline() 885 if (he->dummy) in __hpp__color_compare() 896 if (he->dummy) in __hpp__color_compare() 969 if (he->dummy) { in hpp__entry_pair() 985 if (he->dummy) { in hpp__entry_pair()
|
/linux-4.4.14/tools/iio/ |
D | generic_buffer.c | 228 char *dummy; in main() local 236 num_loops = strtoul(optarg, &dummy, 10); in main() 249 buf_len = strtoul(optarg, &dummy, 10); in main() 263 timedelay = strtoul(optarg, &dummy, 10); in main()
|
/linux-4.4.14/arch/x86/kernel/ |
D | check.c | 144 static void check_corruption(struct work_struct *dummy); 147 static void check_corruption(struct work_struct *dummy) in check_corruption() argument
|
D | dumpstack_32.c | 53 unsigned long dummy; in dump_trace() local 55 stack = &dummy; in dump_trace()
|
D | dumpstack_64.c | 158 unsigned long dummy; in dump_trace() local 172 stack = &dummy; in dump_trace()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | nsload.c | 227 acpi_handle dummy; in acpi_ns_delete_subtree() local 257 (ACPI_TYPE_ANY, child_handle, NULL, &dummy))) { in acpi_ns_delete_subtree()
|
/linux-4.4.14/drivers/watchdog/ |
D | pcwd_usb.c | 307 unsigned char dummy; in usb_pcwd_keepalive() local 310 usb_pcwd_send_command(usb_pcwd, CMD_TRIGGER, &dummy, &dummy); in usb_pcwd_keepalive() 616 unsigned char option_switches, dummy; in usb_pcwd_probe() local 706 usb_pcwd_send_command(usb_pcwd, CMD_GET_DIP_SWITCH_SETTINGS, &dummy, in usb_pcwd_probe()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 47 unsigned long dummy; in save_fpu() local 87 "lds %3, fpscr\n\t":"=r" (dummy) in save_fpu() 97 unsigned long dummy; in restore_fpu() local 137 :"=r" (dummy) in restore_fpu()
|
/linux-4.4.14/include/uapi/video/ |
D | edid.h | 5 unsigned char dummy[128]; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | diskonchip.c | 227 volatile char dummy; in DoC_Delay() local 232 dummy = ReadDOC(doc->virtadr, NOP); in DoC_Delay() 234 dummy = ReadDOC(doc->virtadr, Mplus_NOP); in DoC_Delay() 236 dummy = ReadDOC(doc->virtadr, DOCStatus); in DoC_Delay() 914 volatile u_char dummy; in doc200x_correct_data() local 919 dummy = ReadDOC(docptr, 2k_ECCStatus); in doc200x_correct_data() 920 dummy = ReadDOC(docptr, 2k_ECCStatus); in doc200x_correct_data() 921 dummy = ReadDOC(docptr, 2k_ECCStatus); in doc200x_correct_data() 923 dummy = ReadDOC(docptr, Mplus_ECCConf); in doc200x_correct_data() 924 dummy = ReadDOC(docptr, Mplus_ECCConf); in doc200x_correct_data() [all …]
|
/linux-4.4.14/arch/alpha/oprofile/ |
D | common.c | 81 op_axp_cpu_start(void *dummy) in op_axp_cpu_start() argument 95 op_axp_cpu_stop(void *dummy) in op_axp_cpu_stop() argument
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 909 int dummy; in tile_net_open_aux() local 954 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_open_aux() 955 sizeof(dummy), NETIO_IPP_START_SHIM_OFF) < 0) { in tile_net_open_aux() 1123 int dummy = 0; in tile_net_unregister() local 1133 ret = hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_unregister() 1134 sizeof(dummy), NETIO_IPP_INPUT_UNREGISTER_OFF); in tile_net_unregister() 1162 int dummy = 0; in tile_net_stop_aux() local 1179 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_stop_aux() 1180 sizeof(dummy), NETIO_IPP_STOP_SHIM_OFF) < 0) in tile_net_stop_aux() 1243 int dummy = 0; in tile_net_open_inner() local [all …]
|
/linux-4.4.14/drivers/block/ |
D | ataflop.c | 345 static void fd_motor_off_timer( unsigned long dummy ); 346 static void check_change( unsigned long dummy ); 347 static irqreturn_t floppy_irq (int irq, void *dummy); 356 static void fd_readtrack_check( unsigned long dummy ); 361 static void fd_times_out( unsigned long dummy ); 363 static void finish_fdc_done( int dummy ); 482 static void fd_motor_off_timer( unsigned long dummy ) in fd_motor_off_timer() argument 518 static void check_change( unsigned long dummy ) in check_change() argument 584 static irqreturn_t floppy_irq (int irq, void *dummy) in floppy_irq() argument 969 static void fd_readtrack_check( unsigned long dummy ) in fd_readtrack_check() argument [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | atari_scsi.c | 248 static void scsi_dma_buserr(int irq, void *dummy) 276 static irqreturn_t scsi_tt_intr(int irq, void *dummy) in scsi_tt_intr() argument 359 NCR5380_intr(irq, dummy); in scsi_tt_intr() 365 static irqreturn_t scsi_falcon_intr(int irq, void *dummy) in scsi_falcon_intr() argument 420 NCR5380_intr(irq, dummy); in scsi_falcon_intr()
|
D | eata_generic.h | 197 __u8 dummy:6; member 235 __u16 dummy; member
|
/linux-4.4.14/samples/uhid/ |
D | Makefile | 2 obj- := dummy.o
|
/linux-4.4.14/drivers/ps3/ |
D | ps3-lpm.c | 454 u64 dummy; in ps3_write_pm() local 462 &dummy); in ps3_write_pm() 470 &dummy); in ps3_write_pm() 481 0, 0, &dummy, in ps3_write_pm() 482 &dummy); in ps3_write_pm() 487 PS3_WRITE_PM_MASK, &dummy); in ps3_write_pm() 494 &dummy); in ps3_write_pm()
|
/linux-4.4.14/net/core/ |
D | link_watch.c | 34 static void linkwatch_event(struct work_struct *dummy); 234 static void linkwatch_event(struct work_struct *dummy) in linkwatch_event() argument
|
/linux-4.4.14/sound/oss/ |
D | sys_timer.c | 29 static void poll_def_tmr(unsigned long dummy); 51 poll_def_tmr(unsigned long dummy) in poll_def_tmr() argument
|
D | uart6850.c | 78 static void poll_uart6850(unsigned long dummy); 119 static void poll_uart6850(unsigned long dummy) in poll_uart6850() argument
|
/linux-4.4.14/samples/hidraw/ |
D | Makefile | 2 obj- := dummy.o
|
/linux-4.4.14/arch/x86/lib/ |
D | cache-smp.c | 4 static void __wbinvd(void *dummy) in __wbinvd() argument
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | TODO | 2 * Replace dummy resizer code with a real implementation
|
/linux-4.4.14/arch/mips/boot/dts/qca/ |
D | Makefile | 8 obj- += dummy.o
|
/linux-4.4.14/arch/mips/boot/dts/lantiq/ |
D | Makefile | 6 obj- += dummy.o
|
/linux-4.4.14/arch/mips/boot/dts/xilfpga/ |
D | Makefile | 6 obj- += dummy.o
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 150 .codec_name = "snd-soc-dummy", 151 .codec_dai_name = "snd-soc-dummy-dai", 167 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is 177 .platform_name = "snd-soc-dummy", 216 A BE DAI link can also set the codec to a dummy device if the code is a device 219 Likewise a BE DAI can also set a dummy cpu DAI if the CPU DAI is managed by the 261 by the ASoC DAPM core. However, if the BE codec or BE DAI is a dummy then this 264 /* BE for codec Headset - DAI0 is dummy and managed by DSP FW */
|
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/ |
D | Makefile | 6 obj- += dummy.o
|
/linux-4.4.14/arch/mips/boot/dts/ingenic/ |
D | Makefile | 7 obj- += dummy.o
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | spdif-transmitter.txt | 1 Device-Tree bindings for dummy spdif transmitter
|
D | spdif-receiver.txt | 1 Device-Tree bindings for dummy spdif receiver
|
D | hdmi.txt | 1 Device-Tree bindings for dummy HDMI codec
|
D | mrvl,pxa2xx-pcm.txt | 3 This is just a dummy driver that registers the PXA ASoC platform driver.
|
/linux-4.4.14/arch/mips/boot/dts/mti/ |
D | Makefile | 7 obj- += dummy.o
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | timer_32.h | 37 irqreturn_t notrace timer_interrupt(int dummy, void *dev_id);
|
D | openprom.h | 24 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 25 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
|
/linux-4.4.14/kernel/power/ |
D | poweroff.c | 20 static void do_poweroff(struct work_struct *dummy) in do_poweroff() argument
|
/linux-4.4.14/arch/mips/oprofile/ |
D | op_impl.h | 30 void (*cpu_setup) (void *dummy);
|
/linux-4.4.14/arch/mips/boot/dts/ralink/ |
D | Makefile | 9 obj- += dummy.o
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 49 Dwarf_Op dummy; in check_return_reg() local 50 Dwarf_Op *ops = &dummy; in check_return_reg()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 32 unsigned long dummy; in save_fpu() local 54 : "=r" (dummy) in save_fpu() 65 unsigned long dummy; in restore_fpu() local 86 : "=r" (dummy) in restore_fpu()
|
/linux-4.4.14/arch/mips/boot/dts/netlogic/ |
D | Makefile | 10 obj- += dummy.o
|
/linux-4.4.14/scripts/ |
D | gcc-goto.sh | 13 static struct { int dummy; int state; } tp;
|
/linux-4.4.14/arch/s390/lib/ |
D | string.c | 135 unsigned long dummy; in strcat() local 142 : "=&a" (dummy), "+a" (dest), "+a" (src) in strcat()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | openprom.h | 32 int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); 33 int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
|
D | apollohw.h | 19 #define DECLARE_2681_FIELD(x) unsigned char x; unsigned char dummy##x
|
/linux-4.4.14/arch/sparc/lib/ |
D | atomic32.c | 24 static DEFINE_SPINLOCK(dummy); 26 #define ATOMIC_HASH(a) (&dummy)
|
/linux-4.4.14/arch/mips/sni/ |
D | irq.c | 30 static irqreturn_t sni_isa_irq_handler(int dummy, void *p) in sni_isa_irq_handler() argument
|
/linux-4.4.14/drivers/spi/ |
D | spi-pxa2xx-dma.c | 61 sg_set_buf(sg, drv_data->dummy, bytes); in pxa2xx_spi_map_dma_buffer() 311 drv_data->dummy = devm_kzalloc(dev, SZ_2K, GFP_KERNEL); in pxa2xx_spi_dma_setup() 312 if (!drv_data->dummy) in pxa2xx_spi_dma_setup()
|
/linux-4.4.14/drivers/media/usb/siano/ |
D | smsusb.c | 204 int dummy; in smsusb_sendrequest() local 218 buffer, size, &dummy, 1000); in smsusb_sendrequest() 239 int rc, dummy; in smsusb1_load_firmware() local 272 fw_buffer, fw->size, &dummy, 1000); in smsusb1_load_firmware() 274 pr_debug("sent %zu(%d) bytes, rc %d\n", fw->size, dummy, rc); in smsusb1_load_firmware()
|
/linux-4.4.14/fs/pstore/ |
D | ram.c | 109 static struct platform_device *dummy; variable 634 dummy = platform_device_register_data(NULL, "ramoops", -1, in ramoops_register_dummy() 636 if (IS_ERR(dummy)) { in ramoops_register_dummy() 638 PTR_ERR(dummy)); in ramoops_register_dummy() 652 platform_device_unregister(dummy); in ramoops_exit()
|
/linux-4.4.14/fs/jffs2/ |
D | write.c | 130 uint32_t dummy; in jffs2_write_dnode() local 141 ret = jffs2_reserve_space_gc(c, sizeof(*ri) + datalen, &dummy, in jffs2_write_dnode() 148 ret = jffs2_reserve_space(c, sizeof(*ri) + datalen, &dummy, in jffs2_write_dnode() 282 uint32_t dummy; in jffs2_write_dirent() local 293 ret = jffs2_reserve_space_gc(c, sizeof(*rd) + namelen, &dummy, in jffs2_write_dirent() 300 ret = jffs2_reserve_space(c, sizeof(*rd) + namelen, &dummy, in jffs2_write_dirent()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 37 mov a1,(sp) # USP in MOVM[other] dummy slot 87 mov (sp),a1 # USP in MOVM[other] dummy slot
|
/linux-4.4.14/drivers/input/keyboard/ |
D | lm8333.c | 117 u8 dummy[LM8333_FIFO_TRANSFER_SIZE]; in lm8333_irq_thread() local 120 LM8333_FIFO_TRANSFER_SIZE, dummy); in lm8333_irq_thread()
|
/linux-4.4.14/ipc/ |
D | ipc_sysctl.c | 80 int dummy = 0; in proc_ipc_auto_msgmni() local 83 ipc_table.data = &dummy; in proc_ipc_auto_msgmni()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1216.c | 145 u8 dummy[8]; in ds1216_rtc_probe() local 164 ds1216_read(priv->ioaddr, dummy); in ds1216_rtc_probe()
|
/linux-4.4.14/include/uapi/linux/ |
D | fuse.h | 403 uint32_t dummy; member 408 uint32_t dummy; member 417 uint32_t dummy; member
|
D | scc.h | 163 unsigned int dummy; member
|
/linux-4.4.14/arch/powerpc/perf/ |
D | callchain.c | 198 char dummy[__SIGNAL_FRAMESIZE]; member 351 char dummy[__SIGNAL_FRAMESIZE32]; member 361 char dummy[__SIGNAL_FRAMESIZE32 + 16]; member
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | ptrace.h | 66 long dummy; /* Cheap alignment fix */ member
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 130 char uninitialized_var(dummy); in create_flat_tables() 148 get_user(dummy, p); p++; in create_flat_tables() 149 } while (dummy); in create_flat_tables() 156 get_user(dummy, p); p++; in create_flat_tables() 157 } while (dummy); in create_flat_tables()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_q40.c | 51 static irqreturn_t Q40StereoInterrupt(int irq, void *dummy); 52 static irqreturn_t Q40MonoInterrupt(int irq, void *dummy); 458 static irqreturn_t Q40StereoInterrupt(int irq, void *dummy) in Q40StereoInterrupt() argument 470 static irqreturn_t Q40MonoInterrupt(int irq, void *dummy) in Q40MonoInterrupt() argument
|
/linux-4.4.14/arch/m68k/kernel/ |
D | time.c | 41 static irqreturn_t timer_interrupt(int irq, void *dummy) in timer_interrupt() argument
|
/linux-4.4.14/arch/mips/boot/dts/brcm/ |
D | Makefile | 30 obj- += dummy.o
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 188 .dummy : { LONG(0) } 195 .dummy)
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 58 unsigned char dummy; in process_sdio_pending_irqs() local 64 mmc_io_rw_direct(card, 0, 0, 0xff, 0, &dummy); in process_sdio_pending_irqs()
|
/linux-4.4.14/kernel/irq/ |
D | spurious.c | 22 static void poll_spurious_irqs(unsigned long dummy); 145 static void poll_spurious_irqs(unsigned long dummy) in poll_spurious_irqs() argument
|
/linux-4.4.14/init/ |
D | do_mounts.c | 229 char dummy; in name_to_dev_t() local 231 if ((sscanf(name, "%u:%u%c", &maj, &min, &dummy) == 2) || in name_to_dev_t() 232 (sscanf(name, "%u:%u:%u:%c", &maj, &min, &offset, &dummy) == 3)) { in name_to_dev_t()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_event.h | 81 unsigned short dummy; member
|
/linux-4.4.14/drivers/char/ |
D | applicom.c | 128 static int dummy; /* dev_id for request_irq() */ variable 180 free_irq(apbs[i].irq, &dummy); in applicom_exit() 229 if (request_irq(dev->irq, &ac_interrupt, IRQF_SHARED, "Applicom PCI", &dummy)) { in applicom_init() 276 if (request_irq(irq, &ac_interrupt, IRQF_SHARED, "Applicom ISA", &dummy)) { in applicom_init() 345 free_irq(apbs[i].irq, &dummy); in applicom_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | dnfb.c | 153 ushort *src, dummy; in dnfb_copyarea() local 190 dummy = *src; in dnfb_copyarea()
|
/linux-4.4.14/drivers/leds/ |
D | dell-led.c | 56 char dummy[92]; member 115 static void __init find_micmute_tokens(const struct dmi_header *dm, void *dummy) in find_micmute_tokens() argument
|
/linux-4.4.14/samples/seccomp/ |
D | Makefile | 2 obj- := dummy.o
|
/linux-4.4.14/include/linux/ |
D | zlib.h | 586 struct internal_state {int dummy;}; /* hack for buggy compilers */ member
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | Kconfig | 15 This is a simple dummy device that pretends to be an stm device
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cotable.c | 437 bool dummy; in vmw_cotable_resize() local 449 memcpy(ttm_kmap_obj_virtual(&new_map, &dummy), in vmw_cotable_resize() 450 ttm_kmap_obj_virtual(&old_map, &dummy), in vmw_cotable_resize()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | bh.c | 432 u32 dummy; in cw1200_bh() local 456 &dummy, sizeof(dummy)); in cw1200_bh()
|