/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 285 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", [all …]
|
D | aicasm_macro_gram.y | 96 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); in mmerror()
|
D | aicasm.c | 162 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 …]
|
D | aicasm_macro_scan.l | 138 stop("Expecting Macro Name", 149 stop(buf, EX_DATAERR); 156 stop("EOF encountered in macro call", EX_DATAERR);
|
D | aicasm_scan.l | 288 <INCLUDE>. { stop("Invalid include line", EX_DATAERR); } 336 stop(buf, EX_DATAERR); 450 stop(buf, EX_DATAERR); 495 stop("Unable to open input file", EX_SOFTWARE); 502 stop("Unable to allocate include stack entry",
|
D | aicasm_symbol.c | 78 stop("Unable to strdup symbol name", EX_SOFTWARE); in symbol_create() 232 stop("symlist_add: Unable to malloc symbol_node", EX_SOFTWARE); in symlist_add() 253 stop("symlist_add: Invalid symbol type for sorting", in symlist_add() 394 stop("Unable to strdup symbol name", EX_SOFTWARE); in aic_print_reg_dump_end() 644 stop("symtable_dump: Invalid symbol type " in symtable_dump()
|
D | aicasm.h | 89 void stop(const char *errstring, int err_code);
|
/linux-4.1.27/kernel/sched/ |
D | stop_task.c | 29 struct task_struct *stop = rq->stop; in pick_next_task_stop() local 31 if (!stop || !task_on_rq_queued(stop)) in pick_next_task_stop() 36 stop->se.exec_start = rq_clock_task(rq); in pick_next_task_stop() 38 return stop; in pick_next_task_stop() 83 struct task_struct *stop = rq->stop; in set_curr_task_stop() local 85 stop->se.exec_start = rq_clock_task(rq); in set_curr_task_stop()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cacheflush.h | 45 extern void flush_dcache_range(unsigned long start, unsigned long stop); 47 extern void clean_dcache_range(unsigned long start, unsigned long stop); 48 extern void invalidate_dcache_range(unsigned long start, unsigned long stop); 51 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop); 52 extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
|
D | oprofile_impl.h | 54 void (*stop) (void); member
|
/linux-4.1.27/arch/arm/kernel/ |
D | unwind.c | 118 const struct unwind_idx *stop) in search_index() argument 123 __func__, addr, start, origin, stop); in search_index() 131 stop = origin; in search_index() 139 while (start < stop - 1) { in search_index() 140 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index() 148 stop = mid; in search_index() 166 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin() argument 168 pr_debug("%s(%p, %p)\n", __func__, start, stop); in unwind_find_origin() 169 while (start < stop) { in unwind_find_origin() 170 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin() [all …]
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 92 int stop; member 196 if (priv->stop) { in hix5hd2_rw_handle_stop() 266 goto stop; in hix5hd2_i2c_irq() 272 goto stop; in hix5hd2_i2c_irq() 281 goto stop; in hix5hd2_i2c_irq() 292 stop: in hix5hd2_i2c_irq() 306 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() argument 326 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument 334 priv->stop = stop; in hix5hd2_i2c_xfer_msg() 339 hix5hd2_i2c_message_start(priv, stop); in hix5hd2_i2c_xfer_msg() [all …]
|
D | i2c-exynos5.c | 449 goto stop; in exynos5_i2c_irq() 453 goto stop; in exynos5_i2c_irq() 457 goto stop; in exynos5_i2c_irq() 461 goto stop; in exynos5_i2c_irq() 468 goto stop; in exynos5_i2c_irq() 472 goto stop; in exynos5_i2c_irq() 476 goto stop; in exynos5_i2c_irq() 480 goto stop; in exynos5_i2c_irq() 516 stop: in exynos5_i2c_irq() 565 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) in exynos5_i2c_message_start() argument [all …]
|
D | i2c-iop3xx.c | 262 int stop) in iop3xx_i2c_write_byte() argument 270 if (stop) { in iop3xx_i2c_write_byte() 284 int stop) in iop3xx_i2c_read_byte() argument 292 if (stop) { in iop3xx_i2c_read_byte()
|
D | i2c-davinci.c | 134 int stop; member 385 i2c_davinci_xfer_msg(struct i2c_adapter *adap, struct i2c_msg *msg, int stop) in i2c_davinci_xfer_msg() argument 402 dev->stop = stop; in i2c_davinci_xfer_msg() 451 if (stop && msg->len != 0) in i2c_davinci_xfer_msg() 590 if (((dev->buf_len == 0) && (dev->stop != 0)) || in i2c_davinci_isr()
|
D | i2c-pasemi.c | 116 struct i2c_msg *msg, int stop) in pasemi_i2c_xfer_msg() argument 128 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg() 147 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg()
|
D | i2c-nomadik.c | 184 int stop; member 337 if (dev->stop) in load_i2c_mcr_reg() 469 if (dev->stop || !dev->vendor->has_mtdws) in read_i2c() 549 if (dev->stop || !dev->vendor->has_mtdws) in write_i2c() 683 dev->stop = (i < (num_msgs - 1)) ? 0 : 1; in nmk_i2c_xfer()
|
D | i2c-stu300.c | 654 struct i2c_msg *msg, int stop) in stu300_xfer_msg() argument 669 msg->addr, msg->len, msg->flags, stop); in stu300_xfer_msg() 755 if (stop) in stu300_xfer_msg() 793 if (stop) { in stu300_xfer_msg()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore_crt0.S | 110 stop SPU_RESTORE_COMPLETE 111 stop 0 112 stop 0 113 stop 0
|
D | spu_save_crt0.S | 98 stop 0x0
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 450 ktime_t stop; in save_image() local 473 stop = ktime_get(); in save_image() 478 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); in save_image() 488 atomic_t stop; /* ready to stop flag */ member 510 atomic_set(&d->stop, 1); in crc32_threadfn() 519 atomic_set(&d->stop, 1); in crc32_threadfn() 530 atomic_t stop; /* ready to stop flag */ member 554 atomic_set(&d->stop, 1); in lzo_compress_threadfn() 563 atomic_set(&d->stop, 1); in lzo_compress_threadfn() 585 ktime_t stop; in save_image_lzo() local [all …]
|
/linux-4.1.27/arch/mn10300/lib/ |
D | delay.c | 41 unsigned long start, stop, cnt; in __udelay() local 44 stop = __muldiv64u(usecs, MN10300_TSCCLK, 1000000); in __udelay() 49 } while (cnt < stop); in __udelay()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 19 - Issue the FWapi command to stop the encoder if it is running. Wait for the 21 - Issue the FWapi command to stop the decoder if it is running. Wait for the 23 - Issue the I2C command to the digitizer to stop emitting VSYNC events. 28 - Write 0x00000000 to register 0x2800 to stop the Video Display Module. 29 - Write 0x00000005 to register 0x2D00 to stop the AO (audio output?). 31 - Write 0xFFFFFFFE to register 0x9058 to stop the VPU. 33 - Write 0x00000001 to register 0x9050 to stop the SPU.
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | blitter.c | 25 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local 39 } while (busy && !time_after_eq(jiffies, stop)); in gma_blt_wait_idle() 47 } while (busy && !time_after_eq(jiffies, stop)); in gma_blt_wait_idle()
|
/linux-4.1.27/arch/frv/kernel/ |
D | traps.c | 572 unsigned long tos = 0, stop = 0, base; in show_backtrace() local 580 stop = (unsigned long) frame; in show_backtrace() 589 while (tos < stop) { in show_backtrace() 620 stop = (unsigned long) frame->next_frame; in show_backtrace() 621 if (stop != base && in show_backtrace() 622 (stop < tos || in show_backtrace() 623 stop > base || in show_backtrace() 624 (stop < base && stop + sizeof(*frame) > base) || in show_backtrace() 625 stop & 3)) { in show_backtrace() 627 stop, tos, base); in show_backtrace()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | sedlbauer_cs.c | 72 int stop; member 97 ((local_info_t *)link->priv)->stop = 1; in sedlbauer_detach() 137 &(((local_info_t *)link->priv)->stop), &icard); in sedlbauer_config() 173 dev->stop = 1; in sedlbauer_suspend() 182 dev->stop = 0; in sedlbauer_resume()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 296 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local 301 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in __wl18xx_scan_stop() 302 if (!stop) { in __wl18xx_scan_stop() 307 stop->role_id = wlvif->role_id; in __wl18xx_scan_stop() 308 stop->scan_type = scan_type; in __wl18xx_scan_stop() 310 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); in __wl18xx_scan_stop() 317 kfree(stop); in __wl18xx_scan_stop()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | ep93xx-fb.c | 234 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local 246 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing() 247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC); in ep93xxfb_set_timing() 250 stop = info->var.lower_margin - 1; in ep93xxfb_set_timing() 251 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK); in ep93xxfb_set_timing() 252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE); in ep93xxfb_set_timing() 255 stop = vlines_total + 1; in ep93xxfb_set_timing() 256 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK); in ep93xxfb_set_timing() 259 stop = hclks_total - info->var.hsync_len; in ep93xxfb_set_timing() 260 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HSYNC); in ep93xxfb_set_timing() [all …]
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_amanda.c | 93 unsigned int dataoff, start, stop, off, i; in amanda_help() local 121 stop = skb_find_text(skb, start, skb->len, in amanda_help() 123 if (stop == UINT_MAX) in amanda_help() 125 stop += start; in amanda_help() 128 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help() 133 len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off); in amanda_help()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 60 char *start, char *stop, in libipw_translate_scan() argument 75 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in libipw_translate_scan() 83 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan() 90 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in libipw_translate_scan() 100 start = iwe_stream_add_event(info, start, stop, in libipw_translate_scan() 110 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in libipw_translate_scan() 119 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan() 141 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan() 149 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan() 199 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); in libipw_translate_scan() [all …]
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 52 char *start, char *stop, in rtl819x_translate_scan() argument 69 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 78 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 82 start = iwe_stream_add_point_rsl(info, start, stop, in rtl819x_translate_scan() 86 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 100 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 110 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 119 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 129 start = iwe_stream_add_point_rsl(info, start, stop, in rtl819x_translate_scan() 180 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() [all …]
|
/linux-4.1.27/arch/s390/kvm/ |
D | guestdbg.c | 22 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) in extend_address_range() argument 34 if ((*start == 0) && (*stop == 0)) { in extend_address_range() 36 *stop = estop; in extend_address_range() 37 } else if (*start <= *stop) { in extend_address_range() 41 if (estop > *stop) in extend_address_range() 42 *stop = estop; in extend_address_range() 45 if (estart <= *stop) { in extend_address_range() 46 if (estop > *stop) in extend_address_range() 47 *stop = estop; in extend_address_range() 53 else if ((estop - *stop) < (*start - estart)) in extend_address_range() [all …]
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 55 char *start, char *stop, in rtl819x_translate_scan() argument 72 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_ADDR_LEN); in rtl819x_translate_scan() 81 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>"); in rtl819x_translate_scan() 84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 96 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_CHAR_LEN); in rtl819x_translate_scan() 105 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_UINT_LEN); in rtl819x_translate_scan() 115 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, IW_EV_FREQ_LEN); in rtl819x_translate_scan() 123 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan() 170 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 175 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan() [all …]
|
/linux-4.1.27/drivers/net/irda/ |
D | irtty-sir.c | 278 static inline void irtty_stop_receiver(struct tty_struct *tty, int stop) in irtty_stop_receiver() argument 287 if (stop) in irtty_stop_receiver() 350 if (tty->ops->stop) in irtty_stop_dev() 351 tty->ops->stop(tty); in irtty_stop_dev() 435 if (tty->ops->stop) in irtty_open() 436 tty->ops->stop(tty); in irtty_open() 516 if (tty->ops->stop) in irtty_close() 517 tty->ops->stop(tty); in irtty_close()
|
/linux-4.1.27/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 159 unsigned long stop; in request_locality() local 174 stop = jiffies + chip->vendor.timeout_a; in request_locality() 181 } while (time_before(jiffies, stop)); in request_locality() 209 unsigned long stop; in get_burstcount() local 216 stop = jiffies + chip->vendor.timeout_d; in get_burstcount() 233 } while (time_before(jiffies, stop)); in get_burstcount() 274 unsigned long stop; in wait_for_stat() local 289 stop = jiffies + timeout; in wait_for_stat() 300 timeout = stop - jiffies; in wait_for_stat() 325 } while (time_before(jiffies, stop)); in wait_for_stat()
|
/linux-4.1.27/lib/raid6/ |
D | sse2.c | 92 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() argument 99 z0 = stop; /* P/Q right side optimization */ in raid6_sse21_xor_syndrome() 203 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() argument 210 z0 = stop; /* P/Q right side optimization */ in raid6_sse22_xor_syndrome() 369 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome() argument 376 z0 = stop; /* P/Q right side optimization */ in raid6_sse24_xor_syndrome()
|
D | algos.c | 135 int start = (disks>>1)-1, stop = disks-3; /* work on the second half of the disks */ in raid6_choose_gen() local 175 (*algo)->xor_syndrome(disks, start, stop, in raid6_choose_gen()
|
D | int.uc | 110 static void raid6_int$#_xor_syndrome(int disks, int start, int stop, 119 z0 = stop; /* P/Q right side optimization */
|
/linux-4.1.27/drivers/mmc/host/ |
D | mvsdio.c | 199 if (data->stop) { in mvsd_request() 200 struct mmc_command *stop = data->stop; in mvsd_request() local 203 mvsd_write(MVSD_AUTOCMD12_ARG_LOW, stop->arg & 0xffff); in mvsd_request() 204 mvsd_write(MVSD_AUTOCMD12_ARG_HI, stop->arg >> 16); in mvsd_request() 206 if (stop->flags & MMC_RSP_BUSY) in mvsd_request() 208 if (stop->flags & MMC_RSP_OPCODE) in mvsd_request() 210 cmd12reg |= MVSD_AUTOCMD12_INDEX(stop->opcode); in mvsd_request() 322 if (data->stop) { in mvsd_finish_data() 326 data->stop->resp[0] = ((response[2] & 0x003f) << (8 - 8)) | in mvsd_finish_data() 329 data->stop->resp[1] = ((response[0] & 0xfc00) >> 10); in mvsd_finish_data() [all …]
|
D | dw_mmc.c | 117 struct mmc_command *stop; in dw_mci_req_show() local 127 stop = mrq->stop; in dw_mci_req_show() 139 if (stop) in dw_mci_req_show() 142 stop->opcode, stop->arg, stop->flags, in dw_mci_req_show() 143 stop->resp[0], stop->resp[1], stop->resp[2], in dw_mci_req_show() 144 stop->resp[2], stop->error); in dw_mci_req_show() 309 struct mmc_command *stop; in dw_mci_prep_stop_abort() local 315 stop = &host->stop_abort; in dw_mci_prep_stop_abort() 317 memset(stop, 0, sizeof(struct mmc_command)); in dw_mci_prep_stop_abort() 325 stop->opcode = MMC_STOP_TRANSMISSION; in dw_mci_prep_stop_abort() [all …]
|
D | usdhi6rol0.c | 908 (mrq->stop && mrq->stop->error)) in usdhi6_request_done() 914 mrq->stop ? mrq->stop->error : 1); in usdhi6_request_done() 946 if (!mrq->stop) in usdhi6_cmd_flags() 1013 if (mrq->stop) in usdhi6_rq_start() 1060 data->sg->offset, mrq->stop ? " + stop" : ""); in usdhi6_rq_start() 1162 struct mmc_command *cmd = host->mrq->stop; in usdhi6_resp_cmd12() 1302 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) { in usdhi6_stop_cmd() 1310 mrq->stop->opcode, mrq->cmd->opcode); in usdhi6_stop_cmd() 1311 mrq->stop->error = -EOPNOTSUPP; in usdhi6_stop_cmd() 1334 if (!mrq->stop) in usdhi6_end_cmd() [all …]
|
D | tifm_sd.c | 430 if (host->req->stop) { in tifm_sd_check_status() 438 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status() 459 if (host->req->stop) { in tifm_sd_check_status() 462 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status() 540 if (host->req->stop) { in tifm_sd_card_event() 542 host->req->stop->error = cmd_error; in tifm_sd_card_event() 547 tifm_sd_exec(host, host->req->stop); in tifm_sd_card_event() 559 tifm_sd_fetch_resp(host->req->stop, in tifm_sd_card_event() 653 if ((r_data->flags & MMC_DATA_WRITE) && !mrq->stop) in tifm_sd_request() 1018 if (host->req->stop) in tifm_sd_remove() [all …]
|
D | atmel-mci.c | 289 struct mmc_command *stop; in atmci_req_show() local 299 stop = mrq->stop; in atmci_req_show() 311 if (stop) in atmci_req_show() 314 stop->opcode, stop->arg, stop->flags, in atmci_req_show() 315 stop->resp[0], stop->resp[1], stop->resp[2], in atmci_req_show() 316 stop->resp[3], stop->error); in atmci_req_show() 728 atmci_send_command(host, data->stop, host->stop_cmdr); in atmci_send_stop_cmd() 1212 if (mrq->stop) { in atmci_start_request() 1213 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop); in atmci_start_request() 1622 mrq->stop->error = -ENOMEDIUM; in atmci_detect_change() [all …]
|
D | mmc_spi.c | 1055 struct mmc_command stop; in mmc_spi_request() local 1070 cmd = mrq->stop; in mmc_spi_request() 1102 stop.opcode = MMC_STOP_TRANSMISSION; in mmc_spi_request() 1103 stop.arg = 0; in mmc_spi_request() 1104 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC; in mmc_spi_request() 1105 status = mmc_spi_command_send(host, mrq, &stop, 0); in mmc_spi_request() 1111 if (mrq->stop) in mmc_spi_request() 1112 status = mmc_spi_command_send(host, mrq, mrq->stop, 0); in mmc_spi_request()
|
D | sunxi-mmc.c | 408 if (req->stop) in sunxi_mmc_send_manual_stop() 409 req->stop->resp[0] = -ETIMEDOUT; in sunxi_mmc_send_manual_stop() 411 if (req->stop) in sunxi_mmc_send_manual_stop() 412 req->stop->resp[0] = mmc_readl(host, REG_RESP0); in sunxi_mmc_send_manual_stop() 464 if (mrq->stop) in sunxi_mmc_finalize_request() 465 mrq->stop->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 819 if (cmd->data->stop) { in sunxi_mmc_request()
|
D | wmt-sdmmc.c | 317 if (!req->data->stop) { in wmt_complete_data_request() 328 priv->cmd = req->data->stop; in wmt_complete_data_request() 329 wmt_mci_send_command(priv->mmc, req->data->stop->opcode, in wmt_complete_data_request() 330 7, req->data->stop->arg, 9); in wmt_complete_data_request() 405 ((priv->req->data->stop) && (priv->cmd == priv->req->data->stop))) { in wmt_mci_regular_isr()
|
D | sh_mmcif.c | 930 mrq->stop->error = sh_mmcif_error_manage(host); in sh_mmcif_stop_cmd() 1224 mrq->stop->error = sh_mmcif_error_manage(host); in sh_mmcif_irqt() 1225 dev_dbg(&host->pd->dev, "%s(): %d\n", __func__, mrq->stop->error); in sh_mmcif_irqt() 1228 sh_mmcif_get_cmd12response(host, mrq->stop); in sh_mmcif_irqt() 1229 mrq->stop->error = 0; in sh_mmcif_irqt() 1255 if (mrq->stop && !mrq->cmd->error && (!data || !data->error)) { in sh_mmcif_irqt() 1257 if (!mrq->stop->error) { in sh_mmcif_irqt() 1342 mrq->stop->error = sh_mmcif_error_manage(host); in mmcif_timeout_work()
|
/linux-4.1.27/kernel/ |
D | jump_label.c | 48 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() argument 52 size = (((unsigned long)stop - (unsigned long)start) in jump_label_sort_entries() 166 struct jump_entry *stop, int enable) in __jump_label_update() argument 168 for (; (entry < stop) && in __jump_label_update() 444 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local 453 stop = mod->jump_entries + mod->num_jump_entries; in jump_label_update() 457 __jump_label_update(key, entry, stop, enable); in jump_label_update()
|
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi_proc.c | 100 .stop = controller_stop, 107 .stop = controller_stop, 208 .stop = applications_stop, 215 .stop = applications_stop, 278 .stop = capi_driver_stop,
|
/linux-4.1.27/drivers/watchdog/ |
D | mtx-1_wdt.c | 60 struct completion stop; member 84 complete(&mtx1_wdt_device.stop); in mtx1_wdt_trigger() 219 init_completion(&mtx1_wdt_device.stop); in mtx1_wdt_probe() 240 wait_for_completion(&mtx1_wdt_device.stop); in mtx1_wdt_remove()
|
D | cpu5wdt.c | 62 struct completion stop; member 89 complete(&cpu5wdt_device.stop); in cpu5wdt_trigger() 225 init_completion(&cpu5wdt_device.stop); in cpu5wdt_init() 267 wait_for_completion(&cpu5wdt_device.stop); in cpu5wdt_exit()
|
D | rdc321x_wdt.c | 57 struct completion stop; member 93 complete(&rdc321x_wdt_device.stop); in rdc321x_wdt_trigger() 260 init_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_probe() 278 wait_for_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_remove()
|
D | orion_wdt.c | 63 int (*stop)(struct watchdog_device *); member 315 return dev->data->stop(wdt_dev); in 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,
|
D | bcm47xx_wdt.c | 94 .stop = bcm47xx_wdt_hard_stop, 168 wdt->wdd.ops->stop(&wdt->wdd); in bcm47xx_wdt_notify_sys() 186 .stop = bcm47xx_wdt_soft_stop,
|
D | stmp3xxx_rtc_wdt.c | 60 .stop = wdt_stop,
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 37 +-> | QCI: stop | ------------------> | QCI: run | <------------+ 38 | | DMA: stop | | DMA: stop | | 48 | | DMA: stop | / | DMA: run | | | 66 | QCI: run | | QCI: stop | --------------+ 67 | DMA: run | | DMA: stop | 75 - "QCI: stop" means the QCI interface is not enabled 76 - "DMA: stop" means all 3 DMA channels are stopped
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 471 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local 477 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in wl12xx_scan_sched_scan_stop() 478 if (!stop) { in wl12xx_scan_sched_scan_stop() 483 stop->role_id = wlvif->role_id; in wl12xx_scan_sched_scan_stop() 484 stop->tag = WL1271_SCAN_DEFAULT_TAG; in wl12xx_scan_sched_scan_stop() 486 ret = wl1271_cmd_send(wl, CMD_STOP_PERIODIC_SCAN, stop, in wl12xx_scan_sched_scan_stop() 487 sizeof(*stop), 0); in wl12xx_scan_sched_scan_stop() 494 kfree(stop); in wl12xx_scan_sched_scan_stop()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_i2c_infineon.c | 314 unsigned long stop; in request_locality() local 323 stop = jiffies + chip->vendor.timeout_a; in request_locality() 328 } while (time_before(jiffies, stop)); in request_locality() 359 unsigned long stop; in get_burstcount() local 365 stop = jiffies + chip->vendor.timeout_d; in get_burstcount() 377 } while (time_before(jiffies, stop)); in get_burstcount() 384 unsigned long stop; in wait_for_stat() local 391 stop = jiffies + timeout; in wait_for_stat() 399 } while (time_before(jiffies, stop)); in wait_for_stat()
|
D | tpm_nsc.c | 72 unsigned long stop; in wait_for_stat() local 80 stop = jiffies + 10 * HZ; in wait_for_stat() 87 while (time_before(jiffies, stop)); in wait_for_stat() 95 unsigned long stop; in nsc_wait_for_ready() local 105 stop = jiffies + 100; in nsc_wait_for_ready() 114 while (time_before(jiffies, stop)); in nsc_wait_for_ready()
|
D | tpm-interface.c | 336 unsigned long stop; in tpm_transmit() local 364 stop = jiffies + tpm2_calc_ordinal_duration(chip, ordinal); in tpm_transmit() 366 stop = jiffies + tpm_calc_ordinal_duration(chip, ordinal); in tpm_transmit() 381 } while (time_before(jiffies, stop)); in tpm_transmit() 838 unsigned long stop; in wait_for_tpm_stat() local 848 stop = jiffies + timeout; in wait_for_tpm_stat() 852 timeout = stop - jiffies; in wait_for_tpm_stat() 874 } while (time_before(jiffies, stop)); in wait_for_tpm_stat()
|
D | tpm_tis.c | 162 unsigned long stop = jiffies + chip->vendor.timeout_a; in wait_startup() local 168 } while (time_before(jiffies, stop)); in wait_startup() 193 unsigned long stop, timeout; in request_locality() local 202 stop = jiffies + chip->vendor.timeout_a; in request_locality() 206 timeout = stop - jiffies; in request_locality() 226 while (time_before(jiffies, stop)); in request_locality() 246 unsigned long stop; in get_burstcount() local 251 stop = jiffies + chip->vendor.timeout_d; in get_burstcount() 261 } while (time_before(jiffies, stop)); in get_burstcount()
|
D | tpm_i2c_nuvoton.c | 145 unsigned long stop = jiffies + chip->vendor.timeout_d; in i2c_nuvoton_get_burstcount() local 160 } while (time_before(jiffies, stop)); in i2c_nuvoton_get_burstcount() 193 unsigned long ten_msec, stop; in i2c_nuvoton_wait_for_stat() local 203 stop = jiffies + timeout; in i2c_nuvoton_wait_for_stat() 213 } while (time_before(jiffies, stop)); in i2c_nuvoton_wait_for_stat()
|
D | tpm_eventlog.c | 270 .stop = tpm_bios_measurements_stop, 277 .stop = tpm_bios_measurements_stop,
|
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/ |
D | jz4740_fb.h | 35 #define JZ4740_FB_SPECIAL_TFT_CONFIG(start, stop) (((start) << 16) | (stop)) argument
|
/linux-4.1.27/kernel/trace/ |
D | trace_benchmark.c | 37 u64 stop; in trace_do_benchmark() local 52 stop = trace_clock_local(); in trace_do_benchmark() 57 delta = stop - start; in trace_do_benchmark()
|
D | trace_selftest.c | 838 trace->stop(tr); in trace_selftest_startup_irqsoff() 900 trace->stop(tr); in trace_selftest_startup_preemptoff() 966 trace->stop(tr); in trace_selftest_startup_preemptirqsoff() 996 trace->stop(tr); in trace_selftest_startup_preemptirqsoff()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | quatech_daqp_cs.c | 57 int stop; member 162 if (devpriv->stop) in daqp_ai_cancel() 275 if (devpriv->stop) in daqp_ai_insn_read() 457 if (devpriv->stop) in daqp_ai_cmd() 638 if (devpriv->stop) in daqp_ao_insn_write() 666 if (devpriv->stop) in daqp_di_insn_bits() 681 if (devpriv->stop) in daqp_do_insn_bits() 775 devpriv->stop = 1; in daqp_cs_suspend() 786 devpriv->stop = 0; in daqp_cs_resume()
|
/linux-4.1.27/lib/ |
D | crc32.c | 982 struct timespec start, stop; local 1008 getnstimeofday(&stop); 1013 nsec = stop.tv_nsec - start.tv_nsec + 1014 1000000000 * (stop.tv_sec - start.tv_sec); 1068 struct timespec start, stop; local 1101 getnstimeofday(&stop); 1106 nsec = stop.tv_nsec - start.tv_nsec + 1107 1000000000 * (stop.tv_sec - start.tv_sec);
|
/linux-4.1.27/tools/perf/bench/ |
D | sched-pipe.c | 82 struct timeval start, stop, diff; in bench_sched_pipe() local 148 gettimeofday(&stop, NULL); in bench_sched_pipe() 149 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
D | numa.c | 1029 struct timeval start0, start, stop, diff; in worker_thread() local 1088 start = stop = start0; in worker_thread() 1092 start = stop; in worker_thread() 1126 gettimeofday(&stop, NULL); in worker_thread() 1130 timersub(&stop, &start0, &diff); in worker_thread() 1138 if (start.tv_sec == stop.tv_sec) in worker_thread() 1145 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread() 1150 last_perturbance = stop.tv_sec; in worker_thread() 1173 timersub(&stop, &start, &diff); in worker_thread() 1186 timersub(&stop, &start0, &diff); in worker_thread() [all …]
|
D | sched-messaging.c | 266 struct timeval start, stop, diff; in bench_sched_messaging() local 302 gettimeofday(&stop, NULL); in bench_sched_messaging() 304 timersub(&stop, &start, &diff); in bench_sched_messaging()
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | spu_profiler.c | 143 goto stop; in profile_spus() 185 goto stop; in profile_spus() 189 stop: in profile_spus()
|
/linux-4.1.27/drivers/pcmcia/ |
D | vrc4171_card.c | 388 io->start > 0xffff || io->stop > 0xffff || io->start > io->stop) in pccard_set_io_map() 401 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop); in pccard_set_io_map() 425 uint16_t start, stop, offset; in pccard_set_mem_map() local 452 stop = (mem->res->end >> 12) & 0x3fff; in pccard_set_mem_map() 457 stop |= I365_MEM_WS0; in pccard_set_mem_map() 460 stop |= I365_MEM_WS1; in pccard_set_mem_map() 463 stop |= I365_MEM_WS0 | I365_MEM_WS1; in pccard_set_mem_map() 466 exca_write_word(slot, I365_MEM(map)+I365_W_STOP, stop); in pccard_set_mem_map()
|
D | vrc4173_cardu.c | 259 io->stop = exca_readw(socket, IO_WIN_EA(map)); in cardu_get_io_map() 292 exca_writew(socket, IO_WIN_EA(map), io->stop); in cardu_set_io_map() 308 uint32_t start, stop, offset, page; in cardu_get_mem_map() local 323 stop = exca_readw(socket, MEM_WIN_EA(map)); in cardu_get_mem_map() 324 stop = ((stop & 0x0fff) << 12) + 0x0fff; in cardu_get_mem_map()
|
D | soc_common.c | 465 (unsigned long long)map->stop); in soc_common_pcmcia_set_io_map() 492 if (map->stop == 1) in soc_common_pcmcia_set_io_map() 493 map->stop = PAGE_SIZE-1; in soc_common_pcmcia_set_io_map() 495 map->stop -= map->start; in soc_common_pcmcia_set_io_map() 496 map->stop += skt->socket.io_offset; in soc_common_pcmcia_set_io_map()
|
D | i82365.c | 643 unsigned int start, stop; in is_alive() local 647 stop = i365_get_pair(sock, I365_IO(0)+I365_W_STOP); in is_alive() 652 if (!request_region(start, stop-start+1, "i82365")) in is_alive() 654 release_region(start, stop-start+1); in is_alive() 1038 (unsigned long long)io->start, (unsigned long long)io->stop); in i365_set_io_map() 1040 if ((map > 1) || (io->start > 0xffff) || (io->stop > 0xffff) || in i365_set_io_map() 1041 (io->stop < io->start)) return -EINVAL; in i365_set_io_map() 1046 i365_set_pair(sock, I365_IO(map)+I365_W_STOP, io->stop); in i365_set_io_map()
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | common.c | 111 model->stop(); in op_powerpc_cpu_stop() 116 if (model->stop) in op_powerpc_stop() 236 ops->stop = op_powerpc_stop; in oprofile_arch_init()
|
/linux-4.1.27/Documentation/ |
D | cpu-load.txt | 61 static volatile sig_atomic_t stop; 66 stop = 1; 70 stop = 0; 71 while (!stop && --niters);
|
D | basic_profiling.txt | 50 stop opcontrol --stop
|
/linux-4.1.27/drivers/hid/ |
D | hid-thingm.c | 242 goto stop; in thingm_probe() 254 goto stop; in thingm_probe() 262 goto stop; in thingm_probe() 274 goto stop; in thingm_probe() 279 stop: in thingm_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 10 modes (locked, low power stop etc.) This binding has several 51 - ti,low-power-stop : DPLL supports low power stop mode, gating output 67 ti,low-power-stop;
|
/linux-4.1.27/drivers/tty/serial/ |
D | suncore.c | 89 int baud, bits, stop, cflag; in sunserial_console_termios() local 126 stop = simple_strtoul(++s, NULL, 0); in sunserial_console_termios() 161 switch (stop) { in sunserial_console_termios()
|
D | etraxfs-uart.c | 232 tr_ctrl.stop = 0; in etraxfs_uart_send_xchar() 263 prev_tr_ctrl.stop = 1; in etraxfs_uart_send_xchar() 301 tr_ctrl.stop = regk_ser_no; in etraxfs_uart_start_tx_bottom() 338 tr_ctrl.stop = 1; in etraxfs_uart_stop_tx() 467 tr_ctrl.stop = 1; in etraxfs_uart_break_ctl() 473 tr_ctrl.stop = 0; in etraxfs_uart_break_ctl() 708 tx_ctrl.stop = 0; in etraxfs_uart_set_termios()
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | atmel-wdt.txt | 27 - atmel,idle-halt : Should be present if you want to stop the watchdog when 32 if the CPU stop working while it is in idle state, which is probably 34 - atmel,dbg-halt : Should be present if you want to stop the watchdog when
|
/linux-4.1.27/drivers/mmc/card/ |
D | block.c | 933 (brq->stop.resp[0] & R1_CARD_ECC_FAILED) || in mmc_blk_cmd_recovery() 940 (brq->stop.resp[0] & R1_ERROR)) { in mmc_blk_cmd_recovery() 943 brq->stop.resp[0], status); in mmc_blk_cmd_recovery() 981 if (!brq->stop.error) in mmc_blk_cmd_recovery() 986 req->rq_disk->disk_name, brq->stop.error, in mmc_blk_cmd_recovery() 994 brq->stop.resp[0] = stop_status; in mmc_blk_cmd_recovery() 995 brq->stop.error = 0; in mmc_blk_cmd_recovery() 1221 if (brq->sbc.error || brq->cmd.error || brq->stop.error || in mmc_blk_err_check() 1255 if (brq->stop.resp[0] & R1_ERROR) { in mmc_blk_err_check() 1258 brq->stop.resp[0]); in mmc_blk_err_check() [all …]
|
D | mmc_test.c | 194 BUG_ON(!mrq || !mrq->cmd || !mrq->data || !mrq->stop); in mmc_test_prepare_mrq() 211 mrq->stop = NULL; in mmc_test_prepare_mrq() 213 mrq->stop->opcode = MMC_STOP_TRANSMISSION; in mmc_test_prepare_mrq() 214 mrq->stop->arg = 0; in mmc_test_prepare_mrq() 215 mrq->stop->flags = MMC_RSP_R1B | MMC_CMD_AC; in mmc_test_prepare_mrq() 275 struct mmc_command stop = {0}; in mmc_test_buffer_transfer() local 282 mrq.stop = &stop; in mmc_test_buffer_transfer() 683 mrq->stop = NULL; in mmc_test_prepare_broken_mrq() 706 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_result() 707 ret = mrq->stop->error; in mmc_test_check_result() [all …]
|
D | queue.h | 13 struct mmc_command stop; member
|
/linux-4.1.27/drivers/mmc/core/ |
D | core.c | 172 if (mrq->stop) { in mmc_request_done() 174 mmc_hostname(host), mrq->stop->opcode, in mmc_request_done() 175 mrq->stop->error, in mmc_request_done() 176 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done() 177 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done() 217 if (mrq->stop) { in mmc_start_request() 219 mmc_hostname(host), mrq->stop->opcode, in mmc_start_request() 220 mrq->stop->arg, mrq->stop->flags); in mmc_start_request() 247 if (mrq->stop) { in mmc_start_request() 248 mrq->data->stop = mrq->stop; in mmc_start_request() [all …]
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 168 struct ip_vs_dest *dest, *last, *stop = NULL; in ip_vs_wrr_schedule() local 188 if (dest == stop) in ip_vs_wrr_schedule() 212 stop = last; in ip_vs_wrr_schedule()
|
D | ip_vs_rr.c | 80 goto stop; in ip_vs_rr_schedule() 88 stop: in ip_vs_rr_schedule()
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 9 - controlled by start/stop orders from a Host 20 6) If the controller receives a stop order from a host, the read/write threads 21 stop to read trace data. 109 the guest will stop by specification of chardev in QEMU. This blocking mode may 117 A host injects read stop order to the guest via virtio-serial.
|
/linux-4.1.27/drivers/dma/bestcomm/ |
D | bestcomm.c | 63 if (!bcom_eng->tdt[i].stop) { /* we use stop as a marker */ in bcom_task_alloc() 64 bcom_eng->tdt[i].stop = 0xfffffffful; /* dummy addr */ in bcom_task_alloc() 114 bcom_eng->tdt[tasknum].stop = 0; in bcom_task_alloc() 128 bcom_eng->tdt[tsk->tasknum].stop = 0; in bcom_task_free() 181 tdt->stop = start_pa + ((hdr->desc_size-1) * sizeof(u32)); in bcom_load_image()
|
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.h | 156 .stop = hdcs_stop, 175 .stop = hdcs_stop,
|
D | stv06xx_st6422.h | 49 .stop = st6422_stop,
|
D | stv06xx_sensor.h | 81 int (*stop)(struct sd *sd); member
|
D | stv06xx_pb0100.h | 140 .stop = pb0100_stop,
|
/linux-4.1.27/net/x25/ |
D | x25_proc.c | 156 .stop = x25_seq_route_stop, 163 .stop = x25_seq_socket_stop, 170 .stop = x25_seq_forward_stop,
|
/linux-4.1.27/include/linux/ |
D | oprofile.h | 61 void (*stop)(void); member 173 unsigned int stop, unsigned int max);
|
D | rbtree_augmented.h | 39 void (*propagate)(struct rb_node *node, struct rb_node *stop); 66 rbname ## _propagate(struct rb_node *rb, struct rb_node *stop) \ 68 while (rb != stop) { \
|
D | watchdog.h | 42 int (*stop)(struct watchdog_device *); member
|
D | hdlc.h | 26 void (*stop)(struct net_device *dev); /* if open & !DCD */ member
|
/linux-4.1.27/Documentation/zh_CN/ |
D | basic_profiling.txt | 65 stop opcontrol --stop
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | dma.h | 89 s.stop = regk_dma_yes; \ 95 c.stop = regk_dma_no; \
|
D | sser_defs.h | 132 unsigned int stop : 1; member 159 unsigned int stop : 1; member
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | cttimer.c | 26 void (*stop)(struct ct_timer_instance *); member 136 .stop = ct_systimer_stop, 328 .stop = ct_xfitimer_stop, 378 atimer->ops->stop(ti); in ct_timer_stop() 385 atimer->ops->stop(ti); /* to be sure */ in ct_timer_instance_free()
|
/linux-4.1.27/scripts/gdb/linux/ |
D | cpus.py | 59 gdb.events.stop.disconnect(cpu_mask_invalidate) 73 gdb.events.stop.connect(cpu_mask_invalidate)
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 215 uint32_t stop = ioread32(fifo_mem + SVGA_FIFO_STOP); in vmw_fifo_is_full() local 217 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full() 339 uint32_t stop = ioread32(fifo_mem + SVGA_FIFO_STOP); in vmw_fifo_reserve() local 343 if (next_cmd >= stop) { in vmw_fifo_reserve() 345 (next_cmd + bytes == max && stop > min)))) in vmw_fifo_reserve() 358 if (likely((next_cmd + bytes < stop))) in vmw_fifo_reserve()
|
/linux-4.1.27/net/core/ |
D | net-procfs.c | 172 .stop = dev_seq_stop, 193 .stop = softnet_seq_stop, 296 .stop = ptype_seq_stop, 382 .stop = dev_seq_stop,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | unwind.c | 173 long start, stop; in unwind_init() local 177 stop = (long)&__stop___unwind[0]; in unwind_init() 182 start, stop, in unwind_init() 183 (stop - start) / sizeof(struct unwind_table_entry)); in unwind_init()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-op-mode.h | 150 void (*stop)(struct iwl_op_mode *op_mode); member 188 op_mode->ops->stop(op_mode); in iwl_op_mode_stop()
|
/linux-4.1.27/lib/raid6/test/ |
D | test.c | 31 static void makedata(int start, int stop) in makedata() argument 35 for (i = start; i <= stop; i++) { in makedata()
|
/linux-4.1.27/Documentation/input/ |
D | ff.txt | 29 To stop this annoying behaviour, move you joystick to its limits. Anyway, you 128 struct input_event stop; 142 stop.type = EV_FF; 143 stop.code = effect.id; 144 stop.value = 0; 146 write(fd, (const void*) &play, sizeof(stop));
|
/linux-4.1.27/include/sound/ |
D | sh_dac_audio.h | 18 void (*stop)(struct dac_audio_pdata *pd); member
|
D | rcar_snd.h | 101 int (*stop)(int id); member
|
D | i2c.h | 41 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */ member
|
/linux-4.1.27/drivers/isdn/hardware/avm/ |
D | b1dma.c | 110 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_tolink() local 114 && time_before(jiffies, stop)); in b1dma_tolink() 124 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_fromlink() local 128 && time_before(jiffies, stop)); in b1dma_fromlink() 651 unsigned long stop; in b1dma_loaded() local 656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded() 666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded()
|
D | avmcard.h | 235 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1_get_byte() local 236 while (!b1_rx_full(base) && time_before(jiffies, stop)); in b1_get_byte() 266 unsigned long stop = jiffies + 2 * HZ; in b1_save_put_byte() local 267 while (!b1_tx_empty(base) && time_before(jiffies, stop)); in b1_save_put_byte()
|
D | c4.c | 148 unsigned long stop; in wait_for_doorbell() local 150 stop = jiffies + t; in wait_for_doorbell() 152 if (!time_before(jiffies, stop)) in wait_for_doorbell() 298 unsigned long stop; in c4_reset() local 302 stop = jiffies + HZ * 10; in c4_reset() 304 if (!time_before(jiffies, stop)) in c4_reset() 318 unsigned long stop, dummy; in c4_detect() local 326 stop = jiffies + HZ * 10; in c4_detect() 328 if (!time_before(jiffies, stop)) in c4_detect()
|
D | b1.c | 248 unsigned long stop; in b1_loaded() local 252 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded() 262 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded()
|
/linux-4.1.27/net/appletalk/ |
D | atalk_proc.c | 195 .stop = atalk_seq_interface_stop, 202 .stop = atalk_seq_route_stop, 209 .stop = atalk_seq_socket_stop,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bus.h | 76 void (*stop)(struct device *dev); member 152 bus->ops->stop(bus->dev); in brcmf_bus_stop()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 117 u64 stop = get_tb() + 10 * tb_ticks_per_usec; in kvmppc_rm_h_confer() local 121 while ((get_tb() < stop) && !VCORE_IS_EXITING(vc)) { in kvmppc_rm_h_confer()
|
/linux-4.1.27/tools/testing/selftests/ftrace/test.d/ |
D | functions | 6 disable_tracing() { # stop trace recording
|
/linux-4.1.27/arch/mips/include/asm/ |
D | checksum.h | 134 const unsigned int *stop = word + ihl; in ip_fast_csum() local 157 } while (word != stop); in ip_fast_csum()
|
D | vpe.h | 95 void (*stop)(int vpe); member
|
/linux-4.1.27/arch/arm/include/asm/ |
D | unwind.h | 41 const struct unwind_idx *stop; member
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
D | m5602_sensor.h | 67 int (*stop)(struct sd *sd); member
|
/linux-4.1.27/net/rxrpc/ |
D | ar-proc.c | 92 .stop = rxrpc_call_seq_stop, 176 .stop = rxrpc_connection_seq_stop,
|
/linux-4.1.27/include/linux/mmc/ |
D | core.h | 120 struct mmc_command *stop; /* stop command */ member 134 struct mmc_command *stop; member
|
/linux-4.1.27/net/ipx/ |
D | ipx_proc.c | 228 .stop = ipx_seq_interface_stop, 235 .stop = ipx_seq_route_stop, 242 .stop = ipx_seq_interface_stop,
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 131 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl() argument 138 reg2 = operand >> 12 | opcode << 1 | stop << 9; in dc_write_tmpl() 141 reg2 = operand >> 17 | opcode << 7 | stop << 9; in dc_write_tmpl() 144 reg2 = operand >> 12 | opcode << 4 | stop << 9; in dc_write_tmpl()
|
/linux-4.1.27/net/atm/ |
D | proc.c | 256 .stop = atm_dev_seq_stop, 291 .stop = vcc_seq_stop, 325 .stop = vcc_seq_stop, 360 .stop = vcc_seq_stop,
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 275 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user() argument 280 *stop = false; in cx18_copy_buf_to_user() 361 *stop = true; in cx18_copy_buf_to_user() 383 bool stop = false; in cx18_copy_mdl_to_user() local 405 ucount - tot_written, &stop); in cx18_copy_mdl_to_user() 411 if (stop || /* Forced stopping point for VBI insertion */ in cx18_copy_mdl_to_user()
|
/linux-4.1.27/drivers/mtd/ |
D | rfd_ftl.c | 519 int block, stop; in find_free_block() local 523 stop = block; in find_free_block() 536 } while (block != stop); in find_free_block() 622 int i, stop; in find_free_sector() local 624 i = stop = part->data_sectors_per_block - block->free_sectors; in find_free_sector() 634 while(i != stop); in find_free_sector()
|
/linux-4.1.27/fs/ |
D | seq_file.c | 137 m->op->stop(m, p); in traverse() 142 m->op->stop(m, p); in traverse() 239 m->op->stop(m, p); in seq_read() 249 m->op->stop(m, p); in seq_read() 270 m->op->stop(m, p); in seq_read() 566 op->stop = single_stop; in single_open()
|
/linux-4.1.27/drivers/regulator/ |
D | wm8350-regulator.c | 644 u16 stop, u16 fault) in wm8350_dcdc_set_slot() argument 650 __func__, dcdc, start, stop); in wm8350_dcdc_set_slot() 653 if (start > 15 || stop > 15) in wm8350_dcdc_set_slot() 684 (stop << WM8350_DC1_SDSLOT_SHIFT) | in wm8350_dcdc_set_slot() 691 int wm8350_ldo_set_slot(struct wm8350 *wm8350, int ldo, u16 start, u16 stop) in wm8350_ldo_set_slot() argument 697 __func__, ldo, start, stop); in wm8350_ldo_set_slot() 700 if (start > 15 || stop > 15) in wm8350_ldo_set_slot() 721 wm8350_reg_write(wm8350, slot_reg, val | ((start << 10) | (stop << 6))); in wm8350_ldo_set_slot()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 275 - local-timer-stop 512 local-timer-stop; 522 local-timer-stop; 531 local-timer-stop; 549 local-timer-stop; 559 local-timer-stop; 569 local-timer-stop; 645 local-timer-stop; 654 local-timer-stop; 663 local-timer-stop; [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | tps65090.txt | 8 while the default logic is to stop charging.
|
/linux-4.1.27/fs/proc/ |
D | interrupts.c | 32 .stop = int_seq_stop,
|
D | devices.c | 49 .stop = devinfo_stop,
|
D | nommu.c | 112 .stop = nommu_region_list_stop,
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 168 char *start, char *stop) in translate_scan() argument 189 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in translate_scan() 194 start = iwe_stream_add_point(info, start, stop, &iwe, in translate_scan() 224 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in translate_scan() 235 start = iwe_stream_add_event(info, start, stop, &iwe, in translate_scan() 254 start = iwe_stream_add_event(info, start, stop, &iwe, in translate_scan() 264 start = iwe_stream_add_point(info, start, stop, &iwe, in translate_scan() 278 stop, &iwe, IW_EV_PARAM_LEN); in translate_scan() 305 start = iwe_stream_add_point(info, start, stop, in translate_scan() 310 start = iwe_stream_add_point(info, start, stop, in translate_scan() [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 22 BA session stop & deauth/disassoc frames 85 mac80211->driver: stop BA sessions
|
D | nfc.txt | 61 * stop_poll - stop on progress polling operation 79 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device 89 state until it finds any target. However, the user can stop the polling
|
D | cxacru.txt | 4 module loaded, the device will sometimes stop responding after unloading the 89 "stop
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 120 .stop = fm10k_dbg_desc_seq_stop, 127 .stop = fm10k_dbg_desc_seq_stop,
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_ppro.c | 195 .stop = &ppro_stop, 243 .stop = &ppro_stop,
|
D | op_x86_model.h | 49 void (*stop)(struct op_msrs const * const msrs); member
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 130 .stop = ipoib_mcg_seq_stop, 235 .stop = ipoib_path_seq_stop,
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_timer.c | 132 .stop = snd_gf1_timer1_stop, 141 .stop = snd_gf1_timer2_stop,
|
/linux-4.1.27/net/nfc/hci/ |
D | llc.h | 33 int (*stop) (struct nfc_llc *llc); member
|
D | llc_nop.c | 89 .stop = llc_nop_stop,
|
/linux-4.1.27/arch/sparc/oprofile/ |
D | init.c | 65 ops->stop = timer_stop; in op_nmi_timer_init()
|
/linux-4.1.27/arch/ia64/oprofile/ |
D | perfmon.c | 86 ops->stop = perfmon_stop; in perfmon_init()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_hdmi.h | 24 void (*stop)(struct sti_hdmi *hdmi); member
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_timestamp.h | 12 u_int64_t stop; member
|
/linux-4.1.27/fs/afs/ |
D | proc.c | 34 .stop = afs_proc_cells_stop, 68 .stop = afs_proc_cell_volumes_stop, 90 .stop = afs_proc_cell_vlservers_stop, 111 .stop = afs_proc_cell_servers_stop,
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | leds.c | 115 if (likely(!wl->leds.stop)) { in b43_led_brightness_set() 315 dev->wl->leds.stop = 0; in b43_leds_init() 332 leds->stop = 1; in b43_leds_stop()
|
D | leds.h | 39 bool stop; member
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 52 int (*stop) (void); member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 65 void (*stop)(struct ath10k *ar); member 140 return ar->hif.ops->stop(ar); in ath10k_hif_stop()
|
/linux-4.1.27/include/linux/fsl/bestcomm/ |
D | bestcomm_priv.h | 54 u32 stop; member 285 return (bcom_eng->tdt[task].stop - bcom_eng->tdt[task].start)/sizeof(u32) + 1; in bcom_task_num_descs()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 397 TOPA_ENTRY(topa, -1)->stop = 1; in topa_insert_pages() 428 topa->table[i].stop ? 'S' : ' ', in pt_topa_dump() 431 topa->table[i].stop) || in pt_topa_dump() 635 buf->topa_index[buf->stop_pos]->stop = 0; in pt_buffer_reset_markers() 660 buf->topa_index[buf->stop_pos]->stop = 1; in pt_buffer_reset_markers() 1103 pt_pmu.pmu.stop = pt_event_stop; in pt_init()
|
D | intel_pt.h | 61 u64 stop : 1; member
|
/linux-4.1.27/drivers/block/paride/ |
D | pg.c | 287 static int pg_wait(struct pg *dev, int go, int stop, unsigned long tmo, char *msg) in pg_wait() argument 294 while ((((r = status_reg(dev)) & go) || (stop && (!(r & stop)))) in pg_wait() 304 if ((r & (STAT_ERR & stop)) || to) { in pg_wait()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pmu.h | 59 void (*stop)(void); member
|
/linux-4.1.27/tools/net/ |
D | bpf_dbg.c | 869 bool stop = false; in bpf_run_all() local 871 while (bpf_curr.Rs == false && stop == false) { in bpf_run_all() 875 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_all() 883 return stop ? -1 : bpf_curr.R; in bpf_run_all() 890 bool stop = false; in bpf_run_stepping() local 893 while (bpf_curr.Rs == false && stop == false) { in bpf_run_stepping() 897 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_stepping() 905 return stop ? -1 : bpf_curr.R; in bpf_run_stepping()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozproto.h | 36 void (*stop)(struct oz_pd *pd, int pause); member
|
/linux-4.1.27/drivers/pnp/ |
D | interface.c | 29 int stop; /* stop flag */ member 40 if (buffer->stop || buffer->error) in pnp_printf() 46 buffer->stop = 1; in pnp_printf()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 577 char *stop, in gelic_wl_translate_scan() argument 593 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_ADDR_LEN); in gelic_wl_translate_scan() 599 ev = iwe_stream_add_point(info, ev, stop, &iwe, scan->essid); in gelic_wl_translate_scan() 606 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_FREQ_LEN); in gelic_wl_translate_scan() 625 tmp = iwe_stream_add_value(info, ev, tmp, stop, &iwe, in gelic_wl_translate_scan() 630 tmp = iwe_stream_add_value(info, ev, tmp, stop, &iwe, in gelic_wl_translate_scan() 644 ev = iwe_stream_add_point(info, ev, stop, &iwe, scan->essid); in gelic_wl_translate_scan() 654 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_UINT_LEN); in gelic_wl_translate_scan() 664 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_QUAL_LEN); in gelic_wl_translate_scan() 674 ev = iwe_stream_add_point(info, ev, stop, &iwe, buf); in gelic_wl_translate_scan() [all …]
|
/linux-4.1.27/include/media/blackfin/ |
D | ppi.h | 66 int (*stop)(struct ppi_if *ppi); member
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | setup.c | 148 .stop = &c_stop,
|
/linux-4.1.27/net/llc/ |
D | llc_proc.c | 206 .stop = llc_seq_stop, 213 .stop = llc_seq_stop,
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | ci.h | 130 void (*stop)(struct ci_hdrc *); member 282 ci->roles[role]->stop(ci); in ci_role_stop()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 197 .stop = ct_seq_stop, 311 .stop = exp_seq_stop, 404 .stop = ct_cpu_seq_stop,
|
/linux-4.1.27/net/sched/ |
D | cls_fw.c | 341 arg->stop = 1; in fw_walk() 343 if (arg->stop) in fw_walk() 356 arg->stop = 1; in fw_walk()
|
D | sch_mq.c | 213 if (arg->stop) in mq_walk() 219 arg->stop = 1; in mq_walk()
|
/linux-4.1.27/crypto/async_tx/ |
D | async_pq.c | 127 int start = -1, stop = disks - 3; in do_sync_gen_syndrome() local 141 stop = i; in do_sync_gen_syndrome() 150 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()
|
/linux-4.1.27/net/sctp/ |
D | proc.c | 246 .stop = sctp_eps_seq_stop, 373 .stop = sctp_assocs_seq_stop, 523 .stop = sctp_remaddr_seq_stop,
|
D | objcnt.c | 109 .stop = sctp_objcnt_seq_stop,
|
/linux-4.1.27/drivers/oprofile/ |
D | timer_int.c | 116 ops->stop = oprofile_hrtimer_stop; in oprofile_timer_init()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | timer.c | 74 .stop = snd_emu10k1_timer_stop,
|
/linux-4.1.27/arch/mips/lib/ |
D | strnlen_user.S | 36 PTR_ADDU a1, a0 # stop pointer
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 105 bool stop; member 324 bcap_dev->stop = false; in bcap_start_streaming() 354 bcap_dev->stop = true; in bcap_stop_streaming() 356 ppi->ops->stop(ppi); in bcap_stop_streaming() 413 ppi->ops->stop(ppi); in bcap_isr() 415 if (bcap_dev->stop) { in bcap_isr()
|
/linux-4.1.27/arch/s390/kernel/ |
D | processor.c | 100 .stop = c_stop,
|
/linux-4.1.27/fs/fscache/ |
D | histogram.c | 88 .stop = fscache_histogram_stop,
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 139 .stop = adf_ring_stop, 255 .stop = adf_bank_stop,
|
/linux-4.1.27/arch/tile/kernel/ |
D | proc.c | 90 .stop = c_stop,
|
/linux-4.1.27/fs/cachefiles/ |
D | proc.c | 82 .stop = cachefiles_histogram_stop,
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 2 and stop sets of tasks in order to schedule the resources of a machine 7 a means to start and stop the tasks composing the job. 25 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can
|
/linux-4.1.27/arch/arc/plat-arcfpga/ |
D | Kconfig | 30 -XTL (To enable CPU start/stop/set-PC for another CPU)
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-protocol | 42 They are just like the above transactions, but instead of a stop bit P 86 Force a stop condition (P) after the message. Some I2C related protocols
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc.c | 93 if (hdlc->proto->stop) in hdlc_proto_stop() 94 hdlc->proto->stop(dev); in hdlc_proto_stop()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 225 .stop = whc_stop, 278 wusbhc->stop = whc_wusbhc_stop; in whc_probe()
|
/linux-4.1.27/mm/ |
D | vmstat.c | 1148 .stop = frag_stop, 1167 .stop = frag_stop, 1260 .stop = frag_stop, 1342 .stop = vmstat_stop, 1608 .stop = frag_stop, 1660 .stop = frag_stop,
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx-cmp.c | 90 rtlx_notify.stop = rtlx_stopping; in rtlx_module_init()
|
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 704 goto stop; in f2fs_gc() 706 goto stop; in f2fs_gc() 714 goto stop; in f2fs_gc() 736 stop: in f2fs_gc()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 180 u16 len, int stop) in em28xx_i2c_send_bytes() argument 193 ret = dev->em28xx_write_regs_req(dev, stop ? 2 : 3, addr, buf, len); in em28xx_i2c_send_bytes() 476 struct i2c_msg msg, int stop) in i2c_send_bytes() argument 483 rc = em28xx_i2c_send_bytes(dev, addr, msg.buf, msg.len, stop); in i2c_send_bytes()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 106 char *start, char *stop) in translate_scan() argument 126 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in translate_scan() 132 start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); in translate_scan() 172 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in translate_scan() 186 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN); in translate_scan() 197 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in translate_scan() 206 start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); in translate_scan() 236 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_PARAM_LEN); in translate_scan() 259 start = iwe_stream_add_point(info, start, stop, &iwe, buf); in translate_scan() 264 start = iwe_stream_add_point(info, start, stop, &iwe, wpa_ie); in translate_scan() [all …]
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | mod.h | 42 int (*stop)(struct usbhs_priv *priv); member
|