/linux/arch/arm/boot/dts/ |
A D | keystone-k2hk.dtsi | 168 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>;
|
A D | keystone-k2l.dtsi | 338 kick-gpios = <&dspgpio0 27 0>; 354 kick-gpios = <&dspgpio1 27 0>; 370 kick-gpios = <&dspgpio2 27 0>; 386 kick-gpios = <&dspgpio3 27 0>;
|
/linux/arch/powerpc/platforms/powernv/ |
A D | smp.c | 81 goto kick; in pnv_smp_kick_cpu() 100 goto kick; in pnv_smp_kick_cpu() 124 kick: in pnv_smp_kick_cpu()
|
/linux/Documentation/virt/kvm/ |
A D | vcpu-requests.rst | 46 The goal of a VCPU kick is to bring a VCPU thread out of guest mode in 49 time of the kick. Therefore, depending on the mode and state of the VCPU 50 thread, there are two other actions a kick may take. All three actions 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 261 request-accompanying kicks, then the kick may not do anything useful at 262 all. If, for instance, a request-less kick was made to a VCPU that was 265 whatever it was the kick was meant to initiate. [all …]
|
/linux/drivers/clk/renesas/ |
A D | rcar-gen2-cpg.c | 89 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/ |
A D | virtio_test.c | 28 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()
|
/linux/drivers/input/joystick/ |
A D | sidewinder.c | 122 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local 127 kick = id ? gameport_time(gameport, SW_KICK) : 0; /* Set up kick timeout for ID packet */ in sw_read_packet() 164 if (kick && (~v & u & 0x01)) { /* Falling edge on axis 0 */ in sw_read_packet() 165 sched = kick; /* Schedule second trigger */ in sw_read_packet() 166 kick = 0; /* Don't schedule next time on falling edge */ in sw_read_packet()
|
/linux/drivers/watchdog/ |
A D | ar7_wdt.c | 50 u32 kick; member 77 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
|
/linux/drivers/scsi/ |
A D | xen-scsifront.c | 168 int kick; in scsifront_put_rqid() local 171 kick = _scsifront_put_rqid(info, id); in scsifront_put_rqid() 174 if (kick) in scsifront_put_rqid() 288 int kick; in scsifront_sync_cmd_done() local 297 kick = _scsifront_put_rqid(info, id); in scsifront_sync_cmd_done() 300 if (kick) in scsifront_sync_cmd_done()
|
A D | virtio_scsi.c | 486 bool kick) in virtscsi_add_cmd() argument 494 if (!err && kick) in virtscsi_add_cmd() 559 bool kick; in virtscsi_queuecommand() local 589 kick = (sc->flags & SCMD_LAST) != 0; in virtscsi_queuecommand() 590 ret = virtscsi_add_cmd(req_vq, cmd, req_size, sizeof(cmd->resp.cmd), kick); in virtscsi_queuecommand()
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
A D | ti,keystone-rproc.txt | 66 - kick-gpios: Should specify the gpio device needed for the virtio IPC 140 kick-gpios = <&dspgpio0 27 0>; 179 kick-gpios = <&dspgpio0 27 0>;
|
/linux/arch/x86/hyperv/ |
A D | hv_spinlock.c | 83 pv_ops.lock.kick = hv_qlock_kick; in hv_init_spinlocks()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | cq.c | 86 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/Documentation/userspace-api/ |
A D | vduse.rst | 221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD 222 ioctl. The kick eventfd is used by VDUSE kernel module to notify userspace to 226 4. Listen to the kick eventfd (optional) and consume the available ring. The buffer
|
/linux/Documentation/staging/ |
A D | remoteproc.rst | 202 * @kick: kick a virtqueue (virtqueue id given as a parameter) 207 void (*kick)(struct rproc *rproc, int vqid); 211 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler 223 The ->kick() handler takes an rproc handle, and an index of a virtqueue
|
/linux/arch/x86/xen/ |
A D | spinlock.c | 143 pv_ops.lock.kick = xen_qlock_kick; in xen_init_spinlocks()
|
/linux/tools/virtio/ringtest/ |
A D | main.h | 83 void kick(void);
|
A D | ring.c | 200 kick(); in kick_available()
|
/linux/drivers/remoteproc/ |
A D | remoteproc_virtio.c | 47 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify() 350 if (rproc->ops->kick == NULL) { in rproc_add_virtio_dev()
|
/linux/tools/power/cpupower/bench/ |
A D | README-BENCH | 81 below possible ondemand sample kick ins (1)): 85 switching up (compare with below possible ondemand sample kick ins (2))::
|
/linux/Documentation/devicetree/bindings/gpio/ |
A D | gpio-dsp-keystone.txt | 38 kick-gpio = <&dspgpio0 27>;
|
/linux/drivers/sh/clk/ |
A D | cpg.c | 144 if (dt->kick) in sh_clk_div_set_rate() 145 dt->kick(clk); in sh_clk_div_set_rate()
|
/linux/drivers/usb/misc/sisusbvga/ |
A D | Kconfig | 28 By default, the console part of the driver will not kick in when
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | tx.c | 345 dev->queue_ops->kick(dev, q); in mt76_tx() 421 dev->queue_ops->kick(dev, hwq); in mt76_release_buffered_frames() 493 dev->queue_ops->kick(dev, q); in mt76_txq_send_burst()
|
/linux/drivers/vhost/ |
A D | vhost.c | 333 vq->kick = NULL; in vhost_vq_reset() 664 if (dev->vqs[i]->kick && dev->vqs[i]->handle_kick) { in vhost_dev_stop() 698 if (dev->vqs[i]->kick) in vhost_dev_cleanup() 699 fput(dev->vqs[i]->kick); in vhost_dev_cleanup() 1647 if (eventfp != vq->kick) { in vhost_vring_ioctl() 1648 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl() 1649 pollstart = (vq->kick = eventfp) != NULL; in vhost_vring_ioctl() 1710 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
|