/arch/arm/boot/dts/ |
D | omap3430es1-clocks.dtsi | 13 compatible = "ti,wait-gate-clock"; 38 compatible = "ti,wait-gate-clock"; 46 compatible = "ti,wait-gate-clock"; 54 compatible = "ti,wait-gate-clock"; 62 compatible = "ti,wait-gate-clock"; 70 compatible = "ti,composite-no-wait-gate-clock"; 101 compatible = "ti,omap3-no-wait-interface-clock"; 125 compatible = "ti,omap3-no-wait-interface-clock"; 166 compatible = "ti,omap3-no-wait-interface-clock";
|
D | omap2420-clocks.dtsi | 14 compatible = "ti,composite-no-wait-gate-clock"; 101 compatible = "ti,wait-gate-clock"; 117 compatible = "ti,wait-gate-clock"; 133 compatible = "ti,wait-gate-clock"; 149 compatible = "ti,wait-gate-clock"; 157 compatible = "ti,wait-gate-clock"; 165 compatible = "ti,wait-gate-clock";
|
D | omap24xx-clocks.dtsi | 197 compatible = "ti,composite-no-wait-gate-clock"; 321 compatible = "ti,wait-gate-clock"; 339 compatible = "ti,omap3-no-wait-interface-clock"; 347 compatible = "ti,composite-no-wait-gate-clock"; 447 compatible = "ti,composite-no-wait-gate-clock"; 469 compatible = "ti,wait-gate-clock"; 929 compatible = "ti,wait-gate-clock"; 945 compatible = "ti,wait-gate-clock"; 961 compatible = "ti,wait-gate-clock"; 977 compatible = "ti,wait-gate-clock"; [all …]
|
D | omap2430-clocks.dtsi | 167 compatible = "ti,wait-gate-clock"; 215 compatible = "ti,wait-gate-clock"; 231 compatible = "ti,wait-gate-clock"; 247 compatible = "ti,wait-gate-clock"; 263 compatible = "ti,wait-gate-clock"; 271 compatible = "ti,wait-gate-clock";
|
D | omap34xx-omap36xx-clocks.dtsi | 62 compatible = "ti,omap3-no-wait-interface-clock"; 134 compatible = "ti,wait-gate-clock"; 142 compatible = "ti,wait-gate-clock"; 187 compatible = "ti,wait-gate-clock"; 219 compatible = "ti,wait-gate-clock";
|
D | exynos5250-snow.dts | 136 wait-retry-us = <3000>; 137 wait-free-us = <50000>; 200 ti,overcurrent-wait = <3>; 205 ti,overcurrent-wait = <3>; 210 ti,overcurrent-wait = <3>; 214 ti,overcurrent-wait = <3>; 219 ti,overcurrent-wait = <3>; 223 ti,overcurrent-wait = <3>; 228 ti,overcurrent-wait = <3>;
|
/arch/cris/arch-v32/kernel/ |
D | smp.c | 48 int wait; member 64 static int send_ipi(int vector, int wait, cpumask_t cpu_mask); 265 int send_ipi(int vector, int wait, cpumask_t cpu_mask) in send_ipi() argument 282 if (wait) { in send_ipi() 307 int smp_call_function(void (*func)(void *info), void *info, int wait) in smp_call_function() argument 320 data.wait = wait; in smp_call_function() 324 ret = send_ipi(IPI_CALL, wait, cpu_mask); in smp_call_function()
|
/arch/tile/include/gxio/ |
D | dma_queue.h | 77 unsigned int num, bool wait, in __gxio_dma_queue_reserve() argument 102 if (wait) in __gxio_dma_queue_reserve() 151 unsigned int num, int wait);
|
/arch/mn10300/kernel/ |
D | smp.c | 72 int wait; member 390 int smp_nmi_call_function(smp_call_func_t func, void *info, int wait) in smp_nmi_call_function() argument 405 data.wait = wait; in smp_nmi_call_function() 406 if (wait) in smp_nmi_call_function() 424 if (wait && cnt < CALL_FUNCTION_NMI_IPI_TIMEOUT) { in smp_nmi_call_function() 440 if (wait) in smp_nmi_call_function() 533 int wait = nmi_call_data->wait; in smp_nmi_call_function_interrupt() local 542 if (wait) { in smp_nmi_call_function_interrupt() 1069 int wait) in hotplug_cpu_nmi_call_function() argument 1085 nmi_call_func_mask_data.wait = wait; in hotplug_cpu_nmi_call_function() [all …]
|
/arch/mn10300/mm/ |
D | cache-flush-by-reg.S | 60 # wait for busy bit of area purge 77 # wait for busy bit of area purge 138 # wait for busy bit of area purge 158 # wait for busy bit of area purge 196 # wait for busy bit of area purge & invalidate 210 # wait for busy bit of area purge & invalidate 271 # wait for busy bit of area purge & invalidate 291 # wait for busy bit of area purge & invalidate
|
D | cache.inc | 39 # and wait for it to calm down 49 # wait for the cache to finish 100 # and wait for it to calm down 110 # wait for the cache to finish
|
D | cache-dbg-flush-by-reg.S | 49 # wait for busy bit of area purge 66 # wait for busy bit of area purge
|
/arch/um/drivers/ |
D | random.c | 69 DECLARE_WAITQUEUE(wait, current); in rng_dev_read() 78 add_wait_queue(&host_read_wait, &wait); in rng_dev_read() 82 remove_wait_queue(&host_read_wait, &wait); in rng_dev_read()
|
/arch/arm/include/debug/ |
D | msm.S | 40 @ wait for TXREADY in UARTDM_ISR 54 @ wait for TX_READY
|
D | imx.S | 46 beq 1002b @ wait until transmit done
|
/arch/mips/kernel/ |
D | rtlx.c | 126 DEFINE_WAIT(wait); in rtlx_open() 131 &wait, TASK_INTERRUPTIBLE); in rtlx_open() 143 &wait); in rtlx_open() 337 static unsigned int file_poll(struct file *file, poll_table *wait) in file_poll() argument 342 poll_wait(file, &channel_wqs[minor].rt_queue, wait); in file_poll() 343 poll_wait(file, &channel_wqs[minor].lx_queue, wait); in file_poll()
|
/arch/x86/kernel/ |
D | smp.c | 179 static void native_stop_other_cpus(int wait) in native_stop_other_cpus() argument 216 while (num_online_cpus() > 1 && (wait || timeout--)) in native_stop_other_cpus() 240 while (num_online_cpus() > 1 && (wait || timeout--)) in native_stop_other_cpus()
|
/arch/m68k/include/asm/ |
D | atari_joystick.h | 19 wait_queue_head_t wait; member
|
/arch/mips/include/asm/octeon/ |
D | cvmx-pow.h | 247 uint64_t wait:1; member 995 uint64_t wait:1; member 1106 wait) in cvmx_pow_work_request_sync_nocheck() 1118 ptr.swork.wait = wait; in cvmx_pow_work_request_sync_nocheck() 1139 static inline cvmx_wqe_t *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) in cvmx_pow_work_request_sync() argument 1146 return cvmx_pow_work_request_sync_nocheck(wait); in cvmx_pow_work_request_sync() 1193 cvmx_pow_wait_t wait) in cvmx_pow_work_request_async_nocheck() argument 1204 data.s.wait = wait; in cvmx_pow_work_request_async_nocheck() 1222 cvmx_pow_wait_t wait) in cvmx_pow_work_request_async() argument 1229 cvmx_pow_work_request_async_nocheck(scr_addr, wait); in cvmx_pow_work_request_async()
|
/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_cs.h | 5 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait,
|
/arch/arm/mach-omap2/ |
D | omap-headsmp.S | 35 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 label 41 bne wait
|
D | sleep24xx.S | 77 mcr p15, 0, r3, c7, c0, 4 @ wait for interrupt 80 subs r5, r5, #0x1 @ awake, wait just a bit
|
/arch/tile/gxio/ |
D | dma_queue.c | 155 unsigned int num, int wait) in __gxio_dma_queue_reserve_aux() argument 157 return __gxio_dma_queue_reserve(dma_queue, num, wait != 0, true); in __gxio_dma_queue_reserve_aux()
|
/arch/mips/bcm63xx/ |
D | cs.c | 65 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, in bcm63xx_set_cs_timing() argument 79 val |= wait << MPI_CSCTL_WAIT_SHIFT; in bcm63xx_set_cs_timing()
|
/arch/alpha/include/asm/ |
D | smp.h | 53 #define smp_call_function_on_cpu(func,info,wait,cpu) ({ 0; }) argument
|