Home
last modified time | relevance | path

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

/linux-4.4.14/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.h338 void (*kick)(struct rproc *rproc, int vqid); member
Dsh_clk.h166 void (*kick)(struct clk *clk); member
/linux-4.4.14/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.4.14/drivers/remoteproc/
Dste_modem_rproc.c183 sproc->mdev->ops.kick(sproc->mdev, vqid + SPROC_MAX_NOTIFY_ID); in sproc_kick()
196 .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.c157 .kick = da8xx_rproc_kick,
Dremoteproc_virtio.c41 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/x86/kernel/
Dparavirt-spinlocks.c32 .kick = paravirt_nop,
Dkvm.c871 pv_lock_ops.kick = kvm_kick_cpu; in kvm_spinlock_init()
/linux-4.4.14/drivers/watchdog/
Dar7_wdt.c62 u32 kick; member
91 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
/linux-4.4.14/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.4.14/arch/metag/kernel/
DMakefile14 obj-y += kick.o
/linux-4.4.14/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.4.14/arch/c6x/boot/dts/
Dtms320c6457.dtsi51 ti,dscr-kick-regs = <0x38 0x83E70B13
/linux-4.4.14/drivers/vhost/
Dvhost.c274 vq->kick = NULL; in vhost_vq_reset()
518 if (dev->vqs[i]->kick && dev->vqs[i]->handle_kick) { in vhost_dev_stop()
536 if (dev->vqs[i]->kick) in vhost_dev_cleanup()
537 fput(dev->vqs[i]->kick); in vhost_dev_cleanup()
865 if (eventfp != vq->kick) { in vhost_vring_ioctl()
866 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl()
867 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
928 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
Dvhost.h65 struct file *kick; member
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt38 kick-gpio = <&dspgpio0 27>;
/linux-4.4.14/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.4.14/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.4.14/Documentation/
Dremoteproc.txt154 * @kick: kick a virtqueue (virtqueue id given as a parameter)
159 void (*kick)(struct rproc *rproc, int vqid);
163 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler
175 The ->kick() handler takes an rproc handle, and an index of a virtqueue
Dlockup-watchdogs.txt40 A periodic hrtimer runs to generate interrupts and kick the watchdog
/linux-4.4.14/drivers/usb/misc/sisusbvga/
DKconfig27 By default, the console part of the driver will not kick in when
/linux-4.4.14/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.4.14/arch/x86/xen/
Dspinlock.c336 pv_lock_ops.kick = xen_qlock_kick; in xen_init_spinlocks()
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep34xx.S565 str r5, [r4] @ kick off refreshes
574 str r5, [r4] @ kick off refreshes
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt17 watchdog-test.c. Simply compile the C file and kick it off. If the system
/linux-4.4.14/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.4.14/arch/sh/kernel/cpu/sh4a/
Dclock-sh7724.c157 .kick = div4_kick,
/linux-4.4.14/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.4.14/Documentation/vm/
Dbalance28 In 2.2, memory balancing/page reclamation would kick off only when the
/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h347 void (*kick)(int cpu); member
Dparavirt.h711 PVOP_VCALL1(pv_lock_ops.kick, cpu); in pv_kick()
/linux-4.4.14/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.4.14/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.4.14/drivers/net/
Dvirtio_net.c922 bool kick = !skb->xmit_more; in start_xmit() local
970 if (kick || netif_xmit_stopped(txq)) in start_xmit()
/linux-4.4.14/kernel/sched/
Dfair.c7754 bool kick = false; in nohz_kick_needed() local
7786 kick = true; in nohz_kick_needed()
7796 kick = true; in nohz_kick_needed()
7804 kick = true; in nohz_kick_needed()
7810 return kick; in nohz_kick_needed()
/linux-4.4.14/drivers/video/backlight/
DKconfig179 If in doubt, it's safe to enable this option; it doesn't kick
/linux-4.4.14/fs/ceph/
Dcaps.c1229 int kick) in __ceph_flush_snaps() argument
1270 if (!kick && !list_empty(&capsnap->flushing_item)) { in __ceph_flush_snaps()
1280 if (kick) in __ceph_flush_snaps()
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S348 be ccdbl + 4 ! 8 byte aligned, kick ass
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt273 named <filename>_shipped. When the kbuild rules kick in, a copy
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt125 their type and kick into gear.
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt354 to kick off discovery of devices at the root of the tree. The
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt700 kick off the laptop_mode script and run hdparm. The part that
/linux-4.4.14/lib/
DKconfig.debug708 generate interrupts and kick the watchdog task every 4 seconds.
/linux-4.4.14/Documentation/networking/
Dbonding.txt2312 of order, causing TCP/IP's congestion control system to kick
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2681 expect magic will kick in and you'll see something like: