Searched refs:stop (Results 1 - 25 of 501) sorted by relevance

1234567891011>>

/drivers/gpu/drm/gma500/
H A Dblitter.c25 unsigned long stop = jiffies + HZ; local
39 } while (busy && !time_after_eq(jiffies, stop));
47 } while (busy && !time_after_eq(jiffies, stop));
/drivers/scsi/aic7xxx/aicasm/
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_macro_scan.l138 stop("Expecting Macro Name",
149 stop(buf, EX_DATAERR);
156 stop("EOF encountered in macro call", EX_DATAERR);
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("R
[all...]
H A Daicasm.c162 stop("-d: Assembler not built with debugging "
173 stop(NULL, EX_CANTCREAT);
189 stop(NULL, EX_CANTCREAT);
197 stop(NULL, EX_CANTCREAT);
204 stop(NULL, EX_CANTCREAT);
234 stop(NULL, EX_OSERR);
239 stop(NULL, EX_OSERR);
277 stop("Unterminated conditional expression", EX_DATAERR);
302 stop(NULL, 0);
337 stop(bu
688 stop(const char *string, int err_code) function
[all...]
H A Daicasm.h89 void stop(const char *errstring, int err_code);
/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.h49 .stop = st6422_stop,
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_hdcs.h156 .stop = hdcs_stop,
175 .stop = hdcs_stop,
/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h67 int (*stop)(struct sd *sd); member in struct:m5602_sensor
/drivers/isdn/hisax/
H A Dsedlbauer_cs.c72 int stop; member in struct:local_info_t
97 ((local_info_t *)link->priv)->stop = 1;
137 &(((local_info_t *)link->priv)->stop), &icard);
173 dev->stop = 1;
182 dev->stop = 0;
/drivers/net/wireless/ti/wl18xx/
H A Dscan.c211 /* don't stop scanning automatically when something is found */
296 struct wl18xx_cmd_scan_stop *stop; local
299 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop");
301 stop = kzalloc(sizeof(*stop), GFP_KERNEL);
302 if (!stop) {
303 wl1271_error("failed to alloc memory to send sched scan stop");
307 stop->role_id = wlvif->role_id;
308 stop->scan_type = scan_type;
310 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeo
[all...]
/drivers/gpu/drm/sti/
H A Dsti_hdmi.h21 void (*stop)(struct sti_hdmi *hdmi); member in struct:hdmi_phy_ops
38 * @phy_ops: phy start/stop operations
/drivers/watchdog/
H A Dmtx-1_wdt.c60 struct completion stop; member in struct:__anon7281
84 complete(&mtx1_wdt_device.stop);
219 init_completion(&mtx1_wdt_device.stop);
240 wait_for_completion(&mtx1_wdt_device.stop);
/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) argument
287 if (stop)
350 if (tty->ops->stop)
351 tty->ops->stop(tty);
443 /* stop the underlying driver */
445 if (tty->ops->stop)
446 tty->ops->stop(tty);
526 if (tty->ops->stop)
527 tty->ops->stop(tt
[all...]
/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__);
196 if (priv->stop) {
266 goto stop;
272 goto stop;
281 goto stop;
292 stop:
306 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) argument
326 struct i2c_msg *msgs, int stop)
334 priv->stop
325 hix5hd2_i2c_xfer_msg(struct hix5hd2_i2c_priv *priv, struct i2c_msg *msgs, int stop) argument
369 int i, ret, stop; local
[all...]
/drivers/video/fbdev/
H A Dep93xx-fb.c234 unsigned int vlines_total, hclks_total, start, stop; local
246 stop = vlines_total - info->var.vsync_len;
247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC);
250 stop = info->var.lower_margin - 1;
251 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK);
252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE);
255 stop = vlines_total + 1;
256 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK);
259 stop = hclks_total - info->var.hsync_len;
260 ep93xxfb_out_locked(fbi, start | (stop << 1
[all...]
/drivers/net/wireless/ti/wl12xx/
H A Dscan.c195 wl1271_debug(DEBUG_CMD, "cmd scan stop");
342 /* don't stop scanning automatically when something is found */
471 struct wl1271_cmd_sched_scan_stop *stop; local
474 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop");
476 /* FIXME: what to do if alloc'ing to stop fails? */
477 stop = kzalloc(sizeof(*stop), GFP_KERNEL);
478 if (!stop) {
479 wl1271_error("failed to alloc memory to send sched scan stop");
483 stop
[all...]
/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,
/drivers/staging/rtl8192e/
H A Drtllib_wx.c52 char *start, char *stop,
69 start = iwe_stream_add_event_rsl(info, start, stop,
78 start = iwe_stream_add_point_rsl(info, start, stop, &iwe,
82 start = iwe_stream_add_point_rsl(info, start, stop,
86 start = iwe_stream_add_point_rsl(info, start, stop, &iwe,
100 start = iwe_stream_add_event_rsl(info, start, stop,
110 start = iwe_stream_add_event_rsl(info, start, stop,
121 start = iwe_stream_add_event_rsl(info, start, stop, &iwe,
131 start = iwe_stream_add_point_rsl(info, start, stop,
182 start = iwe_stream_add_event_rsl(info, start, stop,
51 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) argument
266 char *stop = ev + wrqu->data.length; local
[all...]
/drivers/tty/serial/
H A Dsuncore.c89 int baud, bits, stop, cflag; local
126 stop = simple_strtoul(++s, NULL, 0);
161 switch (stop) {
/drivers/char/tpm/
H A Dtpm_nsc.c72 unsigned long stop; local
80 stop = jiffies + 10 * HZ;
87 while (time_before(jiffies, stop));
95 unsigned long stop; local
105 stop = jiffies + 100;
114 while (time_before(jiffies, stop));
/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c60 char *start, char *stop,
75 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN);
83 start = iwe_stream_add_point(info, start, stop,
90 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN);
100 start = iwe_stream_add_event(info, start, stop,
110 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN);
119 start = iwe_stream_add_point(info, start, stop,
141 stop, &iwe, IW_EV_PARAM_LEN);
149 stop, &iwe, IW_EV_PARAM_LEN);
199 start = iwe_stream_add_event(info, start, stop,
59 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) argument
273 char *stop = ev + wrqu->data.length; local
[all...]
/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.
149 void (*stop)(struct iwl_op_mode *op_mode); member in struct:iwl_op_mode_ops
187 op_mode->ops->stop(op_mode);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c55 char *start, char *stop,
72 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_ADDR_LEN);
81 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>");
84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
96 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_CHAR_LEN);
105 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_UINT_LEN);
115 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_FREQ_LEN);
123 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
170 start = iwe_stream_add_event_rsl(info, start, stop, &iwe,
175 start = iwe_stream_add_point(info, start, stop,
54 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
251 char *stop = ev + wrqu->data.length;//IW_SCAN_MAX_DATA; local
[all...]

Completed in 454 milliseconds

1234567891011>>