/linux-4.1.27/include/linux/ |
D | ste_modem_shm.h | 22 void (*kick)(struct ste_modem_device *mdev, int notify_id); member 38 int (*kick)(struct ste_modem_device *mdev, int notify_id); member
|
D | remoteproc.h | 337 void (*kick)(struct rproc *rproc, int vqid); member
|
D | sh_clk.h | 166 void (*kick)(struct clk *clk); member
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | smp.c | 72 goto kick; in pnv_smp_kick_cpu() 95 goto kick; in pnv_smp_kick_cpu() 128 kick: in pnv_smp_kick_cpu()
|
/linux-4.1.27/drivers/remoteproc/ |
D | ste_modem_rproc.c | 184 sproc->mdev->ops.kick(sproc->mdev, vqid + SPROC_MAX_NOTIFY_ID); in sproc_kick() 197 .kick = sproc_kick_callback, 241 .kick = sproc_kick, 278 if (!mdev->ops.setup || !mdev->ops.kick || !mdev->ops.kick_subscribe || in sproc_probe()
|
D | omap_remoteproc.c | 182 .kick = omap_rproc_kick,
|
D | da8xx_remoteproc.c | 158 .kick = da8xx_rproc_kick,
|
D | remoteproc_virtio.c | 41 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
|
/linux-4.1.27/tools/virtio/ |
D | virtio_test.c | 24 int kick; member 50 r = write(info->kick, &v, sizeof v); in vq_notify() 82 file.fd = info->kick; in vhost_vq_setup() 95 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-rcar-gen2.c | 91 u32 val, kick; in cpg_z_clk_set_rate() local 109 kick = clk_readl(zclk->kick_reg); in cpg_z_clk_set_rate() 110 kick |= CPG_FRQCRB_KICK; in cpg_z_clk_set_rate() 111 clk_writel(kick, zclk->kick_reg); in cpg_z_clk_set_rate()
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 49 - ti,dscr-kick-regs 50 offset and key values of two "kick" registers used to write protect other 51 registers in DSCR. On SoCs using kick registers, the first key must be 52 written to the first kick register and the second key must be written to 125 ti,dscr-kick-regs = <0x38 0x83E70B13
|
/linux-4.1.27/drivers/watchdog/ |
D | ar7_wdt.c | 62 u32 kick; member 91 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
|
/linux-4.1.27/drivers/input/joystick/ |
D | sidewinder.c | 138 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local 143 kick = id ? gameport_time(gameport, SW_KICK) : 0; /* Set up kick timeout for ID packet */ in sw_read_packet() 180 if (kick && (~v & u & 0x01)) { /* Falling edge on axis 0 */ in sw_read_packet() 181 sched = kick; /* Schedule second trigger */ in sw_read_packet() 182 kick = 0; /* Don't schedule next time on falling edge */ in sw_read_packet()
|
/linux-4.1.27/arch/metag/kernel/ |
D | Makefile | 14 obj-y += kick.o
|
/linux-4.1.27/arch/c6x/boot/dts/ |
D | tms320c6457.dtsi | 51 ti,dscr-kick-regs = <0x38 0x83E70B13
|
/linux-4.1.27/drivers/scsi/ |
D | xen-scsifront.c | 165 int kick; in scsifront_put_rqid() local 168 kick = _scsifront_put_rqid(info, id); in scsifront_put_rqid() 171 if (kick) in scsifront_put_rqid() 257 int kick; in scsifront_sync_cmd_done() local 266 kick = _scsifront_put_rqid(info, id); in scsifront_sync_cmd_done() 269 if (kick) in scsifront_sync_cmd_done()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 197 vq->kick = NULL; in vhost_vq_reset() 439 if (dev->vqs[i]->kick && dev->vqs[i]->handle_kick) { in vhost_dev_stop() 457 if (dev->vqs[i]->kick) in vhost_dev_cleanup() 458 fput(dev->vqs[i]->kick); in vhost_dev_cleanup() 765 if (eventfp != vq->kick) { in vhost_vring_ioctl() 766 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl() 767 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl() 822 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
|
D | vhost.h | 65 struct file *kick; member
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 38 kick-gpio = <&dspgpio0 27>;
|
/linux-4.1.27/sound/oss/ |
D | pas2_midi.c | 206 .kick = pas_midi_kick,
|
D | uart6850.c | 243 .kick = uart6850_kick,
|
D | dev_table.h | 324 void (*kick)(int dev); member
|
D | uart401.c | 220 .kick = uart401_kick,
|
D | mpu401.c | 919 .kick = mpu401_kick,
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 81 below possible ondemand sample kick ins (1)): 85 switching up (compare with below possible ondemand sample kick ins (2))::
|
/linux-4.1.27/Documentation/ |
D | remoteproc.txt | 148 * @kick: kick a virtqueue (virtqueue id given as a parameter) 153 void (*kick)(struct rproc *rproc, int vqid); 157 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler 169 The ->kick() handler takes an rproc handle, and an index of a virtqueue
|
D | lockup-watchdogs.txt | 39 A periodic hrtimer runs to generate interrupts and kick the watchdog
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 27 By default, the console part of the driver will not kick in when
|
/linux-4.1.27/drivers/sh/clk/ |
D | cpg.c | 159 if (dt->kick) in sh_clk_div_set_rate() 160 dt->kick(clk); in sh_clk_div_set_rate()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sleep34xx.S | 565 str r5, [r4] @ kick off refreshes 574 str r5, [r4] @ kick off refreshes
|
/linux-4.1.27/Documentation/watchdog/ |
D | hpwdt.txt | 17 watchdog-test.c. Simply compile the C file and kick it off. If the system
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 760 int kick = 0; in omap_otg_irq() local 793 kick = 1; in omap_otg_irq() 813 if (kick) in omap_otg_irq()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7724.c | 157 .kick = div4_kick,
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sungem.c | 716 int cluster_start, curr, count, kick; in gem_post_rxds() local 720 kick = -1; in gem_post_rxds() 734 kick = curr; in gem_post_rxds() 738 if (kick >= 0) { in gem_post_rxds() 740 writel(kick, gp->regs + RXDMA_KICK); in gem_post_rxds()
|
/linux-4.1.27/Documentation/vm/ |
D | balance | 26 In 2.2, memory balancing/page reclamation would kick off only when the
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | clock-r8a7740.c | 308 .kick = div4_kick,
|
D | clock-sh73a0.c | 216 .kick = div4_kick,
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 944 ;; kick off USB INpipe 987 ;; kick off IN
|
D | xircom_pgs.S | 1005 ;; kick off USB INpipe 1052 ;; kick off IN
|
/linux-4.1.27/fs/ocfs2/ |
D | dlmglue.c | 2019 int kick = 0; in ocfs2_downconvert_on_unlock() local 2028 kick = 1; in ocfs2_downconvert_on_unlock() 2032 kick = 1; in ocfs2_downconvert_on_unlock() 2039 if (kick) in ocfs2_downconvert_on_unlock()
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 916 bool kick = !skb->xmit_more; in start_xmit() local 964 if (kick || netif_xmit_stopped(txq)) in start_xmit()
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 7693 bool kick = false; in nohz_kick_needed() local 7725 kick = true; in nohz_kick_needed() 7735 kick = true; in nohz_kick_needed() 7743 kick = true; in nohz_kick_needed() 7749 return kick; in nohz_kick_needed()
|
/linux-4.1.27/drivers/video/backlight/ |
D | Kconfig | 177 If in doubt, it's safe to enable this option; it doesn't kick
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 348 be ccdbl + 4 ! 8 byte aligned, kick ass
|
/linux-4.1.27/Documentation/kbuild/ |
D | modules.txt | 273 named <filename>_shipped. When the kbuild rules kick in, a copy
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 125 their type and kick into gear.
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 354 to kick off discovery of devices at the root of the tree. The
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 700 kick off the laptop_mode script and run hdparm. The part that
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 698 generate interrupts and kick the watchdog task every 4 seconds.
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2228 of order, causing TCP/IP's congestion control system to kick
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2681 expect magic will kick in and you'll see something like:
|