/linux-4.4.14/include/linux/ |
D | irqbypass.h | 56 void (*stop)(struct irq_bypass_producer *); member 81 void (*stop)(struct irq_bypass_consumer *); member
|
D | oprofile.h | 61 void (*stop)(void); member
|
D | hdlc.h | 26 void (*stop)(struct net_device *dev); /* if open & !DCD */ member
|
D | seq_file.h | 38 void (*stop) (struct seq_file *m, void *v); member
|
D | watchdog.h | 42 int (*stop)(struct watchdog_device *); member
|
D | serio.h | 40 void (*stop)(struct serio *); member
|
D | tty_driver.h | 273 void (*stop)(struct tty_struct *tty); member
|
D | pm_domain.h | 34 int (*stop)(struct device *dev); member
|
D | atmdev.h | 209 int (*stop)(struct atm_dev *dev); member
|
D | remoteproc.h | 337 int (*stop)(struct rproc *rproc); member
|
D | memstick.h | 268 void (*stop)(struct memstick_dev *card); member
|
D | uwb.h | 379 void (*stop)(struct uwb_rc *rc); member
|
/linux-4.4.14/lib/raid6/ |
D | sse2.c | 92 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() 203 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() 369 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, 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
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 120 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() 178 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() 253 int stop = (i == num - 1); in cobalt_xfer() local
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | blitter.c | 25 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local
|
/linux-4.4.14/kernel/sched/ |
D | stop_task.c | 29 struct task_struct *stop = rq->stop; in pick_next_task_stop() local 83 struct task_struct *stop = rq->stop; in set_curr_task_stop() local
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpss | 104 stop() function
|
/linux-4.4.14/arch/mn10300/lib/ |
D | delay.c | 41 unsigned long start, stop, cnt; in __udelay() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 92 int stop; member 306 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() 326 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() 369 int i, ret, stop; in hix5hd2_i2c_xfer() local
|
D | i2c-iop3xx.c | 262 int stop) in iop3xx_i2c_write_byte() 284 int stop) in iop3xx_i2c_read_byte()
|
D | i2c-uniphier.c | 178 struct i2c_msg *msg, bool stop) in uniphier_i2c_master_xfer_one() 251 bool stop = !(msg + 1 < emsg && msg[1].flags & I2C_M_RD); in uniphier_i2c_master_xfer() local
|
D | i2c-exynos5.c | 565 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) in exynos5_i2c_message_start() 625 struct i2c_msg *msgs, int stop) in exynos5_i2c_xfer_msg() 667 int i = 0, ret = 0, stop = 0; in exynos5_i2c_xfer() local
|
D | i2c-uniphier-f.c | 308 struct i2c_msg *msg, bool stop) in uniphier_fi2c_master_xfer_one() 398 bool stop = !(msg + 1 < emsg && msg[1].flags & I2C_M_RD); in uniphier_fi2c_master_xfer() local
|
D | i2c-emev2.c | 141 int stop) in __em_i2c_xfer()
|
D | i2c-pasemi.c | 116 struct i2c_msg *msg, int stop) in pasemi_i2c_xfer_msg()
|
D | i2c-davinci.c | 134 int stop; member 416 i2c_davinci_xfer_msg(struct i2c_adapter *adap, struct i2c_msg *msg, int stop) in i2c_davinci_xfer_msg()
|
D | i2c-mxs.c | 565 int stop) in mxs_i2c_xfer_msg()
|
D | i2c-stu300.c | 654 struct i2c_msg *msg, int stop) in stu300_xfer_msg()
|
D | i2c-nomadik.c | 184 int stop; member
|
D | i2c-st.c | 169 bool stop; member
|
D | i2c-omap.c | 621 struct i2c_msg *msg, int stop) in omap_i2c_xfer_msg()
|
/linux-4.4.14/include/sound/ |
D | sh_dac_audio.h | 18 void (*stop)(struct dac_audio_pdata *pd); member
|
D | i2c.h | 41 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */ member
|
D | timer.h | 67 int (*stop) (struct snd_timer * timer); member
|
D | info.h | 35 int stop; /* stop flag */ member
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 523 ktime_t stop; in save_image() local 562 atomic_t stop; /* ready to stop flag */ member 604 atomic_t stop; /* ready to stop flag */ member 659 ktime_t stop; in save_image_lzo() local 1045 ktime_t stop; in load_image() local 1095 atomic_t stop; /* ready to stop flag */ member 1148 ktime_t stop; in load_image_lzo() local
|
D | hibernate.c | 236 void swsusp_show_speed(ktime_t start, ktime_t stop, in swsusp_show_speed()
|
/linux-4.4.14/kernel/ |
D | jump_label.c | 48 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() 188 struct jump_entry *stop) in __jump_label_update() 467 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_nsc.c | 72 unsigned long stop; in wait_for_stat() local 95 unsigned long stop; in nsc_wait_for_ready() local
|
D | tpm_i2c_infineon.c | 314 unsigned long stop; in request_locality() local 359 unsigned long stop; in get_burstcount() local 384 unsigned long stop; in wait_for_stat() local
|
D | tpm_i2c_nuvoton.c | 145 unsigned long stop = jiffies + chip->vendor.timeout_d; in i2c_nuvoton_get_burstcount() local 193 unsigned long ten_msec, stop; in i2c_nuvoton_wait_for_stat() local
|
D | tpm_tis.c | 162 unsigned long stop = jiffies + chip->vendor.timeout_a; in wait_startup() local 193 unsigned long stop, timeout; in request_locality() local 246 unsigned long stop; in get_burstcount() local
|
D | tpm-interface.c | 336 unsigned long stop; in tpm_transmit() local 862 unsigned long stop; in wait_for_tpm_stat() local
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 159 unsigned long stop; in request_locality() local 209 unsigned long stop; in get_burstcount() local 274 unsigned long stop; in wait_for_stat() local
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 60 char *start, char *stop, in libipw_translate_scan() 273 char *stop = ev + wrqu->data.length; in libipw_wx_get_scan() local
|
/linux-4.4.14/arch/arm/kernel/ |
D | unwind.c | 118 const struct unwind_idx *stop) in search_index() 166 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_timestamp.h | 12 u_int64_t stop; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | unwind.h | 41 const struct unwind_idx *stop; member
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 48 char *start, char *stop, in rtl819x_translate_scan() 261 char *stop = ev + wrqu->data.length; in rtllib_wx_get_scan() local
|
/linux-4.4.14/lib/raid6/test/ |
D | test.c | 31 static void makedata(int start, int stop) in makedata()
|
/linux-4.4.14/kernel/trace/ |
D | trace_benchmark.c | 37 u64 stop; in trace_do_benchmark() local
|
D | trace_syscalls.c | 83 struct syscall_metadata **stop; in find_syscall_meta() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | sedlbauer_cs.c | 72 int stop; member
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_sensor.h | 81 int (*stop)(struct sd *sd); member
|
/linux-4.4.14/scripts/gdb/linux/ |
D | symbols.py | 28 def stop(self): member in LoadModuleBreakpoint
|
/linux-4.4.14/net/nfc/hci/ |
D | llc.h | 33 int (*stop) (struct nfc_llc *llc); member
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 55 char *start, char *stop, in rtl819x_translate_scan() 251 char *stop = ev + wrqu->data.length;//IW_SCAN_MAX_DATA; in ieee80211_wx_get_scan() local
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
D | m5602_sensor.h | 67 int (*stop)(struct sd *sd); member
|
/linux-4.4.14/include/linux/mmc/ |
D | core.h | 120 struct mmc_command *stop; /* stop command */ member 134 struct mmc_command *stop; member
|
D | dw_mmc.h | 232 void (*stop)(struct dw_mci *host); member
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 82 struct timeval start, stop, diff; in bench_sched_pipe() local
|
D | sched-messaging.c | 266 struct timeval start, stop, diff; in bench_sched_messaging() local
|
D | numa.c | 1034 struct timeval start0, start, stop, diff; in worker_thread() local 1427 struct timeval start, stop, diff; in __bench_numa() local
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | b1dma.c | 110 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_tolink() local 124 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_fromlink() local 651 unsigned long stop; in b1dma_loaded() local
|
D | c4.c | 148 unsigned long stop; in wait_for_doorbell() local 298 unsigned long stop; in c4_reset() local 318 unsigned long stop, dummy; in c4_detect() local
|
D | avmcard.h | 235 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1_get_byte() local 266 unsigned long stop = jiffies + 2 * HZ; in b1_save_put_byte() local
|
D | b1.c | 248 unsigned long stop; in b1_loaded() local
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_amanda.c | 93 unsigned int dataoff, start, stop, off, i; in amanda_help() local
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_x86_model.h | 49 void (*stop)(struct op_msrs const * const msrs); member
|
/linux-4.4.14/include/net/ |
D | pkt_sched.h | 10 int stop; member
|
D | mac802154.h | 220 void (*stop)(struct ieee802154_hw *hw); member
|
D | pkt_cls.h | 11 int stop; member
|
/linux-4.4.14/drivers/tty/serial/ |
D | suncore.c | 88 int baud, bits, stop, cflag; in sunserial_console_termios() local
|
/linux-4.4.14/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.4.14/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 168 struct ip_vs_dest *dest, *last, *stop = NULL; in ip_vs_wrr_schedule() local
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 313 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 180 u16 len, int stop) in em28xx_i2c_send_bytes() 476 struct i2c_msg msg, int stop) in i2c_send_bytes()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 212 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_fifo_is_full() local 322 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_local_fifo_reserve() local
|
/linux-4.4.14/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() 383 bool stop = false; in cx18_copy_mdl_to_user() local
|
/linux-4.4.14/arch/mips/include/asm/ |
D | checksum.h | 134 const unsigned int *stop = word + ihl; in ip_fast_csum() local
|
D | vpe.h | 95 void (*stop)(int vpe); member
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 52 int (*stop) (void); member
|
/linux-4.4.14/lib/ |
D | crc32.c | 982 struct timespec start, stop; local 1068 struct timespec start, stop; local
|
D | rbtree.c | 410 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
|
D | assoc_array.c | 24 const struct assoc_array_ptr *stop, in assoc_array_subtree_iterate()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi.h | 24 void (*stop)(struct sti_hdmi *hdmi); member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | oprofile_impl.h | 54 void (*stop) (void); member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 118 u64 stop = get_tb() + 10 * tb_ticks_per_usec; in kvmppc_rm_h_confer() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | leds.h | 39 bool stop; member
|
D | pio.c | 778 bool stop; in b43_pio_rx() local
|
/linux-4.4.14/drivers/watchdog/ |
D | mtx-1_wdt.c | 60 struct completion stop; member
|
D | rdc321x_wdt.c | 57 struct completion stop; member
|
D | cpu5wdt.c | 62 struct completion stop; member
|
D | orion_wdt.c | 63 int (*stop)(struct watchdog_device *); member
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | m920x.c | 290 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x01; in m920x_i2c_xfer() local 300 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x00; in m920x_i2c_xfer() local
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod.h | 42 int (*stop)(struct usbhs_priv *priv); member
|
/linux-4.4.14/fs/fscache/ |
D | operation.c | 324 bool stop = false; in fscache_start_operations() local
|
/linux-4.4.14/drivers/mtd/ |
D | rfd_ftl.c | 519 int block, stop; in find_free_block() local 622 int i, stop; in find_free_sector() local
|
D | ftl.c | 728 uint16_t stop, eun; in find_free() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-op-mode.h | 153 void (*stop)(struct iwl_op_mode *op_mode); member
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 476 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local
|
/linux-4.4.14/include/media/blackfin/ |
D | ppi.h | 66 int (*stop)(struct ppi_if *ppi); member
|
/linux-4.4.14/tools/lib/ |
D | rbtree.c | 376 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.h | 13 struct mmc_command stop; member
|
D | mmc_test.c | 273 struct mmc_command stop = {0}; in mmc_test_buffer_transfer() local 762 struct mmc_command *stop, in mmc_test_nonblock_reset() 843 struct mmc_command stop = {0}; in mmc_test_simple_transfer() local 868 struct mmc_command stop = {0}; in mmc_test_broken_transfer() local
|
/linux-4.4.14/drivers/misc/mic/bus/ |
D | cosm_bus.h | 112 void (*stop)(struct cosm_device *cdev, bool force); member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel_pt.h | 40 u64 stop : 1; member
|
/linux-4.4.14/drivers/net/irda/ |
D | irtty-sir.c | 278 static inline void irtty_stop_receiver(struct tty_struct *tty, int stop) in irtty_stop_receiver()
|
/linux-4.4.14/arch/frv/kernel/ |
D | traps.c | 572 unsigned long tos = 0, stop = 0, base; in show_backtrace() local
|
/linux-4.4.14/drivers/regulator/ |
D | wm8350-regulator.c | 644 u16 stop, u16 fault) 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()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_modules.h | 106 void (*stop) (struct bfa_s *bfa); member
|
/linux-4.4.14/crypto/async_tx/ |
D | async_pq.c | 127 int start = -1, stop = disks - 3; in do_sync_gen_syndrome() local
|
/linux-4.4.14/arch/parisc/kernel/ |
D | unwind.c | 173 long start, stop; in unwind_init() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tt.c | 200 bool stop) in iwl_perform_ct_kill_task()
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | rcar_snd.h | 114 int (*stop)(int id); member
|
D | dma.c | 33 void (*stop)(struct rsnd_dai_stream *io, struct rsnd_dma *dma); member
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_ioctl.c | 208 int start, stop; in dasd_format() local
|
/linux-4.4.14/drivers/pnp/ |
D | interface.c | 29 int stop; /* stop flag */ member
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 688 stop(const char *string, int err_code) in stop() function
|
/linux-4.4.14/include/linux/perf/ |
D | arm_pmu.h | 98 void (*stop)(struct arm_pmu *); member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.h | 111 int (*stop)(struct device_queue_manager *dqm); member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dibx000_common.c | 89 static int dibx000_master_i2c_write(struct dibx000_i2c_master *mst, struct i2c_msg *msg, u8 stop) in dibx000_master_i2c_write()
|
/linux-4.4.14/sound/aoa/soundbus/ |
D | soundbus.h | 131 int (*stop)(struct codec_info_item *cii, member
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 58 void (*stop)(struct ath10k *ar); member
|
/linux-4.4.14/arch/s390/kvm/ |
D | guestdbg.c | 22 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) in extend_address_range()
|
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 721 unsigned long index, stop, sp; in elf_fdpic_transfer_args_to_stack() local 767 unsigned long load_addr, stop; in elf_fdpic_map_file() local
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 2637 bool *polled, bool *stop) in ocrdma_poll_err_scqe() 2706 struct ib_wc *ibwc, bool *polled, bool *stop) in ocrdma_poll_scqe() 2759 struct ib_wc *ibwc, bool *polled, bool *stop, in ocrdma_poll_err_rcqe() 2825 struct ib_wc *ibwc, bool *polled, bool *stop) in ocrdma_poll_rcqe() 2872 u16 cur_getp; bool polled = false; bool stop = false; in ocrdma_poll_hwcq() local
|
/linux-4.4.14/include/linux/usb/ |
D | cdc_ncm.h | 108 atomic_t stop; member
|
D | usbnet.h | 131 int (*stop)(struct usbnet *); member
|
D | hcd.h | 271 void (*stop) (struct usb_hcd *hcd); member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bus.h | 78 void (*stop)(struct device *dev); member
|
/linux-4.4.14/drivers/oprofile/ |
D | buffer_sync.c | 573 unsigned int stop, unsigned int max) in oprofile_put_buff()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | efi-pstore.c | 145 struct list_head *head, bool stop) in efi_pstore_scan_sysfs_exit()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 43 char *stop; in get_vm_area() local
|
/linux-4.4.14/tools/net/ |
D | bpf_dbg.c | 869 bool stop = false; in bpf_run_all() local 890 bool stop = false; in bpf_run_stepping() local
|
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_cce.c | 673 drm_r128_cce_stop_t *stop = data; in r128_cce_stop() local
|
/linux-4.4.14/drivers/pcmcia/ |
D | vrc4173_cardu.c | 308 uint32_t start, stop, offset, page; in cardu_get_mem_map() local
|
D | vrc4171_card.c | 425 uint16_t start, stop, offset; in pccard_set_mem_map() local
|
D | yenta_socket.c | 445 unsigned int start, stop, card_start; in yenta_set_mem_map() local
|
D | i82365.c | 643 unsigned int start, stop; in is_alive() local
|
/linux-4.4.14/net/rxrpc/ |
D | ar-ack.c | 221 bool stop; in rxrpc_resend() local
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.h | 175 void (*stop)(struct device *dev, enum drm_exynos_ipp_cmd cmd); member
|
/linux-4.4.14/fs/dlm/ |
D | rcom.c | 551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
|
/linux-4.4.14/drivers/mmc/host/ |
D | s3cmci.c | 189 int stop) in prepare_dbgmsg() 239 int stop) { } in prepare_dbgmsg()
|
D | mvsdio.c | 200 struct mmc_command *stop = data->stop; in mvsd_request() local
|
D | dw_mmc.c | 115 struct mmc_command *stop; in dw_mci_req_show() local 307 struct mmc_command *stop; in dw_mci_prep_stop_abort() local 383 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; in send_stop_abort() local
|
D | mmc_spi.c | 1055 struct mmc_command stop; in mmc_spi_request() local
|
D | tmio_mmc_pio.c | 473 struct mmc_command *stop; in tmio_mmc_do_data_irq() local
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_main.c | 503 int count, stop; in get_inbound_buffer_frontier() local 727 int count, stop; in get_outbound_buffer_frontier() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smp.c | 102 unsigned long stop = jiffies + 10*HZ; in wait_boot_cpu_to_stop() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | ep93xx-fb.c | 234 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 360 static void stop(struct net_device *dev) in stop() function
|
D | mac-fcc.c | 410 static void stop(struct net_device *dev) in stop() function
|
D | mac-scc.c | 364 static void stop(struct net_device *dev) in stop() function
|
D | fs_enet.h | 83 void (*stop)(struct net_device *dev); member
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cttimer.c | 26 void (*stop)(struct ct_timer_instance *); member
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-i2c.c | 613 int stop = !(i + 1 < num && msgs[i + 1].flags == I2C_M_RD); in ivtv_xfer() local
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 134 static void stop(struct drm_crtc *crtc) in stop() function
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | wusbhc.h | 279 void (*stop)(struct wusbhc *wusbhc, int delay); member
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 131 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | video.h | 106 } stop; member
|
/linux-4.4.14/drivers/block/paride/ |
D | pg.c | 288 static int pg_wait(struct pg *dev, int go, int stop, unsigned long tmo, char *msg) in pg_wait()
|
D | pd.c | 395 int stop = 0; in run_fsm() local
|
D | pt.c | 272 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait()
|
D | pf.c | 403 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) in pf_wait()
|
D | pcd.c | 354 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) in pcd_wait()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 577 char *stop, in gelic_wl_translate_scan() 713 char *stop = ev + wrqu->data.length; in gelic_wl_get_scan() local
|
D | ps3_gelic_net.c | 551 static void gelic_card_release_tx_chain(struct gelic_card *card, int stop) in gelic_card_release_tx_chain()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | sser_defs.h | 132 unsigned int stop : 1; member 159 unsigned int stop : 1; member
|
D | ser_defs.h | 95 unsigned int stop : 1; member
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 3136 static int tlan_ee_send_byte(u16 io_base, u8 data, int stop) in tlan_ee_send_byte() 3198 static void tlan_ee_receive_byte(u16 io_base, u8 *data, int stop) in tlan_ee_receive_byte()
|
/linux-4.4.14/drivers/scsi/ |
D | wd33c93.c | 1934 dma_setup_t setup, dma_stop_t stop, int clock_freq) in wd33c93_init()
|
/linux-4.4.14/drivers/usb/serial/ |
D | whiteheat.h | 97 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */ member
|
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | dw_hdmi-ahb-audio.c | 245 u32 start, stop; in dw_hdmi_start_dma() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | hif.h | 258 void (*stop)(struct ath6kl *ar); member
|
/linux-4.4.14/include/pcmcia/ |
D | ss.h | 91 phys_addr_t start, stop; member
|
/linux-4.4.14/include/linux/fsl/bestcomm/ |
D | bestcomm_priv.h | 54 u32 stop; member
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | sonixb.c | 954 const __u8 stop = 0x09; /* Disable stream turn of LED */ in sd_init() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | dev.h | 46 void (*stop)(struct host1x_cdma *cdma); member
|
/linux-4.4.14/drivers/misc/mei/ |
D | hw-txe.c | 227 ktime_t stop, start; in mei_txe_aliveness_poll() local
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | quatech_daqp_cs.c | 148 int stop; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.h | 37 void (*stop) (void *hif_handle); member
|
D | xmit.c | 1427 struct ath_atx_tid *tid, bool *stop) in ath_tx_sched_aggr() 1922 bool stop = false; in ath_txq_schedule() local
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 143 char *start, char *stop) in translate_scan() 1200 char *stop = ev + wrqu->data.length; in r8711_wx_get_scan() local
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci.h | 132 void (*stop)(struct ci_hdrc *); member
|
/linux-4.4.14/fs/gfs2/ |
D | aops.c | 994 unsigned int stop = offset + length; in gfs2_invalidatepage() local
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | nsp_cs.h | 227 int stop; member
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 2278 unsigned int stop = offset + length; in jbd2_journal_invalidatepage() local
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 1102 int stop; in isp1301_work() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 108 char *start, char *stop) in translate_scan() 1225 char *stop = ev + wrqu->data.length; in rtw_wx_get_scan() local
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 1788 Elf_Rela *stop = (void *)start + sechdr->sh_size; in section_rela() local 1834 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel() local
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 105 bool stop; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cp.c | 1709 drm_radeon_cp_stop_t *stop = data; in radeon_cp_stop() local
|
/linux-4.4.14/drivers/power/ |
D | charger-manager.c | 742 bool stop = false; in cm_monitor() local
|
/linux-4.4.14/drivers/scsi/arm/ |
D | fas216.h | 307 void (*stop) (struct Scsi_Host *host, struct scsi_pointer *SCp); member
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-v4l2.c | 1259 bool stop; member
|
/linux-4.4.14/sound/pci/ali5451/ |
D | ali5451.c | 168 unsigned int stop; member 176 unsigned int stop; member
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | p54.h | 172 void (*stop)(struct ieee80211_hw *dev); member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | kvm_host.h | 411 struct kvm_s390_stop_info stop; member 423 struct kvm_s390_stop_info stop; member
|