Home
last modified time | relevance | path

Searched refs:kick (Results 1 – 51 of 51) sorted by relevance

/linux-4.1.27/include/linux/
Dste_modem_shm.h22 void (*kick)(struct ste_modem_device *mdev, int notify_id); member
38 int (*kick)(struct ste_modem_device *mdev, int notify_id); member
Dremoteproc.h337 void (*kick)(struct rproc *rproc, int vqid); member
Dsh_clk.h166 void (*kick)(struct clk *clk); member
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsmp.c72 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/
Dste_modem_rproc.c184 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()
Domap_remoteproc.c182 .kick = omap_rproc_kick,
Dda8xx_remoteproc.c158 .kick = da8xx_rproc_kick,
Dremoteproc_virtio.c41 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
/linux-4.1.27/tools/virtio/
Dvirtio_test.c24 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/
Dclk-rcar-gen2.c91 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/
Ddscr.txt49 - 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/
Dar7_wdt.c62 u32 kick; member
91 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
/linux-4.1.27/drivers/input/joystick/
Dsidewinder.c138 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/
DMakefile14 obj-y += kick.o
/linux-4.1.27/arch/c6x/boot/dts/
Dtms320c6457.dtsi51 ti,dscr-kick-regs = <0x38 0x83E70B13
/linux-4.1.27/drivers/scsi/
Dxen-scsifront.c165 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/
Dvhost.c197 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()
Dvhost.h65 struct file *kick; member
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt38 kick-gpio = <&dspgpio0 27>;
/linux-4.1.27/sound/oss/
Dpas2_midi.c206 .kick = pas_midi_kick,
Duart6850.c243 .kick = uart6850_kick,
Ddev_table.h324 void (*kick)(int dev); member
Duart401.c220 .kick = uart401_kick,
Dmpu401.c919 .kick = mpu401_kick,
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH81 below possible ondemand sample kick ins (1)):
85 switching up (compare with below possible ondemand sample kick ins (2))::
/linux-4.1.27/Documentation/
Dremoteproc.txt148 * @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
Dlockup-watchdogs.txt39 A periodic hrtimer runs to generate interrupts and kick the watchdog
/linux-4.1.27/drivers/usb/misc/sisusbvga/
DKconfig27 By default, the console part of the driver will not kick in when
/linux-4.1.27/drivers/sh/clk/
Dcpg.c159 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/
Dsleep34xx.S565 str r5, [r4] @ kick off refreshes
574 str r5, [r4] @ kick off refreshes
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt17 watchdog-test.c. Simply compile the C file and kick it off. If the system
/linux-4.1.27/drivers/usb/phy/
Dphy-isp1301-omap.c760 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/
Dclock-sh7724.c157 .kick = div4_kick,
/linux-4.1.27/drivers/net/ethernet/sun/
Dsungem.c716 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/
Dbalance26 In 2.2, memory balancing/page reclamation would kick off only when the
/linux-4.1.27/arch/arm/mach-shmobile/
Dclock-r8a7740.c308 .kick = div4_kick,
Dclock-sh73a0.c216 .kick = div4_kick,
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S944 ;; kick off USB INpipe
987 ;; kick off IN
Dxircom_pgs.S1005 ;; kick off USB INpipe
1052 ;; kick off IN
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c2019 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/
Dvirtio_net.c916 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/
Dfair.c7693 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/
DKconfig177 If in doubt, it's safe to enable this option; it doesn't kick
/linux-4.1.27/arch/sparc/lib/
Dchecksum_32.S348 be ccdbl + 4 ! 8 byte aligned, kick ass
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt273 named <filename>_shipped. When the kbuild rules kick in, a copy
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt125 their type and kick into gear.
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt354 to kick off discovery of devices at the root of the tree. The
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt700 kick off the laptop_mode script and run hdparm. The part that
/linux-4.1.27/lib/
DKconfig.debug698 generate interrupts and kick the watchdog task every 4 seconds.
/linux-4.1.27/Documentation/networking/
Dbonding.txt2228 of order, causing TCP/IP's congestion control system to kick
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2681 expect magic will kick in and you'll see something like: