Home
last modified time | relevance | path

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

123

/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk.dtsi168 kick-gpios = <&dspgpio0 27 0>;
184 kick-gpios = <&dspgpio1 27 0>;
200 kick-gpios = <&dspgpio2 27 0>;
216 kick-gpios = <&dspgpio3 27 0>;
232 kick-gpios = <&dspgpio4 27 0>;
248 kick-gpios = <&dspgpio5 27 0>;
264 kick-gpios = <&dspgpio6 27 0>;
280 kick-gpios = <&dspgpio7 27 0>;
H A Dkeystone-k2l.dtsi338 kick-gpios = <&dspgpio0 27 0>;
354 kick-gpios = <&dspgpio1 27 0>;
370 kick-gpios = <&dspgpio2 27 0>;
386 kick-gpios = <&dspgpio3 27 0>;
H A Dkeystone-k2e.dtsi134 kick-gpios = <&dspgpio0 27 0>;
/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst48 The goal of a VCPU kick is to bring a VCPU thread out of guest mode in
51 time of the kick. Therefore, depending on the mode and state of the VCPU
52 thread, there are two other actions a kick may take. All three actions
134 to a "kick", but unlike a kick it guarantees the vCPU has actually exited
135 guest mode. A kick only guarantees the vCPU will exit at some point in the
136 future, e.g. a previous kick may have started the process, but there's no
192 kick will send an IPI to force an exit from guest mode when necessary.
194 kvm_request_pending() check and before it has entered guest mode, as kick
238 sending kick also change the VCPU mode to something !IN_GUEST_MODE. The
259 that a non-IPI generating kick will still result in an action by the
[all …]
/linux/drivers/clk/renesas/
H A Drcar-gen2-cpg.c89 u32 val, kick; in cpg_z_clk_set_rate() local
107 kick = readl(zclk->kick_reg); in cpg_z_clk_set_rate()
108 kick |= CPG_FRQCRB_KICK; in cpg_z_clk_set_rate()
109 writel(kick, zclk->kick_reg); in cpg_z_clk_set_rate()
/linux/tools/virtio/
H A Dvirtio_test.c28 int kick; member
58 r = write(info->kick, &v, sizeof v); in vq_notify()
90 file.fd = info->kick; in vhost_vq_setup()
116 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
H A Dvhost_net_test.c33 int kick; member
144 r = write(info->kick, &v, sizeof(v)); in vq_notify()
173 file.fd = info->kick; in vhost_vq_setup()
198 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/linux/drivers/input/joystick/
H A Dsidewinder.c120 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
125 kick = id ? gameport_time(gameport, SW_KICK) : 0; /* Set up kick timeout for ID packet */ in sw_read_packet()
162 if (kick && (~v & u & 0x01)) { /* Falling edge on axis 0 */ in sw_read_packet()
163 sched = kick; /* Schedule second trigger */ in sw_read_packet()
164 kick = 0; /* Don't schedule next time on falling edge */ in sw_read_packet()
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dchan.c24 chan->func->gpfifo.kick(chan); in nvif_chan_gpfifo_push_kick()
109 chan->push.kick = nvif_chan_gpfifo_push_kick; in nvif_chan_gpfifo_ctor()
/linux/drivers/rpmsg/
H A Dqcom_glink_native.h27 void (*kick)(struct qcom_glink_pipe *glink_pipe); member
/linux/drivers/scsi/
H A Dxen-scsifront.c171 int kick; in scsifront_put_rqid() local
174 kick = _scsifront_put_rqid(info, id); in scsifront_put_rqid()
177 if (kick) in scsifront_put_rqid()
337 int kick; in scsifront_sync_cmd_done() local
349 kick = _scsifront_put_rqid(info, id); in scsifront_sync_cmd_done()
352 if (kick) in scsifront_sync_cmd_done()
H A Dvirtio_scsi.c504 bool kick) in virtscsi_add_cmd() argument
512 if (!err && kick) in virtscsi_add_cmd()
577 bool kick; in virtscsi_queuecommand() local
607 kick = (sc->flags & SCMD_LAST) != 0; in virtscsi_queuecommand()
608 ret = virtscsi_add_cmd(req_vq, cmd, req_size, sizeof(cmd->resp.cmd), kick); in virtscsi_queuecommand()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c86 bool kick; in mlx4_add_cq_to_tasklet() local
96 kick = list_empty(&tasklet_ctx->list); in mlx4_add_cq_to_tasklet()
98 if (kick) in mlx4_add_cq_to_tasklet()
/linux/tools/power/cpupower/bench/
H A DREADME-BENCH81 below possible ondemand sample kick ins (1)):
85 switching up (compare with below possible ondemand sample kick ins (2))::
/linux/tools/virtio/ringtest/
H A Dmain.h84 void kick(void);
H A Dring.c200 kick(); in kick_available()
H A Dmain.c56 void kick(void) in kick() function
/linux/drivers/sh/clk/
H A Dcpg.c147 if (dt->kick) in sh_clk_div_set_rate()
148 dt->kick(clk); in sh_clk_div_set_rate()
/linux/drivers/block/
H A Dvirtio_blk.c381 bool kick; in virtio_commit_rqs() local
384 kick = virtqueue_kick_prepare(vq->vq); in virtio_commit_rqs()
387 if (kick) in virtio_commit_rqs()
478 bool kick; in virtblk_add_req_batch() local
494 kick = virtqueue_kick_prepare(vq->vq); in virtblk_add_req_batch()
497 if (kick) in virtblk_add_req_batch()
/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c73 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
378 if (rproc->ops->kick == NULL) { in rproc_add_virtio_dev()
H A Dingenic_rproc.c148 .kick = ingenic_rproc_kick,
/linux/arch/um/drivers/
H A Dvirtio_pcidev.c393 static void virtio_pcidev_irq_vq_addbuf(struct virtqueue *vq, void *buf, bool kick) in virtio_pcidev_irq_vq_addbuf() argument
400 else if (kick) in virtio_pcidev_irq_vq_addbuf()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-surface_aggregator-tabletsw20 device. In general, this means that the kick-stand is used
/linux/drivers/vhost/
H A Dvhost.c388 vq->kick = NULL; in vhost_vq_reset()
902 if (!vhost_vq_get_backend(vq) && !vq->kick) { in __vhost_vq_attach_worker()
1172 if (dev->vqs[i]->kick && dev->vqs[i]->handle_kick) in vhost_dev_stop()
1207 if (dev->vqs[i]->kick) in vhost_dev_cleanup()
1208 fput(dev->vqs[i]->kick); in vhost_dev_cleanup()
2197 if (eventfp != vq->kick) { in vhost_vring_ioctl()
2198 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl()
2199 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl()
2260 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
/linux/include/linux/
H A Dsh_clk.h163 void (*kick)(struct clk *clk); member

123