Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y280 stop("Prefix multiply defined",
284 stop("Unable to record prefix", EX_SOFTWARE);
292 stop("Patch argument list multiply defined",
296 stop("Unable to record patch arg list", EX_SOFTWARE);
313 stop("Register multiply defined", EX_DATAERR);
392 stop("SCB or SRAM space exhausted", EX_DATAERR);
440 stop("Valid register modes range between 0 and 4.",
453 stop("Only \"const\" symbols allowed in "
458 stop("Valid register modes range between 0 and 4.",
535 stop("Re-definition of register alias",
[all …]
Daicasm_macro_gram.y92 stop("Too few arguments for macro invocation",
114 stop("Comma without preceding argument in arg list",
132 stop("Invalid current symbol for adding macro arg",
147 stop("Too many arguments for macro invocation", EX_DATAERR);
152 stop("Unable to replicate replacement text", EX_SOFTWARE);
160 stop(string, EX_DATAERR); in mmerror()
Daicasm.c162 stop("-d: Assembler not built with debugging " in main()
173 stop(NULL, EX_CANTCREAT); in main()
189 stop(NULL, EX_CANTCREAT); in main()
197 stop(NULL, EX_CANTCREAT); in main()
204 stop(NULL, EX_CANTCREAT); in main()
234 stop(NULL, EX_OSERR); in main()
239 stop(NULL, EX_OSERR); in main()
277 stop("Unterminated conditional expression", EX_DATAERR); in main()
302 stop(NULL, 0); in main()
337 stop(buf, EX_DATAERR); in back_patch()
[all …]
Daicasm_macro_scan.l134 stop("Expecting Macro Name",
145 stop(buf, EX_DATAERR);
152 stop("EOF encountered in macro call", EX_DATAERR);
/drivers/i2c/busses/
Di2c-hix5hd2.c85 int stop; member
189 if (priv->stop) { in hix5hd2_rw_handle_stop()
259 goto stop; in hix5hd2_i2c_irq()
265 goto stop; in hix5hd2_i2c_irq()
274 goto stop; in hix5hd2_i2c_irq()
285 stop: in hix5hd2_i2c_irq()
299 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() argument
315 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument
323 priv->stop = stop; in hix5hd2_i2c_xfer_msg()
328 hix5hd2_i2c_message_start(priv, stop); in hix5hd2_i2c_xfer_msg()
[all …]
Di2c-exynos5.c501 goto stop; in exynos5_i2c_irq()
505 goto stop; in exynos5_i2c_irq()
509 goto stop; in exynos5_i2c_irq()
513 goto stop; in exynos5_i2c_irq()
525 goto stop; in exynos5_i2c_irq()
529 goto stop; in exynos5_i2c_irq()
533 goto stop; in exynos5_i2c_irq()
537 goto stop; in exynos5_i2c_irq()
580 stop: in exynos5_i2c_irq()
680 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) in exynos5_i2c_message_start() argument
[all …]
/drivers/video/fbdev/
Dep93xx-fb.c230 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local
242 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing()
243 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC); in ep93xxfb_set_timing()
246 stop = info->var.lower_margin - 1; in ep93xxfb_set_timing()
247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK); in ep93xxfb_set_timing()
248 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE); in ep93xxfb_set_timing()
251 stop = vlines_total + 1; in ep93xxfb_set_timing()
252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK); in ep93xxfb_set_timing()
255 stop = hclks_total - info->var.hsync_len; in ep93xxfb_set_timing()
256 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HSYNC); in ep93xxfb_set_timing()
[all …]
/drivers/staging/rtl8192e/
Drtllib_wx.c27 char *start, char *stop, in rtl819x_translate_scan() argument
44 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in rtl819x_translate_scan()
52 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
55 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>"); in rtl819x_translate_scan()
58 start = iwe_stream_add_point(info, start, stop, &iwe, network->hidden_ssid); in rtl819x_translate_scan()
70 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in rtl819x_translate_scan()
79 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN); in rtl819x_translate_scan()
87 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in rtl819x_translate_scan()
96 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
147 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_PARAM_LEN); in rtl819x_translate_scan()
[all …]
/drivers/net/wireless/ti/wl18xx/
Dscan.c299 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local
304 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in __wl18xx_scan_stop()
305 if (!stop) { in __wl18xx_scan_stop()
310 stop->role_id = wlvif->role_id; in __wl18xx_scan_stop()
311 stop->scan_type = scan_type; in __wl18xx_scan_stop()
313 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); in __wl18xx_scan_stop()
320 kfree(stop); in __wl18xx_scan_stop()
/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c46 char *start, char *stop, in libipw_translate_scan() argument
61 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in libipw_translate_scan()
69 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan()
76 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in libipw_translate_scan()
86 start = iwe_stream_add_event(info, start, stop, in libipw_translate_scan()
96 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in libipw_translate_scan()
105 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan()
127 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan()
135 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan()
185 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); in libipw_translate_scan()
[all …]
/drivers/gpu/drm/sti/
Dsti_vtg.c189 long clocksperline, start, stop; in vtg_set_hsync_vsync_pos() local
197 stop = mode->hsync_end - mode->hsync_start; in vtg_set_hsync_vsync_pos()
200 stop += delay; in vtg_set_hsync_vsync_pos()
207 if (stop < 0) in vtg_set_hsync_vsync_pos()
208 stop += clocksperline; in vtg_set_hsync_vsync_pos()
209 else if (stop >= clocksperline) in vtg_set_hsync_vsync_pos()
210 stop -= clocksperline; in vtg_set_hsync_vsync_pos()
212 sync->hsync = (stop << 16) | start; in vtg_set_hsync_vsync_pos()
/drivers/mmc/host/
Dmvsdio.c194 if (data->stop) { in mvsd_request()
195 struct mmc_command *stop = data->stop; in mvsd_request() local
198 mvsd_write(MVSD_AUTOCMD12_ARG_LOW, stop->arg & 0xffff); in mvsd_request()
199 mvsd_write(MVSD_AUTOCMD12_ARG_HI, stop->arg >> 16); in mvsd_request()
201 if (stop->flags & MMC_RSP_BUSY) in mvsd_request()
203 if (stop->flags & MMC_RSP_OPCODE) in mvsd_request()
205 cmd12reg |= MVSD_AUTOCMD12_INDEX(stop->opcode); in mvsd_request()
317 if (data->stop) { in mvsd_finish_data()
321 data->stop->resp[0] = ((response[2] & 0x003f) << (8 - 8)) | in mvsd_finish_data()
324 data->stop->resp[1] = ((response[0] & 0xfc00) >> 10); in mvsd_finish_data()
[all …]
/drivers/media/pci/cobalt/
Dcobalt-i2c.c108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() argument
125 } else if (i == len - 1 && stop) { in cobalt_tx_bytes()
166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() argument
180 } else if (i == len - 1 && stop) { in cobalt_rx_bytes()
241 int stop = (i == num - 1); in cobalt_xfer() local
266 ret = cobalt_rx_bytes(regs, adap, false, stop, in cobalt_xfer()
272 ret = cobalt_tx_bytes(regs, adap, false, stop, in cobalt_xfer()
/drivers/char/tpm/st33zp24/
Dst33zp24.c121 unsigned long stop; in request_locality() local
133 stop = jiffies + chip->timeout_a; in request_locality()
140 } while (time_before(jiffies, stop)); in request_locality()
162 unsigned long stop; in get_burstcount() local
166 stop = jiffies + chip->timeout_d; in get_burstcount()
183 } while (time_before(jiffies, stop)); in get_burstcount()
209 unsigned long stop; in wait_for_stat() local
221 stop = jiffies + timeout; in wait_for_stat()
232 timeout = stop - jiffies; in wait_for_stat()
257 } while (time_before(jiffies, stop)); in wait_for_stat()
/drivers/gpu/drm/mediatek/
Dmtk_ddp_comp.c278 .stop = mtk_aal_stop,
286 .stop = mtk_ccorr_stop,
302 .stop = mtk_dither_stop,
307 .stop = mtk_dpi_stop,
316 .stop = mtk_dsc_stop,
321 .stop = mtk_dsi_ddp_stop,
332 .stop = mtk_gamma_stop,
339 .stop = mtk_merge_stop,
355 .stop = mtk_ovl_stop,
377 .stop = mtk_postmask_stop,
[all …]
/drivers/net/wireless/ti/wl12xx/
Dscan.c462 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local
468 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in wl12xx_scan_sched_scan_stop()
469 if (!stop) { in wl12xx_scan_sched_scan_stop()
474 stop->role_id = wlvif->role_id; in wl12xx_scan_sched_scan_stop()
475 stop->tag = WL1271_SCAN_DEFAULT_TAG; in wl12xx_scan_sched_scan_stop()
477 ret = wl1271_cmd_send(wl, CMD_STOP_PERIODIC_SCAN, stop, in wl12xx_scan_sched_scan_stop()
478 sizeof(*stop), 0); in wl12xx_scan_sched_scan_stop()
485 kfree(stop); in wl12xx_scan_sched_scan_stop()
/drivers/char/tpm/
Dtpm_tis_i2c_cr50.c342 unsigned long stop; in tpm_cr50_request_locality() local
352 stop = jiffies + chip->timeout_a; in tpm_cr50_request_locality()
358 } while (time_before(jiffies, stop)); in tpm_cr50_request_locality()
413 unsigned long stop; in tpm_cr50_i2c_get_burst_and_status() local
419 stop = jiffies + chip->timeout_b; in tpm_cr50_i2c_get_burst_and_status()
435 } while (time_before(jiffies, stop)); in tpm_cr50_i2c_get_burst_and_status()
544 unsigned long stop; in tpm_cr50_i2c_tis_send() local
553 stop = jiffies + chip->timeout_b; in tpm_cr50_i2c_tis_send()
555 if (time_after(jiffies, stop)) { in tpm_cr50_i2c_tis_send()
Dtpm_i2c_infineon.c346 unsigned long stop; in request_locality() local
355 stop = jiffies + chip->timeout_a; in request_locality()
360 } while (time_before(jiffies, stop)); in request_locality()
391 unsigned long stop; in get_burstcount() local
397 stop = jiffies + chip->timeout_d; in get_burstcount()
409 } while (time_before(jiffies, stop)); in get_burstcount()
416 unsigned long stop; in wait_for_stat() local
423 stop = jiffies + timeout; in wait_for_stat()
431 } while (time_before(jiffies, stop)); in wait_for_stat()
/drivers/mmc/core/
Dcore.c149 (mrq->stop && mrq->stop->error == -EILSEQ))) in mmc_request_done()
198 if (mrq->stop) { in mmc_request_done()
200 mmc_hostname(host), mrq->stop->opcode, in mmc_request_done()
201 mrq->stop->error, in mmc_request_done()
202 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done()
203 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done()
291 if (mrq->stop) { in mmc_mrq_pr_debug()
293 mmc_hostname(host), mrq->stop->opcode, in mmc_mrq_pr_debug()
294 mrq->stop->arg, mrq->stop->flags); in mmc_mrq_pr_debug()
325 if (mrq->stop) { in mmc_mrq_prep()
[all …]
/drivers/isdn/capi/
Dkcapi_proc.c100 .stop = controller_stop,
107 .stop = controller_stop,
182 .stop = applications_stop,
189 .stop = applications_stop,
/drivers/watchdog/
Dmtx-1_wdt.c49 struct completion stop; member
73 complete(&mtx1_wdt_device.stop); in mtx1_wdt_trigger()
207 init_completion(&mtx1_wdt_device.stop); in mtx1_wdt_probe()
228 wait_for_completion(&mtx1_wdt_device.stop); in mtx1_wdt_remove()
Dcpu5wdt.c48 struct completion stop; member
75 complete(&cpu5wdt_device.stop); in cpu5wdt_trigger()
211 init_completion(&cpu5wdt_device.stop); in cpu5wdt_init()
253 wait_for_completion(&cpu5wdt_device.stop); in cpu5wdt_exit()
/drivers/staging/media/meson/vdec/
Dvdec_1.c162 codec_ops->stop(sess); in __vdec_1_stop()
221 goto stop; in vdec_1_start()
225 goto stop; in vdec_1_start()
244 stop: in vdec_1_start()
252 .stop = vdec_1_stop,
Dvdec_hevc.c124 codec_ops->stop(sess); in __vdec_hevc_stop()
208 goto stop; in __vdec_hevc_start()
212 goto stop; in __vdec_hevc_start()
224 stop: in __vdec_hevc_start()
253 .stop = vdec_hevc_stop,
/drivers/platform/x86/intel/ifs/
Druntest.c183 int cpu = smp_processor_id(), start, stop; in doscan() local
193 stop = params->activate->gen2.stop; in doscan()
196 stop = params->activate->gen0.stop; in doscan()
215 trace_ifs_status(ifsd->cur_batch, start, stop, status.data); in doscan()
253 activate.gen2.stop = to_stop; in ifs_test_core()
256 activate.gen0.stop = to_stop; in ifs_test_core()

12345678910>>...33