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

1234567891011>>

/linux-4.4.14/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.4.14/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.4.14/arch/frv/include/asm/
H A Dtermios.h8 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/s390/include/asm/
H A Dtermios.h14 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/arch/sh/include/asm/
H A Dstacktrace.h14 /* On negative return stop dumping */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dcacheflush.h50 extern void flush_dcache_range(unsigned long start, unsigned long stop);
52 extern void clean_dcache_range(unsigned long start, unsigned long stop);
53 extern void invalidate_dcache_range(unsigned long start, unsigned long stop);
56 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop);
57 extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
/linux-4.4.14/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.4.14/Documentation/mic/mpssd/
H A Dmpss104 stop() function
143 stop
168 stop
183 stop)
184 stop
196 echo $"Usage: $0 {start|stop|restart|status|unload}"
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dscan.c215 /* don't stop scanning automatically when something is found */ wl18xx_scan_sched_scan_config()
313 struct wl18xx_cmd_scan_stop *stop; __wl18xx_scan_stop() local
316 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); __wl18xx_scan_stop()
318 stop = kzalloc(sizeof(*stop), GFP_KERNEL); __wl18xx_scan_stop()
319 if (!stop) { __wl18xx_scan_stop()
320 wl1271_error("failed to alloc memory to send sched scan stop"); __wl18xx_scan_stop()
324 stop->role_id = wlvif->role_id; __wl18xx_scan_stop()
325 stop->scan_type = scan_type; __wl18xx_scan_stop()
327 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); __wl18xx_scan_stop()
329 wl1271_error("failed to send sched scan stop command"); __wl18xx_scan_stop()
334 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.4.14/virt/lib/
H A Dirqbypass.c38 if (prod->stop) __connect()
39 prod->stop(prod); __connect()
40 if (cons->stop) __connect()
41 cons->stop(cons); __connect()
64 if (prod->stop) __disconnect()
65 prod->stop(prod); __disconnect()
66 if (cons->stop) __disconnect()
67 cons->stop(cons); __disconnect()
/linux-4.4.14/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
/linux-4.4.14/arch/avr32/include/asm/
H A Dtermios.h15 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c57 /* I2C stop condition */
77 /* Busy, I2C bus busy (as defined by start / stop bits) */
120 struct i2c_adapter *adap, bool start, bool stop, cobalt_tx_bytes()
137 } else if (i == len - 1 && stop != 0) { cobalt_tx_bytes()
178 struct i2c_adapter *adap, bool start, bool stop, cobalt_rx_bytes()
192 } else if (i == len - 1 && stop != 0) { cobalt_rx_bytes()
230 /* Generate stop condition on i2c bus.
231 * The m00018 stop isn't doing the right thing (wrong timing).
232 * So instead send a start condition, 8 zeroes and a stop condition.
253 int stop = (i == num - 1); cobalt_xfer() local
278 ret = cobalt_rx_bytes(regs, adap, false, stop, cobalt_xfer()
284 ret = cobalt_tx_bytes(regs, adap, false, stop, cobalt_xfer()
119 cobalt_tx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_tx_bytes() argument
177 cobalt_rx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_rx_bytes() argument
/linux-4.4.14/include/linux/
H A Dirqbypass.h25 * independently. When a token match is found, the optional @stop callback
41 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
56 void (*stop)(struct irq_bypass_producer *); member in struct:irq_bypass_producer
66 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
81 void (*stop)(struct irq_bypass_consumer *); member in struct:irq_bypass_consumer
H A Dsignal.h334 * stop - stop all the threads in the group, i.e. TASK_STOPPED state
360 * | SIGSTOP | stop(*)(+) |
361 * | SIGTSTP | stop(*) |
362 * | SIGTTIN | stop(*) |
363 * | SIGTTOU | stop(*) |
384 * from TASK_STOPPED state and also clears any pending/queued stop signals
385 * (any of those marked with "stop(*)"). This happens regardless of blocking,
386 * catching, or ignoring SIGCONT. When any stop signal is sent, it clears
388 * catching, or ignored the stop signal, though (except for SIGSTOP) the
H A Disicom.h42 /* stop bits */
H A Dptrace.h134 * ptrace_event - possibly stop for a ptrace event notification
156 * ptrace_event_pid - possibly stop for a ptrace event notification
349 * @code: current->exit_code value ptrace will stop with
350 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
358 * if the thread has not been back to user mode since the last stop, the
362 * may include arch-specific operations necessary prior to a ptrace stop.
370 * @code: current->exit_code value ptrace will stop with
371 * @info: siginfo_t pointer (or %NULL) for signal ptrace will stop with
378 * 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 Dadb.h45 /* Messages sent thru the client_list notifier. You should NOT stop
H A Dsmpboot.h22 * should stop (module exit)
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c54 "RegFile core check stop" }, print_core_checkstop_reason()
55 { CORE_CHECKSTOP_IFU_LOGIC, "IFU", "Logic core check stop" }, print_core_checkstop_reason()
59 "RegFile core check stop (mapper error)" }, print_core_checkstop_reason()
60 { CORE_CHECKSTOP_ISU_LOGIC, "ISU", "Logic core check stop" }, print_core_checkstop_reason()
61 { CORE_CHECKSTOP_FXU_LOGIC, "FXU", "Logic core check stop" }, print_core_checkstop_reason()
62 { CORE_CHECKSTOP_VSU_LOGIC, "VSU", "Logic core check stop" }, print_core_checkstop_reason()
66 "RegFile core check stop" }, print_core_checkstop_reason()
69 { CORE_CHECKSTOP_LSU_LOGIC, "LSU", "Logic core check stop" }, print_core_checkstop_reason()
70 { CORE_CHECKSTOP_PC_LOGIC, "PC", "Logic core check stop" }, print_core_checkstop_reason()
72 "Hypervisor Resource error - core check stop" }, print_core_checkstop_reason()
74 "Hang Recovery Failed (core check stop)" }, print_core_checkstop_reason()
80 "Hypervisor check stop via SPRC/SPRD" }, print_core_checkstop_reason()
85 printk("%s Unknown Core check stop.\n", level); print_core_checkstop_reason()
136 printk("%s Unknown NX check stop.\n", level); print_nx_checkstop_reason()
/linux-4.4.14/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.4.14/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-uniphier.c25 #define UNIPHIER_I2C_DTRM_STO BIT(9) /* stop condition */
31 #define UNIPHIER_I2C_DREC_STS BIT(12) /* stop condition detected */
172 dev_dbg(&adap->dev, "stop condition\n"); uniphier_i2c_stop()
178 struct i2c_msg *msg, bool stop) uniphier_i2c_master_xfer_one()
184 dev_dbg(&adap->dev, "%s: addr=0x%02x, len=%d, stop=%d\n", uniphier_i2c_master_xfer_one()
185 is_read ? "receive" : "transmit", msg->addr, msg->len, stop); uniphier_i2c_master_xfer_one()
197 stop = false; uniphier_i2c_master_xfer_one()
201 if (stop) { uniphier_i2c_master_xfer_one()
250 /* If next message is read, skip the stop condition */ uniphier_i2c_master_xfer()
251 bool stop = !(msg + 1 < emsg && msg[1].flags & I2C_M_RD); uniphier_i2c_master_xfer() local
254 stop = true; uniphier_i2c_master_xfer()
256 ret = uniphier_i2c_master_xfer_one(adap, msg, stop); uniphier_i2c_master_xfer()
177 uniphier_i2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool stop) uniphier_i2c_master_xfer_one() argument
H A Di2c-uniphier-f.c25 #define UNIPHIER_FI2C_CR_STO BIT(1) /* stop condition */
34 #define UNIPHIER_FI2C_SSUT 0x18 /* restart/stop setup time control */
49 #define UNIPHIER_FI2C_SR_STS BIT(11) /* stop condition detected */
150 dev_dbg(&priv->adap.dev, "stop condition\n"); uniphier_fi2c_stop()
195 goto stop; uniphier_fi2c_interrupt()
235 stop: uniphier_fi2c_interrupt()
308 struct i2c_msg *msg, bool stop) uniphier_fi2c_master_xfer_one()
314 dev_dbg(&adap->dev, "%s: addr=0x%02x, len=%d, stop=%d\n", uniphier_fi2c_master_xfer_one()
315 is_read ? "receive" : "transmit", msg->addr, msg->len, stop); uniphier_fi2c_master_xfer_one()
323 if (stop) uniphier_fi2c_master_xfer_one()
356 "stop condition was not completed.\n"); uniphier_fi2c_master_xfer_one()
397 /* If next message is read, skip the stop condition */ uniphier_fi2c_master_xfer()
398 bool stop = !(msg + 1 < emsg && msg[1].flags & I2C_M_RD); uniphier_fi2c_master_xfer() local
401 stop = true; uniphier_fi2c_master_xfer()
403 ret = uniphier_fi2c_master_xfer_one(adap, msg, stop); uniphier_fi2c_master_xfer()
307 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool stop) uniphier_fi2c_master_xfer_one() 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
679 stop = (i == num - 1); exynos5_i2c_xfer()
681 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-emev2.c102 /* Wait for stop condition */ em_i2c_stop()
125 /* Can Issue start without detecting a stop, Reservation disabled. */ em_i2c_reset()
141 int stop) __em_i2c_xfer()
199 if (stop) __em_i2c_xfer()
140 __em_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg *msg, int stop) __em_i2c_xfer() 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.4.14/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.4.14/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.4.14/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.4.14/arch/x86/um/
H A Dstub_32.S49 /* stop */
H A Dstub_64.S49 /* stop */
/linux-4.4.14/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.4.14/include/soc/imx/
H A Dtimer.h20 * This is a stop-gap solution for clock drivers like imx1/imx21 which call
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dmonwriter.h14 #define MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */
/linux-4.4.14/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.4.14/kernel/power/
H A Dswap.c523 ktime_t stop; save_image() local
547 stop = ktime_get(); save_image()
552 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); save_image()
562 atomic_t stop; /* ready to stop flag */ member in struct:crc_data
584 atomic_set(&d->stop, 1); crc32_threadfn()
593 atomic_set(&d->stop, 1); crc32_threadfn()
604 atomic_t stop; /* ready to stop flag */ member in struct:cmp_data
628 atomic_set(&d->stop, 1); lzo_compress_threadfn()
637 atomic_set(&d->stop, 1); lzo_compress_threadfn()
659 ktime_t stop; save_image_lzo() local
792 atomic_read(&data[thr].stop)); save_image_lzo()
793 atomic_set(&data[thr].stop, 0); save_image_lzo()
832 wait_event(crc->done, atomic_read(&crc->stop)); save_image_lzo()
833 atomic_set(&crc->stop, 0); save_image_lzo()
838 stop = ktime_get(); save_image_lzo()
843 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); save_image_lzo()
1045 ktime_t stop; load_image() local
1076 stop = ktime_get(); load_image()
1085 swsusp_show_speed(start, stop, nr_to_read, "Read"); load_image()
1095 atomic_t stop; /* ready to stop flag */ member in struct:dec_data
1118 atomic_set(&d->stop, 1); lzo_decompress_threadfn()
1127 atomic_set(&d->stop, 1); lzo_decompress_threadfn()
1148 ktime_t stop; load_image_lzo() local
1316 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1317 atomic_set(&crc->stop, 0); load_image_lzo()
1372 atomic_read(&data[thr].stop)); load_image_lzo()
1373 atomic_set(&data[thr].stop, 0); load_image_lzo()
1421 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1422 atomic_set(&crc->stop, 0); load_image_lzo()
1424 stop = ktime_get(); load_image_lzo()
1440 swsusp_show_speed(start, stop, nr_to_read, "Read"); load_image_lzo()
/linux-4.4.14/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.4.14/drivers/net/wireless/ti/wl12xx/
H A Dscan.c199 wl1271_debug(DEBUG_CMD, "cmd scan stop"); wl12xx_scan_stop()
346 /* don't stop scanning automatically when something is found */ wl1271_scan_sched_scan_config()
476 struct wl1271_cmd_sched_scan_stop *stop; wl12xx_scan_sched_scan_stop() local
479 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); wl12xx_scan_sched_scan_stop()
481 /* FIXME: what to do if alloc'ing to stop fails? */ wl12xx_scan_sched_scan_stop()
482 stop = kzalloc(sizeof(*stop), GFP_KERNEL); wl12xx_scan_sched_scan_stop()
483 if (!stop) { wl12xx_scan_sched_scan_stop()
484 wl1271_error("failed to alloc memory to send sched scan stop"); wl12xx_scan_sched_scan_stop()
488 stop->role_id = wlvif->role_id; wl12xx_scan_sched_scan_stop()
489 stop->tag = WL1271_SCAN_DEFAULT_TAG; wl12xx_scan_sched_scan_stop()
491 ret = wl1271_cmd_send(wl, CMD_STOP_PERIODIC_SCAN, stop, wl12xx_scan_sched_scan_stop()
492 sizeof(*stop), 0); wl12xx_scan_sched_scan_stop()
494 wl1271_error("failed to send sched scan stop command"); wl12xx_scan_sched_scan_stop()
499 kfree(stop); wl12xx_scan_sched_scan_stop()
/linux-4.4.14/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.4.14/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.4.14/lib/raid6/
H A Dneon.c44 int start, int stop, \
51 start, stop, (unsigned long)bytes, ptrs); \
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.4.14/arch/mips/include/asm/mach-jz4740/
H A Djz4740_fb.h35 #define JZ4740_FB_SPECIAL_TFT_CONFIG(start, stop) (((start) << 16) | (stop))
/linux-4.4.14/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.4.14/arch/sh/kernel/
H A Dreboot.c60 /* stop other cpus */ native_machine_halt()
63 /* stop this cpu */ native_machine_halt()
/linux-4.4.14/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.4.14/drivers/staging/rtl8192e/
H A Drtllib_wx.c48 char *start, char *stop, rtl819x_translate_scan()
65 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
74 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
78 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
82 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
96 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
106 start = iwe_stream_add_event_rsl(info, start, stop, rtl819x_translate_scan()
115 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
125 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
176 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
181 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
197 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, rtl819x_translate_scan()
204 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
214 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
223 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
234 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf); rtl819x_translate_scan()
247 start = iwe_stream_add_point_rsl(info, start, stop, rtl819x_translate_scan()
261 char *stop = ev + wrqu->data.length; rtllib_wx_get_scan() local
271 if ((stop - ev) < 200) { rtllib_wx_get_scan()
277 ev = rtl819x_translate_scan(ieee, ev, stop, network, rtllib_wx_get_scan()
47 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.4.14/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.4.14/arch/s390/kvm/
H A Dtrace-s390.h78 * Trace point for start and stop of vpcus.
104 {KVM_S390_SIGP_STOP, "sigp stop"}, \
221 * Trace point for a vcpu's stop requests.
237 TP_printk("stop request, stop irq = %u, flags = %08x",
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()
/linux-4.4.14/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:__anon11284
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:__anon11260
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:__anon11290
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 * @wdd: the watchdog device to stop
148 err = wdd->ops->stop(wdd); watchdog_stop()
461 * stop the watchdog when we have received the magic char (and nowayout
471 * We only stop the watchdog if we received the magic character watchdog_release()
485 dev_crit(wdd->dev, "watchdog did not stop!\n"); watchdog_release()
/linux-4.4.14/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.4.14/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.c1034 struct timeval start0, start, stop, diff; worker_thread() local
1094 start = stop = start0; worker_thread()
1098 start = stop; worker_thread()
1132 gettimeofday(&stop, NULL); worker_thread()
1136 timersub(&stop, &start0, &diff); worker_thread()
1144 if (start.tv_sec == stop.tv_sec) worker_thread()
1151 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { worker_thread()
1156 last_perturbance = stop.tv_sec; worker_thread()
1179 timersub(&stop, &start, &diff); worker_thread()
1192 timersub(&stop, &start0, &diff); worker_thread()
1199 gettimeofday(&stop, NULL); worker_thread()
1200 timersub(&stop, &start0, &diff); worker_thread()
1427 struct timeval start, stop, diff; __bench_numa() local
1485 gettimeofday(&stop, NULL); __bench_numa()
1487 timersub(&stop, &start, &diff); __bench_numa()
1496 start = stop; __bench_numa()
1522 gettimeofday(&stop, NULL); __bench_numa()
1523 timersub(&stop, &start, &diff); __bench_numa()
/linux-4.4.14/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.c88 int baud, bits, stop, cflag; sunserial_console_termios() local
125 stop = simple_strtoul(++s, NULL, 0); sunserial_console_termios()
160 switch (stop) { sunserial_console_termios()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c148 int stop; member in struct:daqp_private
182 if (devpriv->stop) daqp_ai_cancel()
303 if (devpriv->stop) daqp_ai_insn_read()
339 /* stop any conversions and clear the status event flags */ daqp_ai_insn_read()
470 if (devpriv->stop) daqp_ai_cmd()
508 * If we don't have a stop count, then use half the size of daqp_ai_cmd()
520 * If we have a stop count, then things get more interesting. daqp_ai_cmd()
521 * If the stop count is less than the FIFO size (actually daqp_ai_cmd()
523 * the stop count itself as the threshold, the card interrupts daqp_ai_cmd()
525 * acquisition at that point and are done. If the stop count daqp_ai_cmd()
530 * the stop count is 4000 samples, we divide by two twice to daqp_ai_cmd()
639 if (devpriv->stop) daqp_ao_insn_write()
671 if (devpriv->stop) daqp_di_insn_bits()
686 if (devpriv->stop) daqp_do_insn_bits()
801 devpriv->stop = 1; daqp_cs_suspend()
812 devpriv->stop = 0; daqp_cs_resume()
/linux-4.4.14/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.c115 struct mmc_command *stop; dw_mci_req_show() local
125 stop = mrq->stop; dw_mci_req_show()
137 if (stop) dw_mci_req_show()
140 stop->opcode, stop->arg, stop->flags, dw_mci_req_show()
141 stop->resp[0], stop->resp[1], stop->resp[2], dw_mci_req_show()
142 stop->resp[2], stop->error); dw_mci_req_show()
263 * We need to disable low power mode (automatic clock stop) dw_mci_prepare_command()
307 struct mmc_command *stop; dw_mci_prep_stop_abort() local
313 stop = &host->stop_abort; dw_mci_prep_stop_abort()
315 memset(stop, 0, sizeof(struct mmc_command)); dw_mci_prep_stop_abort()
323 stop->opcode = MMC_STOP_TRANSMISSION; dw_mci_prep_stop_abort()
324 stop->arg = 0; dw_mci_prep_stop_abort()
325 stop->flags = MMC_RSP_R1B | MMC_CMD_AC; dw_mci_prep_stop_abort()
327 stop->opcode = SD_IO_RW_DIRECT; dw_mci_prep_stop_abort()
328 stop->arg |= (1 << 31) | (0 << 28) | (SDIO_CCCR_ABORT << 9) | dw_mci_prep_stop_abort()
330 stop->flags = MMC_RSP_SPI_R5 | MMC_RSP_R5 | MMC_CMD_AC; dw_mci_prep_stop_abort()
335 cmdr = stop->opcode | SDMMC_CMD_STOP | dw_mci_prep_stop_abort()
383 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; send_stop_abort() local
385 dw_mci_start_command(host, stop, host->stop_cmdr); send_stop_abort()
392 host->dma_ops->stop(host); dw_mci_stop_dma()
464 * send the stop command or waiting for NBUSY in this case. dw_mci_dmac_complete_dma()
679 .stop = dw_mci_idmac_stop_dma,
780 .stop = dw_mci_edmac_stop_dma,
957 host->dma_ops->stop(host); dw_mci_submit_data_dma()
1203 if (mrq->stop) __dw_mci_start_request()
1204 host->stop_cmdr = dw_mci_prepare_command(slot->mmc, mrq->stop); __dw_mci_start_request()
1486 * Low power mode will stop the card clock when idle. According to the dw_mci_init_card()
1771 if (data->stop || dw_mci_tasklet_func()
1804 * This has the advantage of sending the stop command. dw_mci_tasklet_func()
1809 if (data->stop || dw_mci_tasklet_func()
1839 if (!data->stop || mrq->sbc) { dw_mci_tasklet_func()
1840 if (mrq->sbc && data->stop) dw_mci_tasklet_func()
1841 data->stop->error = 0; dw_mci_tasklet_func()
1846 /* stop command for open-ended transfer*/ dw_mci_tasklet_func()
1847 if (data->stop) dw_mci_tasklet_func()
1869 * stop-abort command has been already issued. dw_mci_tasklet_func()
1887 if (mrq->stop) dw_mci_tasklet_func()
1888 dw_mci_command_complete(host, mrq->stop); dw_mci_tasklet_func()
2711 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()
1662 mrq->stop->error = -ETIMEDOUT; usdhi6_timeout_work()
/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda-h264.c33 /* Add rbsp stop bit and trailing at the end */ coda_h264_padding()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dfec.h14 #define FEC_ENET_GRA 0x10000000U /* Graceful stop complete */
/linux-4.4.14/samples/pktgen/
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"
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_timestamp.h12 u_int64_t stop; member in struct:nf_conn_tstamp
/linux-4.4.14/arch/parisc/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/arch/cris/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/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.4.14/arch/m32r/include/asm/
H A Dtermios.h9 start=^Q stop=^S susp=^Z eol=\0
/linux-4.4.14/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.4.14/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.4.14/drivers/media/tuners/
H A Dqt1010_priv.h29 01 a0 ? operation start/stop; start=80, stop=00
/linux-4.4.14/fs/f2fs/
H A Dshrinker.c50 /* stop f2fs_put_super */ f2fs_shrink_count()
94 /* stop f2fs_put_super */ f2fs_shrink_scan()
/linux-4.4.14/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.4.14/fs/cachefiles/
H A Dinternal.h69 unsigned frun_percent; /* when to stop culling (% files) */
71 unsigned fstop_percent; /* when to stop allocating (% files) */
72 unsigned brun_percent; /* when to stop culling (% blocks) */
74 unsigned bstop_percent; /* when to stop allocating (% blocks) */
77 uint64_t frun; /* when to stop culling */
79 uint64_t fstop; /* when to stop allocating */
80 sector_t brun; /* when to stop culling */
82 sector_t bstop; /* when to stop allocating */
/linux-4.4.14/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c161 .name = "stop",
202 .name = "stop",
263 .name = "stop",
323 .name = "stop",
377 .name = "stop",
435 .name = "stop",
577 .name = "stop",
624 .name = "stop",
/linux-4.4.14/sound/oss/
H A Dwaveartist.h48 #define WACMD_INPUTSTOP 0x17 //stop ADC
59 #define WACMD_OUTPUTSTOP 0x27 //stop ADC
/linux-4.4.14/drivers/misc/mei/
H A Dhw.h371 * struct hbm_notification_request - start/stop notification request
376 * @start: start = 1 or stop = 0 asynchronous notifications
386 * struct hbm_notification_response - start/stop notification response
392 * - MEI_HBMS_SUCCESS: successful stop/start
396 * - MEI_HBMS_NOT_STARTED: for stop request for a connected client for whom
399 * @start: start = 1 or stop = 0 asynchronous notifications
H A Dwd.c137 * mei_wd_stop - sends watchdog stop message to fw.
182 dev_warn(dev->dev, "wd: stop failed to complete ret=%d\n", ret); mei_wd_stop()
185 dev_dbg(dev->dev, "wd: stop completed after %u msec\n", mei_wd_stop()
233 * mei_wd_ops_stop - wd stop command from the watchdog core.
342 .stop = mei_wd_ops_stop,
/linux-4.4.14/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.4.14/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.4.14/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()
188 struct jump_entry *stop) __jump_label_update()
190 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) { __jump_label_update()
467 struct jump_entry *stop = __stop___jump_table; jump_label_update() local
477 stop = mod->jump_entries + mod->num_jump_entries; jump_label_update()
482 __jump_label_update(key, entry, stop); jump_label_update()
186 __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop) __jump_label_update() argument
H A Dstop_machine.c98 * stop_one_cpu - stop a cpu
99 * @cpu: cpu to stop
246 * @cpu1: the cpu to stop
247 * @cpu2: the other cpu to stop
293 * stop_one_cpu_nowait - stop a cpu but don't wait for completion
294 * @cpu: cpu to stop
351 * stop_cpus - stop multiple cpus
352 * @cpumask: cpus to stop
390 * try_stop_cpus - try to stop multiple cpus
391 * @cpumask: cpus to stop
453 /* cpu stop callbacks are not allowed to sleep */ cpu_stopper_thread()
484 extern void sched_set_stop_task(int cpu, struct task_struct *stop);
564 /* 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
601 * Set a marker that we have dequeued a stop signal. Our dequeue_signal()
603 * stop signal it is about to process is no longer in the dequeue_signal()
609 * is to alert stop-signal processing code when another dequeue_signal()
775 * Handle magic process-wide effects of stop/continue signals. Unlike
778 * actual continuing for SIGCONT, but not the actual stopping for stop
779 * signals. The process stop is done as a signal action for SIG_DFL.
798 * This is a stop signal. Remove SIGCONT from all queues. prepare_signal()
807 * Remove all stop signals from all queues, wake all threads. prepare_signal()
823 * If we were in the middle of a group stop, we pretend it
1740 * is dead so don't allow us to stop. may_ptrace_stop()
1774 * If we actually decide not to stop at all because the tracer
1786 * ptrace stop. This is allowed to block, e.g. for faults
1816 * stop. Do the bookkeeping. Note that if SIGCONT was delievered
1836 * Notify parents of the stop.
1840 * know about every stop while the real parent is only
1841 * interested in the completion of group stop. The states
1864 * If @gstop_done, the ptracer went away between group stop
1868 * the real parent of the group stop completion is enough.
1925 * do_signal_stop - handle group stop for SIGSTOP and other stop signals
1926 * @signr: signr causing group stop if initiating
1928 * If %JOBCTL_STOP_PENDING is not set yet, initiate group stop with @signr
1930 * group stop. If participated in a group stop (and thus slept), %true is
1933 * If ptraced, this function doesn't handle stop itself. Instead,
1943 * %false if group stop is already cancelled or ptrace trap is scheduled.
1944 * %true if participated in group stop.
1962 * There is no group stop already in progress. We must
1965 * While ptraced, a task may be resumed while group stop is
1966 * still in effect and then receive a stop signal and
1967 * initiate another group stop. This deviates from the
1968 * usual behavior as two consecutive stop signals can't
1977 * an intervening stop signal is required to cause two
1992 * stop is always done with the siglock held, while_each_thread()
2011 * is a group stop in progress and we are the last to stop,
2021 * Notify the parent of the group stop completion. Because
2024 * group stop and should always be delivered to the real
2040 * While ptraced, group stop is handled by STOP trap.
2051 * When PT_SEIZED, it's used for both group stop and explicit
2054 * the stop signal; otherwise, %SIGTRAP.
2056 * When !PT_SEIZED, it's used only for group stop trap with stop signal
2089 * to stop after return from ptrace_stop(). In this case it will ptrace_signal()
2090 * be checked in do_signal_stop(), we should only stop if it was ptrace_signal()
2250 * The default action is to stop all threads in get_signal()
2276 * We didn't actually stop, due to a race get_signal()
2423 * If group stop has completed, deliver the notification. This exit_signals()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-spear/
H A Dtime.c100 /* stop the timer */ timer_shutdown()
116 /* stop the timer */ spear_set_oneshot()
131 /* stop the timer */ spear_set_periodic()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3501.c35 /* first, disable the watchdog or stop the timer */ apci3501_config_insn_timer()
100 } else if (data[1] == 0) { /* stop */ apci3501_write_insn_timer()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h89 * bit 6: stop core on dma error
120 #define SGDMA_CTRLREG_STOPERR BIT(6) /* stop on dma error */
/linux-4.4.14/scripts/gdb/linux/
H A Dcpus.py59 gdb.events.stop.disconnect(cpu_mask_invalidate)
73 gdb.events.stop.connect(cpu_mask_invalidate)
/linux-4.4.14/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.4.14/net/netfilter/ipvs/
H A Dip_vs_rr.c80 goto stop; ip_vs_rr_schedule()
88 stop: ip_vs_rr_schedule()
/linux-4.4.14/drivers/mmc/card/
H A Dblock.c926 pr_err("%s: %s: general error sending stop command, resp %#x\n", send_stop()
978 * Initial r/w and stop cmd error recovery.
987 * mode. Try to send it a stop command. If this fails, we can't recover.
1033 (brq->stop.resp[0] & R1_CARD_ECC_FAILED) || mmc_blk_cmd_recovery()
1040 (brq->stop.resp[0] & R1_ERROR)) { mmc_blk_cmd_recovery()
1041 pr_err("%s: %s: general error sending stop or status command, stop cmd response %#x, card status %#x\n", mmc_blk_cmd_recovery()
1043 brq->stop.resp[0], status); mmc_blk_cmd_recovery()
1049 * mode, tell it to stop (and hopefully transition back to TRAN.) mmc_blk_cmd_recovery()
1057 pr_err("%s: error %d sending stop command\n", mmc_blk_cmd_recovery()
1060 * If the stop cmd also timed out, the card is probably mmc_blk_cmd_recovery()
1081 if (!brq->stop.error) mmc_blk_cmd_recovery()
1084 /* Now for stop errors. These aren't fatal to the transfer. */ mmc_blk_cmd_recovery()
1085 pr_info("%s: error %d sending stop command, original cmd response %#x, card status %#x\n", mmc_blk_cmd_recovery()
1086 req->rq_disk->disk_name, brq->stop.error, mmc_blk_cmd_recovery()
1090 * Subsitute in our own stop status as this will give the error mmc_blk_cmd_recovery()
1094 brq->stop.resp[0] = stop_status; mmc_blk_cmd_recovery()
1095 brq->stop.error = 0; mmc_blk_cmd_recovery()
1319 * stop.error indicates a problem with the stop command. Data mmc_blk_err_check()
1322 if (brq->sbc.error || brq->cmd.error || brq->stop.error || mmc_blk_err_check()
1355 /* Check stop command response */ mmc_blk_err_check()
1356 if (brq->stop.resp[0] & R1_ERROR) { mmc_blk_err_check()
1357 pr_err("%s: %s: general error sending stop command, stop cmd response %#x\n", mmc_blk_err_check()
1359 brq->stop.resp[0]); mmc_blk_err_check()
1387 brq->cmd.resp[0], brq->stop.resp[0]); mmc_blk_err_check()
1492 brq->stop.opcode = MMC_STOP_TRANSMISSION; mmc_blk_rw_rq_prep()
1493 brq->stop.arg = 0; mmc_blk_rw_rq_prep()
1530 brq->mrq.stop = &brq->stop; mmc_blk_rw_rq_prep()
1534 brq->mrq.stop = NULL; mmc_blk_rw_rq_prep()
1541 if (brq->mrq.stop) mmc_blk_rw_rq_prep()
1542 brq->stop.flags = MMC_RSP_SPI_R1 | MMC_RSP_R1 | mmc_blk_rw_rq_prep()
1547 if (brq->mrq.stop) mmc_blk_rw_rq_prep()
1548 brq->stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | mmc_blk_rw_rq_prep()
1570 * CMD12 (stop) needs to be sent anyway. This, coupled mmc_blk_rw_rq_prep()
1801 brq->mrq.stop = &brq->stop; mmc_blk_packed_hdr_wrq_prep()
1817 brq->stop.opcode = MMC_STOP_TRANSMISSION; mmc_blk_packed_hdr_wrq_prep()
1818 brq->stop.arg = 0; mmc_blk_packed_hdr_wrq_prep()
1819 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()
273 struct mmc_command stop = {0}; mmc_test_buffer_transfer() local
280 mrq.stop = &stop; mmc_test_buffer_transfer()
677 mrq->stop = NULL; mmc_test_prepare_broken_mrq()
700 if (!ret && mrq->stop && mrq->stop->error) mmc_test_check_result()
701 ret = mrq->stop->error; mmc_test_check_result()
741 if (!ret && mrq->stop && mrq->stop->error) mmc_test_check_broken_result()
742 ret = mrq->stop->error; mmc_test_check_broken_result()
762 struct mmc_command *stop, mmc_test_nonblock_reset()
768 memset(stop, 0, sizeof(struct mmc_command)); mmc_test_nonblock_reset()
772 mrq->stop = stop; mmc_test_nonblock_reset()
843 struct mmc_command stop = {0}; mmc_test_simple_transfer() local
848 mrq.stop = &stop; mmc_test_simple_transfer()
868 struct mmc_command stop = {0}; mmc_test_broken_transfer() local
875 mrq.stop = &stop; mmc_test_broken_transfer()
760 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.4.14/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.4.14/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.4.14/drivers/media/pci/cx18/
H A Dcx18-streams.h2 * cx18 init/start/stop/exit stream functions
/linux-4.4.14/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.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h67 int (*stop)(struct sd *sd); member in struct:m5602_sensor
/linux-4.4.14/drivers/oprofile/
H A Dtimer_int.c116 ops->stop = oprofile_hrtimer_stop; oprofile_timer_init()
/linux-4.4.14/drivers/net/wireless/b43/
H A Dleds.h39 bool stop; member in struct:b43_leds
/linux-4.4.14/drivers/clocksource/
H A Dasm9260_timer.c89 /* enable stop TC on match */
125 /* stop timer0 */ __asm9260_timer_shutdown()
139 /* enable reset and stop on match */ asm9260_timer_set_oneshot()
149 /* disable reset and stop on match */ asm9260_timer_set_periodic()
/linux-4.4.14/arch/sparc/oprofile/
H A Dinit.c65 ops->stop = timer_stop; op_nmi_timer_init()
/linux-4.4.14/arch/arc/include/asm/
H A Dstacktrace.h22 * Returns 0 to continue unwinding, -1 to stop
/linux-4.4.14/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.4.14/include/linux/spi/
H A Dspi_bitbang.h43 /* start or stop queue processing */
/linux-4.4.14/include/linux/usb/
H A Disp1362.h34 /* Clock start/stop */
/linux-4.4.14/include/net/caif/
H A Dcaif_device.h19 * Link Layer to send flow-stop to CAIF Core.
/linux-4.4.14/include/linux/platform_data/
H A Dremoteproc-omap.h30 * @ops: start/stop rproc handlers
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/falcon/
H A Dlantiq_soc.h40 /* SYSCTL - start/stop/restart/configure/... different parts of the Soc */
/linux-4.4.14/arch/s390/kernel/
H A Dprocessor.c112 .stop = c_stop,
/linux-4.4.14/arch/sh/oprofile/
H A Dbacktrace.c45 /* Limit to stop backtracing too far. */
/linux-4.4.14/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.4.14/arch/metag/oprofile/
H A Dbacktrace.c42 /* decrement depth and stop if we reach 0 */ kernel_backtrace_frame()
/linux-4.4.14/arch/mips/alchemy/common/
H A Dvss.c4 * This is a stop-gap solution until I have the clock framework integration
/linux-4.4.14/arch/mips/lib/
H A Dstrnlen_user.S36 PTR_ADDU a1, a0 # stop pointer
/linux-4.4.14/arch/ia64/oprofile/
H A Dperfmon.c86 ops->stop = perfmon_stop; perfmon_init()
/linux-4.4.14/arch/arm64/include/asm/
H A Dcompiler.h26 * cause compilation to stop on mismatch. (for details, see gcc PR 15089)
/linux-4.4.14/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c28 * stop when its downstream clocks are gated. No return value.
/linux-4.4.14/Documentation/networking/
H A Dcxacru-cf.py22 # contains mis-aligned values which will stop the modem from being able
/linux-4.4.14/net/nfc/hci/
H A Dllc.h33 int (*stop) (struct nfc_llc *llc); member in struct:nfc_llc_ops
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_wt.h39 run = 0, /* 0 W 1:run 0:stop */
/linux-4.4.14/sound/soc/sh/rcar/
H A Drcar_snd.h114 int (*stop)(int id); member in struct:rcar_snd_info
/linux-4.4.14/tools/arch/sparc/include/asm/
H A Dbarrier_64.h8 * branch, the chip can stop executing instructions until a trap occurs.
/linux-4.4.14/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.4.14/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h52 int (*stop) (void); member in struct:cpuidle_monitor
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c99 /* Tell them to stop */ multi_ebb_procs()
/linux-4.4.14/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.4.14/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()
304 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.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h110 * interact with it. The driver layer typically calls the start and stop
118 * @stop: stop the op_mode. Must free all the memory allocated.
153 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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/platform/x86/
H A Dintel_mid_thermal.c242 /* Just stop the ADC */ configure_adc()
273 /* Since this is the last channel, set the stop bit set_up_therm_channel()
285 * reset_stopbit - sets the stop bit to 0 on the given channel
297 /* Set the stop bit to zero */ reset_stopbit()
367 /* Index of the first channel in which the stop bit is set */ mid_initialize_adc()
377 /* Reset stop bit for channels other than 0 and 12 */ mid_initialize_adc()
/linux-4.4.14/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

Completed in 5458 milliseconds

1234567891011>>