Searched refs:stop (Results 1 - 200 of 3230) sorted by relevance

1234567891011>>

/linux-4.1.27/kernel/sched/
H A Dstop_task.c4 * stop-task scheduling class.
6 * The stop task is the highest priority task in the system, it preempts
16 return task_cpu(p); /* stop tasks as never migrate */ select_task_rq_stop()
29 struct task_struct *stop = rq->stop; pick_next_task_stop() local
31 if (!stop || !task_on_rq_queued(stop)) pick_next_task_stop()
36 stop->se.exec_start = rq_clock_task(rq); pick_next_task_stop()
38 return stop; pick_next_task_stop()
55 BUG(); /* the stop task should never yield, its pointless. */ yield_task_stop()
83 struct task_struct *stop = rq->stop; set_curr_task_stop() local
85 stop->se.exec_start = rq_clock_task(rq); set_curr_task_stop()
110 * Simple, special scheduling class for the per-CPU stop tasks:
/linux-4.1.27/arch/mn10300/include/asm/
H A Dtermios.h8 start=^Q stop=^S susp=^Z eol=\0
H A Dserial-regs.h42 #define SC01CTR_STB 0x0008 /* stop bit select */
43 #define SC01CTR_STB_1BIT 0x0000 /* - 1 stop bit */
44 #define SC01CTR_STB_2BIT 0x0008 /* - 2 stop bits */
59 #define SC01CTR_MD_STST_SYNC 0x0000 /* - start-stop synchronous */
87 #define SC01STR_SPF 0x0200 /* I2C stop sequence found */
127 #define SC2CTR_STB 0x0008 /* stop bit select */
128 #define SC2CTR_STB_1BIT 0x0000 /* - 1 stop bit */
129 #define SC2CTR_STB_2BIT 0x0008 /* - 2 stop bits */
/linux-4.1.27/arch/frv/include/asm/
H A Dtermios.h8 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dblitter.c25 unsigned long stop = jiffies + HZ; gma_blt_wait_idle() local
39 } while (busy && !time_after_eq(jiffies, stop)); gma_blt_wait_idle()
47 } while (busy && !time_after_eq(jiffies, stop)); gma_blt_wait_idle()
/linux-4.1.27/arch/mn10300/lib/
H A Ddelay.c41 unsigned long start, stop, cnt; __udelay() local
44 stop = __muldiv64u(usecs, MN10300_TSCCLK, 1000000); __udelay()
49 } while (cnt < stop); __udelay()
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y285 stop("Prefix multiply defined",
289 stop("Unable to record prefix", EX_SOFTWARE);
297 stop("Patch argument list multiply defined",
301 stop("Unable to record patch arg list", EX_SOFTWARE);
318 stop("Register multiply defined", EX_DATAERR);
397 stop("SCB or SRAM space exhausted", EX_DATAERR);
445 stop("Valid register modes range between 0 and 4.",
458 stop("Only \"const\" symbols allowed in "
463 stop("Valid register modes range between 0 and 4.",
540 stop("Re-definition of register alias",
554 stop("Only one accumulator definition allowed",
566 stop("Only one mode pointer definition allowed",
578 stop("Only one definition of allones allowed",
590 stop("Only one definition of allzeros allowed",
602 stop("Only one definition of none allowed",
614 stop("Only one definition of sindex allowed",
727 stop(errbuf, EX_DATAERR);
741 stop("Re-definition of symbol as a constant",
752 stop("Invalid downloaded constant declaration",
757 stop("Re-definition of symbol as a downloaded constant",
771 stop("Re-definition of symbol as a macro",
806 stop("Comma without preceding argument in arg list",
848 stop("Only one SRAM definition allowed",
897 stop("register offset must be a constant", EX_DATAERR);
901 stop("Accessing offset beyond range of register",
912 stop("Accessing offset beyond range of register",
922 stop("No accumulator has been defined", EX_DATAERR);
952 stop(errbuf, EX_DATAERR);
1008 stop("Critical Section within Critical Section",
1024 stop("Unballanced 'end_cs'", EX_DATAERR);
1043 stop("Program label multiply defined", EX_DATAERR);
1113 stop("'else if' without leading 'if'", EX_DATAERR);
1138 stop("'else' without leading 'if'", EX_DATAERR);
1154 stop("Unexpected '}' encountered", EX_DATAERR);
1166 stop("Unexpected '}' encountered", EX_DATAERR);
1441 stop("Empty Field, or Enum", EX_DATAERR);
1452 stop("Field definition mirrors a definition of the same "
1456 stop("Field redefined with a conflicting value", EX_DATAERR);
1462 stop("Field defined multiple times for register", EX_DATAERR);
1477 stop("Call to initialize_symbol with type field unset",
1487 stop("Can't create register info", EX_SOFTWARE);
1508 stop("Can't create alias info", EX_SOFTWARE);
1521 stop("Can't create field info", EX_SOFTWARE);
1532 stop("Can't create alias info", EX_SOFTWARE);
1542 stop("Can't create label info", EX_SOFTWARE);
1552 stop("Can't create conditional info", EX_SOFTWARE);
1562 stop("Can't create macro info", EX_SOFTWARE);
1570 stop("Call to initialize_symbol with invalid symbol type",
1585 stop("Invalid current symbol for adding macro arg",
1592 stop("Can't create macro_arg structure", EX_SOFTWARE);
1600 stop("Regex text buffer too small for arg",
1606 stop("Regex compilation failed", EX_SOFTWARE);
1616 stop("Invalid current symbol for adding macro arg",
1622 stop("Can't duplicate macro body text", EX_SOFTWARE);
1635 stop(errbuf, EX_DATAERR);
1645 stop(errbuf, EX_DATAERR);
1751 stop("illegal shift value", EX_DATAERR);
1778 stop("Invalid shift operation specified", EX_SOFTWARE);
1830 stop(errbuf, EX_DATAERR);
1834 stop("Write Only register specified as source",
1847 stop(errbuf, EX_DATAERR);
1851 stop("Read Only register specified as destination",
1887 stop(errbuf, EX_DATAERR);
1909 stop(errbuf, EX_DATAERR);
1934 stop("Conditional expression '0' "
1949 stop("Conditional expression conflicts with a symbol",
1973 stop("Can't allocate version string", EX_SOFTWARE);
1983 stop(string, EX_DATAERR);
H A Daicasm_macro_gram.y96 stop("Too few arguments for macro invocation",
118 stop("Comma without preceding argument in arg list",
136 stop("Invalid current symbol for adding macro arg",
151 stop("Too many arguments for macro invocation", EX_DATAERR);
156 stop("Unable to replicate replacement text", EX_SOFTWARE);
164 stop(string, EX_DATAERR);
H A Daicasm.c162 stop("-d: Assembler not built with debugging " main()
173 stop(NULL, EX_CANTCREAT); main()
189 stop(NULL, EX_CANTCREAT); main()
197 stop(NULL, EX_CANTCREAT); main()
204 stop(NULL, EX_CANTCREAT); main()
234 stop(NULL, EX_OSERR); main()
239 stop(NULL, EX_OSERR); main()
277 stop("Unterminated conditional expression", EX_DATAERR); main()
302 stop(NULL, 0); main()
337 stop(buf, EX_DATAERR); back_patch()
388 stop("Patch argument list not defined", output_code()
503 stop("Could not malloc patch structure", EX_OSERR); emit_patch()
540 stop(NULL, EX_DATAERR); output_listing()
556 stop("Could not malloc", EX_OSERR); output_listing()
688 stop(const char *string, int err_code) stop() function
739 stop("Unable to malloc instruction object", EX_SOFTWARE); seq_alloc()
753 stop("Unable to malloc critical_section object", EX_SOFTWARE); cs_alloc()
767 stop("Unable to malloc scope object", EX_SOFTWARE); scope_alloc()
838 stop("Unexpected scope type encountered", EX_SOFTWARE); process_scope()
/linux-4.1.27/arch/s390/include/asm/
H A Dtermios.h14 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/sh/include/asm/
H A Dstacktrace.h14 /* On negative return stop dumping */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dcacheflush.h45 extern void flush_dcache_range(unsigned long start, unsigned long stop);
47 extern void clean_dcache_range(unsigned long start, unsigned long stop);
48 extern void invalidate_dcache_range(unsigned long start, unsigned long stop);
51 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop);
52 extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S96 * terminates with 'stop SPU_RESTORE_COMPLETE',
101 * following the 'stop 0x3ffc' have been modified at run
110 stop SPU_RESTORE_COMPLETE
111 stop 0
112 stop 0
113 stop 0
H A Dspu_save_crt0.S92 * stop-and-signal with code=0.
98 stop 0x0
H A Dspu_restore.c42 #define STOP_INSTR 0x00000000 /* stop 0x0 */
44 #define RESTORE_COMPLETE 0x00003ffc /* stop 0x3ffc */
191 * Issue a stop-and-signal instruction with restore_complete()
212 * followed by stop-and-signal instruction after restore_complete()
221 * by stop-and-signal instruction after end of restore_complete()
273 /* SPU_Status[P]=1. Add stop-and-signal instruction restore_complete()
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpss106 stop() function
145 stop
170 stop
185 stop)
186 stop
198 echo $"Usage: $0 {start|stop|restart|status|unload}"
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dscan.c211 /* don't stop scanning automatically when something is found */ wl18xx_scan_sched_scan_config()
296 struct wl18xx_cmd_scan_stop *stop; __wl18xx_scan_stop() local
299 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); __wl18xx_scan_stop()
301 stop = kzalloc(sizeof(*stop), GFP_KERNEL); __wl18xx_scan_stop()
302 if (!stop) { __wl18xx_scan_stop()
303 wl1271_error("failed to alloc memory to send sched scan stop"); __wl18xx_scan_stop()
307 stop->role_id = wlvif->role_id; __wl18xx_scan_stop()
308 stop->scan_type = scan_type; __wl18xx_scan_stop()
310 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); __wl18xx_scan_stop()
312 wl1271_error("failed to send sched scan stop command"); __wl18xx_scan_stop()
317 kfree(stop); __wl18xx_scan_stop()
H A Dcmd.c120 wl1271_debug(DEBUG_CMD, "cmd smart config stop"); wl18xx_cmd_smart_config_stop()
130 wl1271_error("failed to send smart config stop command"); wl18xx_cmd_smart_config_stop()
182 wlvif->channel, start ? "start" : "stop"); wl18xx_cmd_set_cac()
/linux-4.1.27/include/sound/
H A Dsh_dac_audio.h18 void (*stop)(struct dac_audio_pdata *pd); member in struct:dac_audio_pdata
H A Di2c.h41 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */ member in struct:snd_i2c_bit_ops
H A Drcar_snd.h101 int (*stop)(int id); member in struct:rcar_snd_info
/linux-4.1.27/arch/avr32/include/asm/
H A Dtermios.h15 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/arm/kernel/
H A Dunwind.c112 * origin = first entry with positive offset (or stop if there is no such entry)
113 * stop - 1 = last entry
118 const struct unwind_idx *stop) search_index()
123 __func__, addr, start, origin, stop); search_index()
131 stop = origin; search_index()
133 /* positive offsets: [origin; stop) */ search_index()
139 while (start < stop - 1) { search_index()
140 const struct unwind_idx *mid = start + ((stop - start) >> 1); search_index()
148 stop = mid; search_index()
166 const struct unwind_idx *start, const struct unwind_idx *stop) unwind_find_origin()
168 pr_debug("%s(%p, %p)\n", __func__, start, stop); unwind_find_origin()
169 while (start < stop) { unwind_find_origin()
170 const struct unwind_idx *mid = start + ((stop - start) >> 1); unwind_find_origin()
177 stop = mid; unwind_find_origin()
179 pr_debug("%s -> %p\n", __func__, stop); unwind_find_origin()
180 return stop; unwind_find_origin()
210 table->stop); unwind_find_idx()
527 tab->stop = (const struct unwind_idx *)(start + size); unwind_table_add()
528 tab->origin = unwind_find_origin(tab->start, tab->stop); unwind_table_add()
115 search_index(unsigned long addr, const struct unwind_idx *start, const struct unwind_idx *origin, const struct unwind_idx *stop) search_index() argument
165 unwind_find_origin( const struct unwind_idx *start, const struct unwind_idx *stop) unwind_find_origin() argument
H A Dreboot.c99 * Halting simply requires that the secondary CPUs stop performing any
113 * Power-off simply requires that the secondary CPUs stop performing any
128 * Restart requires that the secondary CPUs stop performing any activity
/linux-4.1.27/arch/s390/kvm/
H A Dguestdbg.c18 * Extends the address range given by *start and *stop to include the address
22 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) extend_address_range() argument
34 if ((*start == 0) && (*stop == 0)) { extend_address_range()
36 *stop = estop; extend_address_range()
37 } else if (*start <= *stop) { extend_address_range()
41 if (estop > *stop) extend_address_range()
42 *stop = estop; extend_address_range()
44 /* "overflowing" interval, whereby *stop > *start */ extend_address_range()
45 if (estart <= *stop) { extend_address_range()
46 if (estop > *stop) extend_address_range()
47 *stop = estop; extend_address_range()
53 else if ((estop - *stop) < (*start - estart)) extend_address_range()
54 *stop = estop; extend_address_range()
H A Dtrace-s390.h78 * Trace point for start and stop of vpcus.
104 {KVM_S390_SIGP_STOP, "sigp stop"}, \
216 * Trace point for a vcpu's stop requests.
232 TP_printk("stop request, stop irq = %u, flags = %08x",
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-hix5hd2.c92 int stop; member in struct:hix5hd2_i2c_priv
186 dev_dbg(priv->dev, "%s: rw and send stop over\n", __func__); hix5hd2_rw_over()
196 if (priv->stop) { hix5hd2_rw_handle_stop()
266 goto stop; hix5hd2_i2c_irq()
272 goto stop; hix5hd2_i2c_irq()
281 goto stop; hix5hd2_i2c_irq()
292 stop: hix5hd2_i2c_irq()
306 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) hix5hd2_i2c_message_start() argument
326 struct i2c_msg *msgs, int stop) hix5hd2_i2c_xfer_msg()
334 priv->stop = stop; hix5hd2_i2c_xfer_msg()
339 hix5hd2_i2c_message_start(priv, stop); hix5hd2_i2c_xfer_msg()
353 * If this is the last message to be transfered (stop == 1) hix5hd2_i2c_xfer_msg()
356 if (priv->state == HIX5I2C_STAT_RW_SUCCESS && stop) hix5hd2_i2c_xfer_msg()
369 int i, ret, stop; hix5hd2_i2c_xfer() local
374 stop = (i == num - 1); hix5hd2_i2c_xfer()
375 ret = hix5hd2_i2c_xfer_msg(priv, msgs, stop); hix5hd2_i2c_xfer()
325 hix5hd2_i2c_xfer_msg(struct hix5hd2_i2c_priv *priv, struct i2c_msg *msgs, int stop) hix5hd2_i2c_xfer_msg() argument
H A Di2c-exynos5.c449 goto stop; exynos5_i2c_irq()
453 goto stop; exynos5_i2c_irq()
457 goto stop; exynos5_i2c_irq()
461 goto stop; exynos5_i2c_irq()
468 goto stop; exynos5_i2c_irq()
472 goto stop; exynos5_i2c_irq()
476 goto stop; exynos5_i2c_irq()
480 goto stop; exynos5_i2c_irq()
516 stop: exynos5_i2c_irq()
558 * stop: Enables stop after transfer if set. Set for last transfer of
565 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) exynos5_i2c_message_start() argument
616 if (stop == 1) exynos5_i2c_message_start()
625 struct i2c_msg *msgs, int stop) exynos5_i2c_xfer_msg()
636 exynos5_i2c_message_start(i2c, stop); exynos5_i2c_xfer_msg()
646 * If this is the last message to be transfered (stop == 1) exynos5_i2c_xfer_msg()
649 if (ret == 0 && stop) exynos5_i2c_xfer_msg()
667 int i = 0, ret = 0, stop = 0; exynos5_i2c_xfer() local
677 stop = (i == num - 1); exynos5_i2c_xfer()
679 ret = exynos5_i2c_xfer_msg(i2c, msgs, stop); exynos5_i2c_xfer()
624 exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c, struct i2c_msg *msgs, int stop) exynos5_i2c_xfer_msg() argument
H A Di2c-sh7760.c49 #define MCR_FSB 0x02 /* force stop bit */
54 #define MSR_MST 0x10 /* sent a stop */
62 #define MIE_MSTE 0x10 /* stop irq en */
135 * do a normal i2c stop. Then wait at least 1 ms before sh7760_i2c_irq()
136 * attempting another transfer or ctl will stop working sh7760_i2c_irq()
151 /* i2c-stop was sent */ sh7760_i2c_irq()
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_amanda.c93 unsigned int dataoff, start, stop, off, i; amanda_help() local
121 stop = skb_find_text(skb, start, skb->len, amanda_help()
123 if (stop == UINT_MAX) amanda_help()
125 stop += start; amanda_help()
128 off = skb_find_text(skb, start, stop, search[i].ts); amanda_help()
133 len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off); amanda_help()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h86 // stop DMA channel
89 s.stop = regk_dma_yes; \
95 c.stop = regk_dma_no; \
/linux-4.1.27/include/linux/i2c/
H A Dpxa-i2c.h35 * 11. SSDIE 0 (Disables interrupts from a slave stop detected, in slave mode)
42 * 4. MA 0 (Only send stop with the ICR stop bit)
/linux-4.1.27/arch/x86/um/
H A Dstub_32.S50 /* stop */
H A Dstub_64.S65 /* stop */
/linux-4.1.27/fs/proc/
H A Dinterrupts.c32 .stop = int_seq_stop,
H A Ddevices.c49 .stop = devinfo_stop,
H A Dconsoles.c91 .stop = c_stop,
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dmonwriter.h14 #define MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */
/linux-4.1.27/arch/arm/include/asm/
H A Dcompiler.h9 * will cause compilation to stop on mismatch.
H A Dunwind.h41 const struct unwind_idx *stop; member in struct:unwind_table
/linux-4.1.27/include/asm-generic/
H A Dscatterlist.h23 * returns, or alternatively stop on the first sg_dma_len(sg) which
/linux-4.1.27/kernel/power/
H A Dswap.c450 ktime_t stop; save_image() local
473 stop = ktime_get(); save_image()
478 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); save_image()
488 atomic_t stop; /* ready to stop flag */ member in struct:crc_data
510 atomic_set(&d->stop, 1); crc32_threadfn()
519 atomic_set(&d->stop, 1); crc32_threadfn()
530 atomic_t stop; /* ready to stop flag */ member in struct:cmp_data
554 atomic_set(&d->stop, 1); lzo_compress_threadfn()
563 atomic_set(&d->stop, 1); lzo_compress_threadfn()
585 ktime_t stop; save_image_lzo() local
717 atomic_read(&data[thr].stop)); save_image_lzo()
718 atomic_set(&data[thr].stop, 0); save_image_lzo()
757 wait_event(crc->done, atomic_read(&crc->stop)); save_image_lzo()
758 atomic_set(&crc->stop, 0); save_image_lzo()
763 stop = ktime_get(); save_image_lzo()
768 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); save_image_lzo()
970 ktime_t stop; load_image() local
1000 stop = ktime_get(); load_image()
1009 swsusp_show_speed(start, stop, nr_to_read, "Read"); load_image()
1019 atomic_t stop; /* ready to stop flag */ member in struct:dec_data
1042 atomic_set(&d->stop, 1); lzo_decompress_threadfn()
1051 atomic_set(&d->stop, 1); lzo_decompress_threadfn()
1072 ktime_t stop; load_image_lzo() local
1239 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1240 atomic_set(&crc->stop, 0); load_image_lzo()
1295 atomic_read(&data[thr].stop)); load_image_lzo()
1296 atomic_set(&data[thr].stop, 0); load_image_lzo()
1344 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1345 atomic_set(&crc->stop, 0); load_image_lzo()
1347 stop = ktime_get(); load_image_lzo()
1363 swsusp_show_speed(start, stop, nr_to_read, "Read"); load_image_lzo()
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dscan.c195 wl1271_debug(DEBUG_CMD, "cmd scan stop"); wl12xx_scan_stop()
342 /* don't stop scanning automatically when something is found */ wl1271_scan_sched_scan_config()
471 struct wl1271_cmd_sched_scan_stop *stop; wl12xx_scan_sched_scan_stop() local
474 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); wl12xx_scan_sched_scan_stop()
476 /* FIXME: what to do if alloc'ing to stop fails? */ wl12xx_scan_sched_scan_stop()
477 stop = kzalloc(sizeof(*stop), GFP_KERNEL); wl12xx_scan_sched_scan_stop()
478 if (!stop) { wl12xx_scan_sched_scan_stop()
479 wl1271_error("failed to alloc memory to send sched scan stop"); wl12xx_scan_sched_scan_stop()
483 stop->role_id = wlvif->role_id; wl12xx_scan_sched_scan_stop()
484 stop->tag = WL1271_SCAN_DEFAULT_TAG; wl12xx_scan_sched_scan_stop()
486 ret = wl1271_cmd_send(wl, CMD_STOP_PERIODIC_SCAN, stop, wl12xx_scan_sched_scan_stop()
487 sizeof(*stop), 0); wl12xx_scan_sched_scan_stop()
489 wl1271_error("failed to send sched scan stop command"); wl12xx_scan_sched_scan_stop()
494 kfree(stop); wl12xx_scan_sched_scan_stop()
/linux-4.1.27/drivers/video/fbdev/
H A Dep93xx-fb.c234 unsigned int vlines_total, hclks_total, start, stop; ep93xxfb_set_timing() local
246 stop = vlines_total - info->var.vsync_len; ep93xxfb_set_timing()
247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC); ep93xxfb_set_timing()
250 stop = info->var.lower_margin - 1; ep93xxfb_set_timing()
251 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK); ep93xxfb_set_timing()
252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE); ep93xxfb_set_timing()
255 stop = vlines_total + 1; ep93xxfb_set_timing()
256 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK); ep93xxfb_set_timing()
259 stop = hclks_total - info->var.hsync_len; ep93xxfb_set_timing()
260 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HSYNC); ep93xxfb_set_timing()
263 stop = info->var.right_margin - 1; ep93xxfb_set_timing()
264 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HBLANK); ep93xxfb_set_timing()
265 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HACTIVE); ep93xxfb_set_timing()
268 stop = hclks_total; ep93xxfb_set_timing()
269 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HCLK); ep93xxfb_set_timing()
/linux-4.1.27/drivers/staging/speakup/
H A Dbuffers.c20 * So we only stop when we know alive == 1 (else we discard the data anyway),
65 /* This makes sure that we won't stop TTYs if there is no synth synth_buffer_add()
/linux-4.1.27/arch/xtensa/include/asm/
H A Dplatform.h38 * platform_halt is called to stop the system and halt.
43 * platform_power_off is called to stop the system and power it off.
/linux-4.1.27/arch/sh/kernel/
H A Dreboot.c60 /* stop other cpus */ native_machine_halt()
63 /* stop this cpu */ native_machine_halt()
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/
H A Djz4740_fb.h35 #define JZ4740_FB_SPECIAL_TFT_CONFIG(start, stop) (((start) << 16) | (stop))
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dtermios.h34 char t_suspc; /* stop process signal */
35 char t_dsuspc; /* delayed stop process signal */
H A Dtermbits.h92 #define IXON 0002000 /* Enable start/stop output control. */
93 #define IXANY 0004000 /* Any character will restart after stop. */
94 #define IXOFF 0010000 /* Enable start/stop input control. */
160 #define CSTOPB 0000100 /* Two stop bits instead of one. */
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-io.h48 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */
H A Dtraps.c572 unsigned long tos = 0, stop = 0, base; show_backtrace() local
580 stop = (unsigned long) frame; show_backtrace()
587 //printk("%08lx -> %08lx\n", tos, stop); show_backtrace()
589 while (tos < stop) { show_backtrace()
620 stop = (unsigned long) frame->next_frame; show_backtrace()
621 if (stop != base && show_backtrace()
622 (stop < tos || show_backtrace()
623 stop > base || show_backtrace()
624 (stop < base && stop + sizeof(*frame) > base) || show_backtrace()
625 stop & 3)) { show_backtrace()
627 stop, tos, base); show_backtrace()
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_wx.c52 char *start, char *stop, rtl819x_translate_scan()
69 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
78 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
82 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
86 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
100 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
110 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
119 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
129 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
180 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
185 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
201 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
208 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
218 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
227 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
238 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
251 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
265 char *stop = ev + wrqu->data.length; rtllib_wx_get_scan() local
275 if ((stop - ev) < 200) { rtllib_wx_get_scan()
281 ev = rtl819x_translate_scan(ieee, ev, stop, network, rtllib_wx_get_scan()
51 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c55 char *start, char *stop, rtl819x_translate_scan()
72 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_ADDR_LEN); rtl819x_translate_scan()
81 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>"); rtl819x_translate_scan()
84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); rtl819x_translate_scan()
96 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_CHAR_LEN); rtl819x_translate_scan()
105 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_UINT_LEN); rtl819x_translate_scan()
115 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_FREQ_LEN); rtl819x_translate_scan()
123 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); rtl819x_translate_scan()
170 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
175 start = iwe_stream_add_point(info, start, stop, &iwe, custom); rtl819x_translate_scan()
190 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_QUAL_LEN); rtl819x_translate_scan()
196 start = iwe_stream_add_point(info, start, stop, &iwe, custom); rtl819x_translate_scan()
210 start = iwe_stream_add_point(info, start, stop, &iwe, buf); rtl819x_translate_scan()
225 start = iwe_stream_add_point(info, start, stop, &iwe, buf); rtl819x_translate_scan()
237 start = iwe_stream_add_point(info, start, stop, &iwe, custom); rtl819x_translate_scan()
250 // char *stop = ev + IW_SCAN_MAX_DATA; ieee80211_wx_get_scan()
251 char *stop = ev + wrqu->data.length;//IW_SCAN_MAX_DATA; ieee80211_wx_get_scan() local
252 //char *stop = ev + IW_SCAN_MAX_DATA; ieee80211_wx_get_scan()
261 if((stop-ev)<200) ieee80211_wx_get_scan()
268 ev = rtl819x_translate_scan(ieee, ev, stop, network, info); ieee80211_wx_get_scan()
54 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) rtl819x_translate_scan() argument
H A Ddot11d.c66 * stop processing. Dot11d_UpdateCountryIe()
72 /* It is not a valid set of channel id, so stop Dot11d_UpdateCountryIe()
/linux-4.1.27/drivers/watchdog/
H A Dpnx4008_wdt.c89 /* stop counter, initiate counter reset */ pnx4008_wdt_start()
94 /* internal and external reset, stop after that */ pnx4008_wdt_start()
103 /*enable counter, stop when debugger active */ pnx4008_wdt_start()
114 writel(0, WDTIM_CTRL(wdt_base)); /*stop counter */ pnx4008_wdt_stop()
136 .stop = pnx4008_wdt_stop,
H A Dmtx-1_wdt.c60 struct completion stop; member in struct:__anon10690
84 complete(&mtx1_wdt_device.stop); mtx1_wdt_trigger()
219 init_completion(&mtx1_wdt_device.stop); mtx1_wdt_probe()
240 wait_for_completion(&mtx1_wdt_device.stop); mtx1_wdt_remove()
H A Dcpu5wdt.c62 struct completion stop; member in struct:__anon10666
89 complete(&cpu5wdt_device.stop); cpu5wdt_trigger()
133 pr_crit("stop not possible\n"); cpu5wdt_stop()
225 init_completion(&cpu5wdt_device.stop); cpu5wdt_init()
267 wait_for_completion(&cpu5wdt_device.stop); cpu5wdt_exit()
H A Dbcm47xx_wdt.c94 .stop = bcm47xx_wdt_hard_stop,
168 wdt->wdd.ops->stop(&wdt->wdd); bcm47xx_wdt_notify_sys()
186 .stop = bcm47xx_wdt_soft_stop,
H A Dep93xx_wdt.c20 * wdt each ~200msec and eventually stop doing it if the user space
105 .stop = ep93xx_wdt_stop,
H A Dorion_wdt.c63 int (*stop)(struct watchdog_device *); member in struct:orion_watchdog_data
315 return dev->data->stop(wdt_dev); orion_wdt_stop()
367 .stop = orion_wdt_stop,
409 .stop = orion_stop,
419 .stop = armada370_stop,
429 .stop = armada370_stop,
440 .stop = armada375_stop,
451 .stop = armada375_stop,
H A Drdc321x_wdt.c57 struct completion stop; member in struct:__anon10696
93 complete(&rdc321x_wdt_device.stop); rdc321x_wdt_trigger()
260 init_completion(&rdc321x_wdt_device.stop); rdc321x_wdt_probe()
278 wait_for_completion(&rdc321x_wdt_device.stop); rdc321x_wdt_remove()
H A Dwatchdog_dev.c119 * watchdog_stop: wrapper to stop the watchdog.
120 * @wddev: the watchdog device to stop
148 err = wddev->ops->stop(wddev); watchdog_stop()
458 * stop the watchdog when we have received the magic char (and nowayout
468 * We only stop the watchdog if we received the magic character watchdog_release()
482 dev_crit(wdd->dev, "watchdog did not stop!\n"); watchdog_release()
/linux-4.1.27/include/linux/
H A Dsignal.h335 * stop - stop all the threads in the group, i.e. TASK_STOPPED state
361 * | SIGSTOP | stop(*)(+) |
362 * | SIGTSTP | stop(*) |
363 * | SIGTTIN | stop(*) |
364 * | SIGTTOU | stop(*) |
385 * from TASK_STOPPED state and also clears any pending/queued stop signals
386 * (any of those marked with "stop(*)"). This happens regardless of blocking,
387 * catching, or ignoring SIGCONT. When any stop signal is sent, it clears
389 * catching, or ignored the stop signal, though (except for SIGSTOP) the
H A Disicom.h42 /* stop bits */
H A Dptrace.h133 * ptrace_event - possibly stop for a ptrace event notification
155 * ptrace_event_pid - possibly stop for a ptrace event notification
348 * @code: current->exit_code value ptrace will stop with
349 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
357 * if the thread has not been back to user mode since the last stop, the
361 * may include arch-specific operations necessary prior to a ptrace stop.
369 * @code: current->exit_code value ptrace will stop with
370 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
377 * we only do it when the arch requires it for this particular stop, as
H A Dwatchdog.h24 * @stop: The routine for stopping the watchdog device.
35 * these operations. The start and stop function are mandatory, all other
42 int (*stop)(struct watchdog_device *); member in struct:watchdog_ops
H A Dsmpboot.h22 * should stop (module exit)
H A Dadb.h45 /* Messages sent thru the client_list notifier. You should NOT stop
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c60 char *start, char *stop, libipw_translate_scan()
75 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); libipw_translate_scan()
83 start = iwe_stream_add_point(info, start, stop, libipw_translate_scan()
90 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); libipw_translate_scan()
100 start = iwe_stream_add_event(info, start, stop, libipw_translate_scan()
110 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); libipw_translate_scan()
119 start = iwe_stream_add_point(info, start, stop, libipw_translate_scan()
141 stop, &iwe, IW_EV_PARAM_LEN); libipw_translate_scan()
149 stop, &iwe, IW_EV_PARAM_LEN); libipw_translate_scan()
199 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); libipw_translate_scan()
206 start = iwe_stream_add_point(info, start, stop, &iwe, custom); libipw_translate_scan()
214 start = iwe_stream_add_point(info, start, stop, &iwe, buf); libipw_translate_scan()
223 start = iwe_stream_add_point(info, start, stop, &iwe, buf); libipw_translate_scan()
235 start = iwe_stream_add_point(info, start, stop, &iwe, custom); libipw_translate_scan()
256 start = iwe_stream_add_point(info, start, stop, &iwe, custom); libipw_translate_scan()
273 char *stop = ev + wrqu->data.length; libipw_wx_get_scan() local
282 if (stop - ev < SCAN_ITEM_SIZE) { libipw_wx_get_scan()
289 ev = libipw_translate_scan(ieee, ev, stop, network, libipw_wx_get_scan()
59 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) libipw_translate_scan() argument
/linux-4.1.27/tools/perf/bench/
H A Dsched-pipe.c82 struct timeval start, stop, diff; bench_sched_pipe() local
148 gettimeofday(&stop, NULL); bench_sched_pipe()
149 timersub(&stop, &start, &diff); bench_sched_pipe()
H A Dnuma.c1029 struct timeval start0, start, stop, diff; worker_thread() local
1088 start = stop = start0; worker_thread()
1092 start = stop; worker_thread()
1126 gettimeofday(&stop, NULL); worker_thread()
1130 timersub(&stop, &start0, &diff); worker_thread()
1138 if (start.tv_sec == stop.tv_sec) worker_thread()
1145 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { worker_thread()
1150 last_perturbance = stop.tv_sec; worker_thread()
1173 timersub(&stop, &start, &diff); worker_thread()
1186 timersub(&stop, &start0, &diff); worker_thread()
1193 gettimeofday(&stop, NULL); worker_thread()
1194 timersub(&stop, &start0, &diff); worker_thread()
1414 struct timeval start, stop, diff; __bench_numa() local
1472 gettimeofday(&stop, NULL); __bench_numa()
1474 timersub(&stop, &start, &diff); __bench_numa()
1483 start = stop; __bench_numa()
1509 gettimeofday(&stop, NULL); __bench_numa()
1510 timersub(&stop, &start, &diff); __bench_numa()
/linux-4.1.27/drivers/mmc/host/
H A Dmvsdio.c199 if (data->stop) { mvsd_request()
200 struct mmc_command *stop = data->stop; mvsd_request() local
203 mvsd_write(MVSD_AUTOCMD12_ARG_LOW, stop->arg & 0xffff); mvsd_request()
204 mvsd_write(MVSD_AUTOCMD12_ARG_HI, stop->arg >> 16); mvsd_request()
206 if (stop->flags & MMC_RSP_BUSY) mvsd_request()
208 if (stop->flags & MMC_RSP_OPCODE) mvsd_request()
210 cmd12reg |= MVSD_AUTOCMD12_INDEX(stop->opcode); mvsd_request()
322 if (data->stop) { mvsd_finish_data()
326 data->stop->resp[0] = ((response[2] & 0x003f) << (8 - 8)) | mvsd_finish_data()
329 data->stop->resp[1] = ((response[0] & 0xfc00) >> 10); mvsd_finish_data()
330 data->stop->resp[2] = 0; mvsd_finish_data()
331 data->stop->resp[3] = 0; mvsd_finish_data()
337 data->stop->error = -ENOEXEC; mvsd_finish_data()
339 data->stop->error = -ETIMEDOUT; mvsd_finish_data()
341 data->stop->error = -EILSEQ; mvsd_finish_data()
H A Ddw_mmc.c117 struct mmc_command *stop; dw_mci_req_show() local
127 stop = mrq->stop; dw_mci_req_show()
139 if (stop) dw_mci_req_show()
142 stop->opcode, stop->arg, stop->flags, dw_mci_req_show()
143 stop->resp[0], stop->resp[1], stop->resp[2], dw_mci_req_show()
144 stop->resp[2], stop->error); dw_mci_req_show()
265 * We need to disable low power mode (automatic clock stop) dw_mci_prepare_command()
309 struct mmc_command *stop; dw_mci_prep_stop_abort() local
315 stop = &host->stop_abort; dw_mci_prep_stop_abort()
317 memset(stop, 0, sizeof(struct mmc_command)); dw_mci_prep_stop_abort()
325 stop->opcode = MMC_STOP_TRANSMISSION; dw_mci_prep_stop_abort()
326 stop->arg = 0; dw_mci_prep_stop_abort()
327 stop->flags = MMC_RSP_R1B | MMC_CMD_AC; dw_mci_prep_stop_abort()
329 stop->opcode = SD_IO_RW_DIRECT; dw_mci_prep_stop_abort()
330 stop->arg |= (1 << 31) | (0 << 28) | (SDIO_CCCR_ABORT << 9) | dw_mci_prep_stop_abort()
332 stop->flags = MMC_RSP_SPI_R5 | MMC_RSP_R5 | MMC_CMD_AC; dw_mci_prep_stop_abort()
337 cmdr = stop->opcode | SDMMC_CMD_STOP | dw_mci_prep_stop_abort()
385 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; send_stop_abort() local
386 dw_mci_start_command(host, stop, host->stop_cmdr); send_stop_abort()
393 host->dma_ops->stop(host); dw_mci_stop_dma()
457 * send the stop command or waiting for NBUSY in this case. dw_mci_idmac_complete_dma()
664 .stop = dw_mci_idmac_stop_dma,
840 host->dma_ops->stop(host); dw_mci_submit_data_dma()
1080 if (mrq->stop) __dw_mci_start_request()
1081 host->stop_cmdr = dw_mci_prepare_command(slot->mmc, mrq->stop); __dw_mci_start_request()
1366 * Low power mode will stop the card clock when idle. According to the dw_mci_init_card()
1636 if (data->stop || dw_mci_tasklet_func()
1661 * This has the advantage of sending the stop command. dw_mci_tasklet_func()
1666 if (data->stop || dw_mci_tasklet_func()
1687 if (!data->stop || mrq->sbc) { dw_mci_tasklet_func()
1688 if (mrq->sbc && data->stop) dw_mci_tasklet_func()
1689 data->stop->error = 0; dw_mci_tasklet_func()
1694 /* stop command for open-ended transfer*/ dw_mci_tasklet_func()
1695 if (data->stop) dw_mci_tasklet_func()
1717 * stop-abort command has been already issued. dw_mci_tasklet_func()
1735 if (mrq->stop) dw_mci_tasklet_func()
1736 dw_mci_command_complete(host, mrq->stop); dw_mci_tasklet_func()
2519 host->dma_ops->stop && host->dma_ops->cleanup) { dw_mci_init_dma()
H A Dusdhi6rol0.c908 (mrq->stop && mrq->stop->error)) usdhi6_request_done()
914 mrq->stop ? mrq->stop->error : 1); usdhi6_request_done()
946 if (!mrq->stop) usdhi6_cmd_flags()
1013 if (mrq->stop) usdhi6_rq_start()
1060 data->sg->offset, mrq->stop ? " + stop" : ""); usdhi6_rq_start()
1162 struct mmc_command *cmd = host->mrq->stop; usdhi6_resp_cmd12()
1302 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) { usdhi6_stop_cmd()
1309 "unsupported stop CMD%d for CMD%d\n", usdhi6_stop_cmd()
1310 mrq->stop->opcode, mrq->cmd->opcode); usdhi6_stop_cmd()
1311 mrq->stop->error = -EOPNOTSUPP; usdhi6_stop_cmd()
1334 if (!mrq->stop) usdhi6_end_cmd()
1386 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); usdhi6_mread_block()
1413 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); usdhi6_mwrite_block()
1466 if (mrq->stop) usdhi6_sd_bh()
1467 mrq->stop->error = ret; usdhi6_sd_bh()
1474 mrq->stop->error = 0; usdhi6_sd_bh()
1502 host->mrq->stop && usdhi6_sd_bh()
1503 !host->mrq->stop->error && usdhi6_sd_bh()
1661 mrq->stop->error = -ETIMEDOUT; usdhi6_timeout_work()
H A Datmel-mci.c125 * @stop_cmdr: Value to be loaded into CMDR when the stop command is
150 * @stop_transfer: function to stop data transfer which depends on MCI
289 struct mmc_command *stop; atmci_req_show() local
299 stop = mrq->stop; atmci_req_show()
311 if (stop) atmci_req_show()
314 stop->opcode, stop->arg, stop->flags, atmci_req_show()
315 stop->resp[0], stop->resp[1], stop->resp[2], atmci_req_show()
316 stop->resp[3], stop->error); atmci_req_show()
727 dev_dbg(&host->pdev->dev, "send stop command\n"); atmci_send_stop_cmd()
728 atmci_send_command(host, data->stop, host->stop_cmdr); atmci_send_stop_cmd()
865 * to send the stop command or waiting for NBUSY in this case. atmci_dma_complete()
1212 if (mrq->stop) { atmci_start_request()
1213 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop); atmci_start_request()
1226 * conditions (e.g. command and data complete, but stop not atmci_start_request()
1622 mrq->stop->error = -ENOMEDIUM; atmci_detect_change()
1634 if (mrq->stop) atmci_detect_change()
1635 mrq->stop->error = -ENOMEDIUM; atmci_detect_change()
1746 } else if (host->mrq->stop) { atmci_tasklet_func()
1761 * requiring waiting not busy signal (stop command atmci_tasklet_func()
1763 * we need to send a stop command. atmci_tasklet_func()
1776 * there is data transfer, there is no stop atmci_tasklet_func()
1779 if (host->mrq->stop) { atmci_tasklet_func()
1800 * sending stop again. atmci_tasklet_func()
1811 atmci_command_complete(host, mrq->stop); atmci_tasklet_func()
1812 if (mrq->stop->error) { atmci_tasklet_func()
2089 * data transmission if you have not sent a stop command. atmci_interrupt()
H A Dwmt-sdmmc.c317 if (!req->data->stop) { wmt_complete_data_request()
323 * stored in the stop struct rather than the original wmt_complete_data_request()
328 priv->cmd = req->data->stop; wmt_complete_data_request()
329 wmt_mci_send_command(priv->mmc, req->data->stop->opcode, wmt_complete_data_request()
330 7, req->data->stop->arg, 9); wmt_complete_data_request()
405 ((priv->req->data->stop) && (priv->cmd == priv->req->data->stop))) { wmt_mci_regular_isr()
585 * stop command wmt_mci_request()
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
H A Dfec.h14 #define FEC_ENET_GRA 0x10000000U /* Graceful stop complete */
/linux-4.1.27/drivers/media/platform/coda/
H A Dcoda-h264.c33 /* Add rbsp stop bit and trailing at the end */ coda_h264_padding()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c57 int stop; member in struct:daqp_private
162 if (devpriv->stop) daqp_ai_cancel()
219 * and stop conversion if zero daqp_interrupt()
275 if (devpriv->stop) daqp_ai_insn_read()
457 if (devpriv->stop) daqp_ai_cmd()
506 * If we don't have a stop count, then use half the size of daqp_ai_cmd()
518 * If we have a stop count, then things get more interesting. daqp_ai_cmd()
519 * If the stop count is less than the FIFO size (actually daqp_ai_cmd()
521 * the stop count itself as the threshold, the card interrupts daqp_ai_cmd()
523 * acquisition at that point and are done. If the stop count daqp_ai_cmd()
528 * the stop count is 4000 samples, we divide by two twice to daqp_ai_cmd()
638 if (devpriv->stop) daqp_ao_insn_write()
666 if (devpriv->stop) daqp_di_insn_bits()
681 if (devpriv->stop) daqp_do_insn_bits()
775 devpriv->stop = 1; daqp_cs_suspend()
786 devpriv->stop = 0; daqp_cs_resume()
/linux-4.1.27/drivers/tty/serial/
H A Dm32r_sio_reg.h109 * UART_LCR_STOP will select 1.5 stop bits, not 2 stop bits.
116 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */
H A Dsuncore.c89 int baud, bits, stop, cflag; sunserial_console_termios() local
126 stop = simple_strtoul(++s, NULL, 0); sunserial_console_termios()
161 switch (stop) { sunserial_console_termios()
/linux-4.1.27/include/net/netfilter/
H A Dnf_conntrack_timestamp.h12 u_int64_t stop; member in struct:nf_conn_tstamp
/linux-4.1.27/include/linux/spi/
H A Dspi_bitbang.h43 /* start or stop queue processing */
/linux-4.1.27/arch/parisc/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/cris/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/arch/ia64/include/asm/
H A Dtermios.h15 start=^Q stop=^S susp=^Z eol=\0
H A Dunistd.h17 * The following defines stop scripts/checksyscalls.sh from complaining about
H A Dirqflags.h30 * - we need a stop-bit before reading PSR because we sometimes
/linux-4.1.27/arch/m32r/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.1.27/samples/pktgen/
H A Dpktgen.conf-1-155 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-1-1-flows63 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-1-1-ip656 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-1-1-ip6-rdos59 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-1-1-rdos60 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-1-265 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-2-162 echo "Running... ctrl^C to stop"
H A Dpktgen.conf-2-269 echo "Running... ctrl^C to stop"
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-leadtek-y04g0051.c54 { 0x0346, KEY_STOP }, /* 2nd stop */
64 { 0x0350, KEY_STOP }, /* 1st stop */
H A Drc-apac-viewcomp.c49 { 0x1d, KEY_PLAYPAUSE }, /* stop */
H A Drc-avermedia-dvbt.c44 { 0x3c, KEY_STOP }, /* 'stop' */
H A Drc-dm1105-nec.c48 { 0x06, KEY_STOP}, /* stop */
H A Drc-proteus-2309.c36 { 0x43, KEY_STOP }, /* stop */
/linux-4.1.27/drivers/media/tuners/
H A Dqt1010_priv.h29 01 a0 ? operation start/stop; start=80, stop=00
/linux-4.1.27/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c160 .name = "stop",
201 .name = "stop",
262 .name = "stop",
322 .name = "stop",
376 .name = "stop",
434 .name = "stop",
576 .name = "stop",
623 .name = "stop",
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_hdmi.h24 void (*stop)(struct sti_hdmi *hdmi); member in struct:hdmi_phy_ops
41 * @phy_ops: phy start/stop operations
/linux-4.1.27/fs/cachefiles/
H A Dinternal.h70 unsigned frun_percent; /* when to stop culling (% files) */
72 unsigned fstop_percent; /* when to stop allocating (% files) */
73 unsigned brun_percent; /* when to stop culling (% blocks) */
75 unsigned bstop_percent; /* when to stop allocating (% blocks) */
78 uint64_t frun; /* when to stop culling */
80 uint64_t fstop; /* when to stop allocating */
81 sector_t brun; /* when to stop culling */
83 sector_t bstop; /* when to stop allocating */
/linux-4.1.27/lib/raid6/test/
H A Dtest.c31 static void makedata(int start, int stop) makedata() argument
35 for (i = start; i <= stop; i++) { makedata()
/linux-4.1.27/sound/oss/
H A Dwaveartist.h48 #define WACMD_INPUTSTOP 0x17 //stop ADC
59 #define WACMD_OUTPUTSTOP 0x27 //stop ADC
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_nsc.c72 unsigned long stop; wait_for_stat() local
80 stop = jiffies + 10 * HZ; wait_for_stat()
87 while (time_before(jiffies, stop)); wait_for_stat()
95 unsigned long stop; nsc_wait_for_ready() local
105 stop = jiffies + 100; nsc_wait_for_ready()
114 while (time_before(jiffies, stop)); nsc_wait_for_ready()
H A Dtpm_i2c_infineon.c314 unsigned long stop; request_locality() local
323 stop = jiffies + chip->vendor.timeout_a; request_locality()
328 } while (time_before(jiffies, stop)); request_locality()
359 unsigned long stop; get_burstcount() local
365 stop = jiffies + chip->vendor.timeout_d; get_burstcount()
377 } while (time_before(jiffies, stop)); get_burstcount()
384 unsigned long stop; wait_for_stat() local
391 stop = jiffies + timeout; wait_for_stat()
399 } while (time_before(jiffies, stop)); wait_for_stat()
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c829 pr_err("%s: %s: general error sending stop command, resp %#x\n", send_stop()
881 * Initial r/w and stop cmd error recovery.
890 * mode. Try to send it a stop command. If this fails, we can't recover.
933 (brq->stop.resp[0] & R1_CARD_ECC_FAILED) || mmc_blk_cmd_recovery()
940 (brq->stop.resp[0] & R1_ERROR)) { mmc_blk_cmd_recovery()
941 pr_err("%s: %s: general error sending stop or status command, stop cmd response %#x, card status %#x\n", mmc_blk_cmd_recovery()
943 brq->stop.resp[0], status); mmc_blk_cmd_recovery()
949 * mode, tell it to stop (and hopefully transition back to TRAN.) mmc_blk_cmd_recovery()
957 pr_err("%s: error %d sending stop command\n", mmc_blk_cmd_recovery()
960 * If the stop cmd also timed out, the card is probably mmc_blk_cmd_recovery()
981 if (!brq->stop.error) mmc_blk_cmd_recovery()
984 /* Now for stop errors. These aren't fatal to the transfer. */ mmc_blk_cmd_recovery()
985 pr_info("%s: error %d sending stop command, original cmd response %#x, card status %#x\n", mmc_blk_cmd_recovery()
986 req->rq_disk->disk_name, brq->stop.error, mmc_blk_cmd_recovery()
990 * Subsitute in our own stop status as this will give the error mmc_blk_cmd_recovery()
994 brq->stop.resp[0] = stop_status; mmc_blk_cmd_recovery()
995 brq->stop.error = 0; mmc_blk_cmd_recovery()
1218 * stop.error indicates a problem with the stop command. Data mmc_blk_err_check()
1221 if (brq->sbc.error || brq->cmd.error || brq->stop.error || mmc_blk_err_check()
1254 /* Check stop command response */ mmc_blk_err_check()
1255 if (brq->stop.resp[0] & R1_ERROR) { mmc_blk_err_check()
1256 pr_err("%s: %s: general error sending stop command, stop cmd response %#x\n", mmc_blk_err_check()
1258 brq->stop.resp[0]); mmc_blk_err_check()
1280 brq->cmd.resp[0], brq->stop.resp[0]); mmc_blk_err_check()
1389 brq->stop.opcode = MMC_STOP_TRANSMISSION; mmc_blk_rw_rq_prep()
1390 brq->stop.arg = 0; mmc_blk_rw_rq_prep()
1427 brq->mrq.stop = &brq->stop; mmc_blk_rw_rq_prep()
1431 brq->mrq.stop = NULL; mmc_blk_rw_rq_prep()
1438 if (brq->mrq.stop) mmc_blk_rw_rq_prep()
1439 brq->stop.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | mmc_blk_rw_rq_prep()
1444 if (brq->mrq.stop) mmc_blk_rw_rq_prep()
1445 brq->stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | mmc_blk_rw_rq_prep()
1467 * CMD12 (stop) needs to be sent anyway. This, coupled mmc_blk_rw_rq_prep()
1698 brq->mrq.stop = &brq->stop; mmc_blk_packed_hdr_wrq_prep()
1714 brq->stop.opcode = MMC_STOP_TRANSMISSION; mmc_blk_packed_hdr_wrq_prep()
1715 brq->stop.arg = 0; mmc_blk_packed_hdr_wrq_prep()
1716 brq->stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC; mmc_blk_packed_hdr_wrq_prep()
H A Dqueue.h13 struct mmc_command stop; member in struct:mmc_blk_request
H A Dmmc_test.c194 BUG_ON(!mrq || !mrq->cmd || !mrq->data || !mrq->stop); mmc_test_prepare_mrq()
211 mrq->stop = NULL; mmc_test_prepare_mrq()
213 mrq->stop->opcode = MMC_STOP_TRANSMISSION; mmc_test_prepare_mrq()
214 mrq->stop->arg = 0; mmc_test_prepare_mrq()
215 mrq->stop->flags = MMC_RSP_R1B | MMC_CMD_AC; mmc_test_prepare_mrq()
275 struct mmc_command stop = {0}; mmc_test_buffer_transfer() local
282 mrq.stop = &stop; mmc_test_buffer_transfer()
683 mrq->stop = NULL; mmc_test_prepare_broken_mrq()
706 if (!ret && mrq->stop && mrq->stop->error) mmc_test_check_result()
707 ret = mrq->stop->error; mmc_test_check_result()
747 if (!ret && mrq->stop && mrq->stop->error) mmc_test_check_broken_result()
748 ret = mrq->stop->error; mmc_test_check_broken_result()
768 struct mmc_command *stop, mmc_test_nonblock_reset()
774 memset(stop, 0, sizeof(struct mmc_command)); mmc_test_nonblock_reset()
778 mrq->stop = stop; mmc_test_nonblock_reset()
851 struct mmc_command stop = {0}; mmc_test_simple_transfer() local
856 mrq.stop = &stop; mmc_test_simple_transfer()
876 struct mmc_command stop = {0}; mmc_test_broken_transfer() local
883 mrq.stop = &stop; mmc_test_broken_transfer()
766 mmc_test_nonblock_reset(struct mmc_request *mrq, struct mmc_command *cmd, struct mmc_command *stop, struct mmc_data *data) mmc_test_nonblock_reset() argument
/linux-4.1.27/drivers/net/irda/
H A Dirtty-sir.c274 * Function irtty_stop_receiver (tty, stop)
278 static inline void irtty_stop_receiver(struct tty_struct *tty, int stop) irtty_stop_receiver() argument
287 if (stop) irtty_stop_receiver()
350 if (tty->ops->stop) irtty_stop_dev()
351 tty->ops->stop(tty); irtty_stop_dev()
433 /* stop the underlying driver */ irtty_open()
435 if (tty->ops->stop) irtty_open()
436 tty->ops->stop(tty); irtty_open()
516 if (tty->ops->stop) irtty_close()
517 tty->ops->stop(tty); irtty_close()
/linux-4.1.27/kernel/
H A Djump_label.c48 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) jump_label_sort_entries() argument
52 size = (((unsigned long)stop - (unsigned long)start) jump_label_sort_entries()
166 struct jump_entry *stop, int enable) __jump_label_update()
168 for (; (entry < stop) && __jump_label_update()
444 struct jump_entry *stop = __stop___jump_table; jump_label_update() local
453 stop = mod->jump_entries + mod->num_jump_entries; jump_label_update()
457 __jump_label_update(key, entry, stop, enable); jump_label_update()
164 __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, int enable) __jump_label_update() argument
H A Dstop_machine.c93 * stop_one_cpu - stop a cpu
94 * @cpu: cpu to stop
235 * @cpu1: the cpu to stop
236 * @cpu2: the other cpu to stop
306 * stop_one_cpu_nowait - stop a cpu but don't wait for completion
307 * @cpu: cpu to stop
368 * stop_cpus - stop multiple cpus
369 * @cpumask: cpus to stop
407 * try_stop_cpus - try to stop multiple cpus
408 * @cpumask: cpus to stop
470 /* cpu stop callbacks are not allowed to sleep */ cpu_stopper_thread()
489 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
578 /* Set the initial state and stop all online cpus. */ __stop_machine()
H A Dsignal.c238 * %JOBCTL_TRAPPING. If stop signo is being set, the existing signo is
294 * If clearing of @mask leaves no stop or trap pending, this function calls
314 * task_participate_group_stop - participate in a group stop
315 * @task: task participating in a group stop
317 * @task has %JOBCTL_STOP_PENDING set and is participating in a group stop.
318 * Group stop states are cleared and the group stop count is consumed if
320 * stop, the appropriate %SIGNAL_* flags are set.
326 * %true if group stop completion should be notified to the parent, %false
346 * fresh group stop. Read comment in do_signal_stop() for details. task_participate_group_stop()
358 * appropriate lock must be held to stop the target task from exiting
652 * Set a marker that we have dequeued a stop signal. Our dequeue_signal()
654 * stop signal it is about to process is no longer in the dequeue_signal()
660 * is to alert stop-signal processing code when another dequeue_signal()
826 * Handle magic process-wide effects of stop/continue signals. Unlike
829 * actual continuing for SIGCONT, but not the actual stopping for stop
830 * signals. The process stop is done as a signal action for SIG_DFL.
849 * This is a stop signal. Remove SIGCONT from all queues. prepare_signal()
858 * Remove all stop signals from all queues, wake all threads. prepare_signal()
874 * If we were in the middle of a group stop, we pretend it
1791 * is dead so don't allow us to stop. may_ptrace_stop()
1825 * If we actually decide not to stop at all because the tracer
1837 * ptrace stop. This is allowed to block, e.g. for faults
1867 * stop. Do the bookkeeping. Note that if SIGCONT was delievered
1887 * Notify parents of the stop.
1891 * know about every stop while the real parent is only
1892 * interested in the completion of group stop. The states
1915 * If @gstop_done, the ptracer went away between group stop
1919 * the real parent of the group stop completion is enough.
1976 * do_signal_stop - handle group stop for SIGSTOP and other stop signals
1977 * @signr: signr causing group stop if initiating
1979 * If %JOBCTL_STOP_PENDING is not set yet, initiate group stop with @signr
1981 * group stop. If participated in a group stop (and thus slept), %true is
1984 * If ptraced, this function doesn't handle stop itself. Instead,
1994 * %false if group stop is already cancelled or ptrace trap is scheduled.
1995 * %true if participated in group stop.
2013 * There is no group stop already in progress. We must
2016 * While ptraced, a task may be resumed while group stop is
2017 * still in effect and then receive a stop signal and
2018 * initiate another group stop. This deviates from the
2019 * usual behavior as two consecutive stop signals can't
2028 * an intervening stop signal is required to cause two
2043 * stop is always done with the siglock held, while_each_thread()
2062 * is a group stop in progress and we are the last to stop,
2072 * Notify the parent of the group stop completion. Because
2075 * group stop and should always be delivered to the real
2091 * While ptraced, group stop is handled by STOP trap.
2102 * When PT_SEIZED, it's used for both group stop and explicit
2105 * the stop signal; otherwise, %SIGTRAP.
2107 * When !PT_SEIZED, it's used only for group stop trap with stop signal
2140 * to stop after return from ptrace_stop(). In this case it will ptrace_signal()
2141 * be checked in do_signal_stop(), we should only stop if it was ptrace_signal()
2301 * The default action is to stop all threads in get_signal()
2327 * We didn't actually stop, due to a race get_signal()
2474 * If group stop has completed, deliver the notification. This exit_signals()
/linux-4.1.27/drivers/pcmcia/
H A Dvrc4171_card.c388 io->start > 0xffff || io->stop > 0xffff || io->start > io->stop) pccard_set_io_map()
401 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop); pccard_set_io_map()
425 uint16_t start, stop, offset; pccard_set_mem_map() local
452 stop = (mem->res->end >> 12) & 0x3fff; pccard_set_mem_map()
457 stop |= I365_MEM_WS0; pccard_set_mem_map()
460 stop |= I365_MEM_WS1; pccard_set_mem_map()
463 stop |= I365_MEM_WS0 | I365_MEM_WS1; pccard_set_mem_map()
466 exca_write_word(slot, I365_MEM(map)+I365_W_STOP, stop); pccard_set_mem_map()
H A Dvrc4173_cardu.c259 io->stop = exca_readw(socket, IO_WIN_EA(map)); cardu_get_io_map()
292 exca_writew(socket, IO_WIN_EA(map), io->stop); cardu_set_io_map()
308 uint32_t start, stop, offset, page; cardu_get_mem_map() local
323 stop = exca_readw(socket, MEM_WIN_EA(map)); cardu_get_mem_map()
324 stop = ((stop & 0x0fff) << 12) + 0x0fff; cardu_get_mem_map()
/linux-4.1.27/drivers/isdn/capi/
H A Dkcapi_proc.c100 .stop = controller_stop,
107 .stop = controller_stop,
208 .stop = applications_stop,
215 .stop = applications_stop,
278 .stop = capi_driver_stop,
/linux-4.1.27/drivers/isdn/hisax/
H A Dsedlbauer_cs.c72 int stop; member in struct:local_info_t
97 ((local_info_t *)link->priv)->stop = 1; sedlbauer_detach()
137 &(((local_info_t *)link->priv)->stop), &icard); sedlbauer_config()
173 dev->stop = 1; sedlbauer_suspend()
182 dev->stop = 0; sedlbauer_resume()
/linux-4.1.27/drivers/net/wan/
H A Dhdlc.c20 * - proto->open(), close(), start(), stop() calls are serialized.
21 * The order is: open, [ start, stop ... ] close ...
22 * - proto->start() and stop() are called with spin_lock_irq held.
93 if (hdlc->proto->stop) hdlc_proto_stop()
94 hdlc->proto->stop(dev); hdlc_proto_stop()
/linux-4.1.27/drivers/misc/mei/
H A Dwd.c151 * mei_wd_stop - sends watchdog stop message to fw.
196 dev_warn(dev->dev, "wd: stop failed to complete ret=%d\n", ret); mei_wd_stop()
199 dev_dbg(dev->dev, "wd: stop completed after %u msec\n", mei_wd_stop()
247 * mei_wd_ops_stop - wd stop command from the watchdog core.
356 .stop = mei_wd_ops_stop,
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h58 * @stop_complete: completion of stop of command.
61 * @stop_work: stop command work structure.
155 * @stop: ipp each device stop.
175 void (*stop)(struct device *dev, enum drm_exynos_ipp_cmd cmd); member in struct:exynos_drm_ippdrv
/linux-4.1.27/drivers/firmware/efi/
H A Defi-pstore.c141 * @stop: a flag checking if scanning will stop
145 struct list_head *head, bool stop) efi_pstore_scan_sysfs_exit()
148 if (stop) efi_pstore_scan_sysfs_exit()
208 * and pstore will stop reading entry.
143 efi_pstore_scan_sysfs_exit(struct efivar_entry *pos, struct efivar_entry *next, struct list_head *head, bool stop) efi_pstore_scan_sysfs_exit() argument
/linux-4.1.27/drivers/hid/
H A Dhid-thingm.c242 goto stop; thingm_probe()
254 goto stop; thingm_probe()
262 goto stop; thingm_probe()
274 goto stop; thingm_probe()
279 stop: thingm_probe()
/linux-4.1.27/drivers/usb/host/whci/
H A Dhcd.c86 * Wait for pending transfer to stop? Put hc into stop state?
95 /* stop HC */ whc_stop()
225 .stop = whc_stop,
278 wusbhc->stop = whc_wusbhc_stop; whc_probe()
/linux-4.1.27/drivers/usb/serial/
H A Dwhiteheat.h77 stop/start TX */
86 will stop/start TX */
88 will stop/start TX */
97 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */ member in struct:whiteheat_port_settings
187 #define WHITEHEAT_TEST_UART_CLK_STOP 0x07 /* uart clock test stop */
H A Dio_16654.h105 #define LCR_STOP_1 0x00 // 1 stop bit
106 #define LCR_STOP_1_5 0x04 // 1.5 stop bits (if 5 bits/char)
107 #define LCR_STOP_2 0x04 // 2 stop bits (if 6-8 bits/char)
108 #define LCR_STOP_MASK 0x04 // Mask for stop bits field
H A Dkeyspan_usa49msg.h178 _txOff, // stop transmitting
188 disablePort; // stop servicing port (does implicit tx/rx flush/off)
197 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes
198 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
199 #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
/linux-4.1.27/drivers/media/i2c/
H A Dtvp5150_reg.h31 #define TVP5150_ACT_VD_CROP_STP_MSB 0x13 /* Active video cropping stop MSB */
32 #define TVP5150_ACT_VD_CROP_STP_LSB 0x14 /* Active video cropping stop LSB */
39 #define TVP5150_VERT_BLANKING_STOP 0x19 /* Vertical blanking stop */
/linux-4.1.27/arch/arm/mach-lpc32xx/
H A Dsuspend.S74 @ will automatically stop on start of self-refresh
98 @ Enter stop mode until an enabled event occurs
105 @ Clear stop status
/linux-4.1.27/kernel/trace/
H A Dtrace_benchmark.c37 u64 stop; trace_do_benchmark() local
52 stop = trace_clock_local(); trace_do_benchmark()
57 delta = stop - start; trace_do_benchmark()
H A Dtrace_selftest.c379 /* stop the tracing. */ trace_selftest_startup_dynamic_tracing()
678 /* stop the tracing. */ trace_selftest_startup_function()
838 trace->stop(tr); trace_selftest_startup_irqsoff()
839 /* stop the tracing. */ trace_selftest_startup_irqsoff()
900 trace->stop(tr); trace_selftest_startup_preemptoff()
901 /* stop the tracing. */ trace_selftest_startup_preemptoff()
966 trace->stop(tr); trace_selftest_startup_preemptirqsoff()
967 /* stop the tracing. */ trace_selftest_startup_preemptirqsoff()
996 trace->stop(tr); trace_selftest_startup_preemptirqsoff()
997 /* stop the tracing. */ trace_selftest_startup_preemptirqsoff()
1127 /* stop the tracing. */ trace_selftest_startup_wakeup()
1168 /* stop the tracing. */ trace_selftest_startup_sched_switch()
1200 /* stop the tracing. */ trace_selftest_startup_branch()
/linux-4.1.27/net/appletalk/
H A Datalk_proc.c195 .stop = atalk_seq_interface_stop,
202 .stop = atalk_seq_route_stop,
209 .stop = atalk_seq_socket_stop,
/linux-4.1.27/net/x25/
H A Dx25_proc.c156 .stop = x25_seq_route_stop,
163 .stop = x25_seq_socket_stop,
170 .stop = x25_seq_forward_stop,
/linux-4.1.27/drivers/dma/bestcomm/
H A Dbestcomm.c63 if (!bcom_eng->tdt[i].stop) { /* we use stop as a marker */ bcom_task_alloc()
64 bcom_eng->tdt[i].stop = 0xfffffffful; /* dummy addr */ bcom_task_alloc()
114 bcom_eng->tdt[tasknum].stop = 0; bcom_task_alloc()
128 bcom_eng->tdt[tsk->tasknum].stop = 0; bcom_task_free()
181 tdt->stop = start_pa + ((hdr->desc_size-1) * sizeof(u32)); bcom_load_image()
/linux-4.1.27/sound/pci/ctxfi/
H A Dcttimer.c26 void (*stop)(struct ct_timer_instance *); member in struct:ct_timer_ops
136 .stop = ct_systimer_stop,
275 /* start/stop the timer */ ct_xfitimer_update()
328 .stop = ct_xfitimer_stop,
378 atimer->ops->stop(ti); ct_timer_stop()
385 atimer->ops->stop(ti); /* to be sure */ ct_timer_instance_free()
/linux-4.1.27/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h88 * bit 6: stop core on dma error
119 #define SGDMA_CTRLREG_STOPERR BIT(6) /* stop on dma error */
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c42 /* stop the CPU */ usb_cypress_load_firmware()
45 err("could not stop the USB controller CPU."); usb_cypress_load_firmware()
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_sensor.h80 /* Instructs the sensor to stop streaming */
81 int (*stop)(struct sd *sd); member in struct:stv06xx_sensor
H A Dstv06xx_st6422.h49 .stop = st6422_stop,
/linux-4.1.27/arch/mips/dec/
H A Dioasic-irq.c75 * The formers do not stop DMA and should be cleared as soon as possible
81 * The latters stop DMA and do not resume it until the interrupt has been
/linux-4.1.27/drivers/media/common/
H A Dcypress_firmware.c83 /* stop the CPU */ cypress_load_firmware()
87 dev_err(&udev->dev, "%s: CPU stop failed=%d\n", cypress_load_firmware()
/linux-4.1.27/net/mac80211/
H A Dpm.c152 /* stop hardware - this must stop RX */ __ieee80211_suspend()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_rr.c80 goto stop; ip_vs_rr_schedule()
88 stop: ip_vs_rr_schedule()
/linux-4.1.27/scripts/gdb/linux/
H A Dcpus.py59 gdb.events.stop.disconnect(cpu_mask_invalidate)
73 gdb.events.stop.connect(cpu_mask_invalidate)
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-streams.h2 * cx18 init/start/stop/exit stream functions
H A Dcx23418.h68 /* Description: Command APU to stop audio
69 IN[0] - encoding method to stop
102 IN[0] - Task handle. Handle of the task to stop
103 IN[1] - 0 = stop at end of GOP, 1 = stop at end of frame (MPEG only)
247 IN[5] - stop code
311 IN[2] - start / stop line
313 bit[31:16] stop line number
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-streams.h2 init/start/stop/exit stream functions
H A Divtv-i2c.c54 and finally issue a stop condition (ivtv_stop) to make the bus available
59 stop condition. (Only the msp3400 chip uses this method of data transfer).
517 /* Issue a stop condition on the i2c bus to release it */ ivtv_stop()
554 issuing the i2c stop condition (when following with a read) */ ivtv_write()
577 /* Read data from the given i2c slave. A stop condition is always issued. */ ivtv_read()
599 intervening stop condition */ ivtv_xfer()
612 /* if followed by a read, don't stop */ ivtv_xfer()
613 int stop = !(i + 1 < num && msgs[i + 1].flags == I2C_M_RD); ivtv_xfer() local
615 retval = ivtv_write(itv, msgs[i].addr, msgs[i].buf, msgs[i].len, stop); ivtv_xfer()
/linux-4.1.27/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h67 int (*stop)(struct sd *sd); member in struct:m5602_sensor
/linux-4.1.27/drivers/staging/unisys/uislib/
H A Duisthread.c41 /* used to stop the thread */ uisthread_start()
/linux-4.1.27/drivers/staging/media/omap4iss/
H A Diss_ipipe.h41 * @wait: Wait queue used to stop the module
H A Diss_resizer.h43 * @wait: Wait queue used to stop the module
/linux-4.1.27/drivers/staging/ozwpan/
H A Dozproto.h36 void (*stop)(struct oz_pd *pd, int pause); member in struct:oz_app_if
/linux-4.1.27/drivers/oprofile/
H A Dtimer_int.c116 ops->stop = oprofile_hrtimer_stop; oprofile_timer_init()
/linux-4.1.27/drivers/net/wireless/b43/
H A Dleds.h39 bool stop; member in struct:b43_leds
/linux-4.1.27/drivers/clocksource/
H A Dasm9260_timer.c89 /* enable stop TC on match */
126 /* stop timer0 */ asm9260_timer_set_mode()
131 /* disable reset and stop on match */ asm9260_timer_set_mode()
140 /* enable reset and stop on match */ asm9260_timer_set_mode()
/linux-4.1.27/arch/sh/oprofile/
H A Dbacktrace.c45 /* Limit to stop backtracing too far. */
/linux-4.1.27/arch/sparc/oprofile/
H A Dinit.c65 ops->stop = timer_stop; op_nmi_timer_init()
/linux-4.1.27/arch/metag/oprofile/
H A Dbacktrace.c42 /* decrement depth and stop if we reach 0 */ kernel_backtrace_frame()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dvss.c4 * This is a stop-gap solution until I have the clock framework integration
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/
H A Dlantiq_soc.h40 /* SYSCTL - start/stop/restart/configure/... different parts of the Soc */
/linux-4.1.27/drivers/usb/wusbcore/
H A Dmmc.c181 wusbhc->stop(wusbhc, WUSB_CHANNEL_STOP_DELAY_MS); wusbhc_mmc_stop()
247 * wusbhc_stop - stop transmitting MMCs
248 * @wusbhc: the HC to stop
263 * Depending on the previous state of the MMCs, start, stop or change
/linux-4.1.27/include/net/caif/
H A Dcaif_device.h19 * Link Layer to send flow-stop to CAIF Core.
/linux-4.1.27/include/linux/platform_data/
H A Dremoteproc-omap.h30 * @ops: start/stop rproc handlers
/linux-4.1.27/include/linux/usb/
H A Disp1362.h34 /* Clock start/stop */
/linux-4.1.27/arch/s390/kernel/
H A Dprocessor.c100 .stop = c_stop,
/linux-4.1.27/arch/mips/lib/
H A Dstrnlen_user.S36 PTR_ADDU a1, a0 # stop pointer
/linux-4.1.27/arch/arm64/include/asm/
H A Dcompiler.h26 * cause compilation to stop on mismatch. (for details, see gcc PR 15089)
/linux-4.1.27/arch/ia64/oprofile/
H A Dperfmon.c86 ops->stop = perfmon_stop; perfmon_init()
/linux-4.1.27/arch/m68k/include/asm/
H A Dmcfuart.h84 #define MCFUART_MR2_STOP1 0x07 /* 1 stop bit */
85 #define MCFUART_MR2_STOP15 0x08 /* 1.5 stop bits */
86 #define MCFUART_MR2_STOP2 0x0f /* 2 stop bits */
160 #define MCFUART_UIR_DELTABREAK 0x04 /* Break start or stop */
/linux-4.1.27/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c28 * stop when its downstream clocks are gated. No return value.
/linux-4.1.27/Documentation/networking/
H A Dcxacru-cf.py22 # contains mis-aligned values which will stop the modem from being able
/linux-4.1.27/arch/arc/include/asm/
H A Dstacktrace.h22 * Returns 0 to continue unwinding, -1 to stop
/linux-4.1.27/net/core/
H A Dnet-procfs.c172 .stop = dev_seq_stop,
193 .stop = softnet_seq_stop,
296 .stop = ptype_seq_stop,
382 .stop = dev_seq_stop,
/linux-4.1.27/net/nfc/hci/
H A Dllc.h33 int (*stop) (struct nfc_llc *llc); member in struct:nfc_llc_ops
/linux-4.1.27/sound/firewire/
H A Damdtp.h225 * amdtp_stream_pcm_trigger - start/stop playback from a PCM device
227 * @pcm: the PCM device to be started, or %NULL to stop the current device
240 * amdtp_stream_midi_trigger - start/stop playback/capture with a MIDI device
243 * @midi: the MIDI device to be started, or %NULL to stop the current device
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_wt.h39 run = 0, /* 0 W 1:run 0:stop */
/linux-4.1.27/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py35 print "Press control+C to stop and show the summary"
H A Dfutex-contention.py43 print "Press control+C to stop and show the summary"
H A Dsyscall-counts-by-pid.py34 print "Press control+C to stop and show the summary"
H A Dsyscall-counts.py31 print "Press control+C to stop and show the summary"
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h52 int (*stop) (void); member in struct:cpuidle_monitor
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c97 /* Tell them to stop */ multi_ebb_procs()
/linux-4.1.27/drivers/char/tpm/st33zp24/
H A Dst33zp24.c159 unsigned long stop; request_locality() local
174 stop = jiffies + chip->vendor.timeout_a; request_locality()
181 } while (time_before(jiffies, stop)); request_locality()
209 unsigned long stop; get_burstcount() local
216 stop = jiffies + chip->vendor.timeout_d; get_burstcount()
233 } while (time_before(jiffies, stop)); get_burstcount()
274 unsigned long stop; wait_for_stat() local
289 stop = jiffies + timeout; wait_for_stat()
300 timeout = stop - jiffies; wait_for_stat()
325 } while (time_before(jiffies, stop)); wait_for_stat()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h108 * interact with it. The driver layer typically calls the start and stop
115 * @stop: stop the op_mode. Must free all the memory allocated.
150 void (*stop)(struct iwl_op_mode *op_mode); member in struct:iwl_op_mode_ops
188 op_mode->ops->stop(op_mode); iwl_op_mode_stop()
/linux-4.1.27/drivers/gpu/ipu-v3/
H A Dipu-dc.c131 int map, int wave, int glue, int sync, int stop) dc_write_tmpl()
138 reg2 = operand >> 12 | opcode << 1 | stop << 9; dc_write_tmpl()
141 reg2 = operand >> 17 | opcode << 7 | stop << 9; dc_write_tmpl()
144 reg2 = operand >> 12 | opcode << 4 | stop << 9; dc_write_tmpl()
297 dev_warn(priv->dev, "DC stop timeout after 50 ms\n"); ipu_dc_disable_channel()
130 dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, int map, int wave, int glue, int sync, int stop) dc_write_tmpl() argument
/linux-4.1.27/arch/mips/txx9/generic/
H A Dsetup_tx4938.c258 printk(KERN_INFO "%s: stop PCIC1\n", txx9_pcode_str); tx4938_setup()
259 /* stop PCIC1 */ tx4938_setup()
264 printk(KERN_INFO "%s: stop ETH0\n", txx9_pcode_str); tx4938_setup()
271 printk(KERN_INFO "%s: stop ETH1\n", txx9_pcode_str); tx4938_setup()
478 pr_info("%s: stop%s\n", txx9_pcode_str, buf); tx4938_stop_unused_modules()
/linux-4.1.27/sound/isa/gus/
H A Dgus_reset.c136 printk(KERN_DEBUG " -%i- smart stop voice - volume = 0x%x\n", voice, snd_gf1_i_read16(gus, SNDRV_GF1_VW_VOLUME)); snd_gf1_smart_stop_voice()
150 printk(KERN_DEBUG " -%i- stop voice - volume = 0x%x\n", voice, snd_gf1_i_read16(gus, SNDRV_GF1_VW_VOLUME)); snd_gf1_stop_voice()
178 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); /* Voice Control Register = voice stop */ snd_gf1_clear_voices()
404 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, 0); /* stop all timers */ snd_gf1_stop()
405 snd_gf1_stop_voices(gus, 0, 31); /* stop all voices */ snd_gf1_stop()
/linux-4.1.27/drivers/isdn/hardware/avm/
H A Db1dma.c110 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ b1dma_tolink() local
114 && time_before(jiffies, stop)); b1dma_tolink()
124 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ b1dma_fromlink() local
128 && time_before(jiffies, stop)); b1dma_fromlink()
651 unsigned long stop; b1dma_loaded() local
656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { b1dma_loaded()
666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { b1dma_loaded()
/linux-4.1.27/drivers/acpi/acpica/
H A Devrgnini.c60 * function - Start or stop
122 * function - Start or stop
153 * function - Start or stop
396 * function - Start or stop
423 * function - Start or stop
450 * function - Start or stop
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fifo.c215 uint32_t stop = ioread32(fifo_mem + SVGA_FIFO_STOP); vmw_fifo_is_full() local
217 return ((max - next_cmd) + (stop - min) <= bytes); vmw_fifo_is_full()
339 uint32_t stop = ioread32(fifo_mem + SVGA_FIFO_STOP); vmw_fifo_reserve() local
343 if (next_cmd >= stop) { vmw_fifo_reserve()
345 (next_cmd + bytes == max && stop > min)))) vmw_fifo_reserve()
358 if (likely((next_cmd + bytes < stop))) vmw_fifo_reserve()
/linux-4.1.27/drivers/usb/host/
H A Dehci-timer.c127 /* The status is up-to-date; restart or stop the schedule as needed */ ehci_poll_ASS()
173 /* The status is up-to-date; restart or stop the schedule as needed */ ehci_poll_PSS()
206 ehci_warn(ehci, "Waited too long for the controller to stop, giving up\n"); ehci_handle_controller_death()
227 * temporal order, so stop when we reach the first entry in the ehci_handle_start_intr_unlinks()
258 * temporal order, so stop when we reach the first entry in the ehci_handle_intr_unlinks()
297 /* Wait for controller to stop using old iTDs and siTDs */ end_free_itds()
/linux-4.1.27/drivers/platform/x86/
H A Dintel_mid_thermal.c243 /* Just stop the ADC */ configure_adc()
274 /* Since this is the last channel, set the stop bit set_up_therm_channel()
286 * reset_stopbit - sets the stop bit to 0 on the given channel
298 /* Set the stop bit to zero */ reset_stopbit()
368 /* Index of the first channel in which the stop bit is set */ mid_initialize_adc()
378 /* Reset stop bit for channels other than 0 and 12 */ mid_initialize_adc()
/linux-4.1.27/lib/raid6/
H A Dsse2.c92 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, raid6_sse21_xor_syndrome() argument
99 z0 = stop; /* P/Q right side optimization */ raid6_sse21_xor_syndrome()
203 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, raid6_sse22_xor_syndrome() argument
210 z0 = stop; /* P/Q right side optimization */ raid6_sse22_xor_syndrome()
369 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, raid6_sse24_xor_syndrome() argument
376 z0 = stop; /* P/Q right side optimization */ raid6_sse24_xor_syndrome()
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-is-errno.h126 /* Input path can be changed in ready state(stop) */
130 /* Output path can be changed in ready state (stop) */
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h148 ath6kl_dbg(ATH6KL_DBG_HIF, "hif stop\n"); ath6kl_hif_stop()
150 ar->hif_ops->stop(ar); ath6kl_hif_stop()

Completed in 5973 milliseconds

1234567891011>>