Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/arm/boot/dts/
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>;
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>;
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsmp.c84 goto kick; in pnv_smp_kick_cpu()
103 goto kick; in pnv_smp_kick_cpu()
127 kick: in pnv_smp_kick_cpu()
/Linux-v4.19/tools/virtio/
Dvirtio_test.c25 int kick; member
51 r = write(info->kick, &v, sizeof v); in vq_notify()
83 file.fd = info->kick; in vhost_vq_setup()
96 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/Linux-v4.19/drivers/clk/renesas/
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()
Dclk-rcar-gen2.c91 u32 val, kick; in cpg_z_clk_set_rate() local
109 kick = readl(zclk->kick_reg); in cpg_z_clk_set_rate()
110 kick |= CPG_FRQCRB_KICK; in cpg_z_clk_set_rate()
111 writel(kick, zclk->kick_reg); in cpg_z_clk_set_rate()
Drcar-gen3-cpg.c122 u32 val, kick; in cpg_z_clk_set_rate() local
139 kick = readl(zclk->kick_reg); in cpg_z_clk_set_rate()
140 kick |= CPG_FRQCRB_KICK; in cpg_z_clk_set_rate()
141 writel(kick, zclk->kick_reg); in cpg_z_clk_set_rate()
/Linux-v4.19/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-v4.19/Documentation/virtual/kvm/
Dvcpu-requests.rst46 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
190 kick will send an IPI to force an exit from guest mode when necessary.
192 kvm_request_pending() check and before it has entered guest mode, as kick
236 sending kick also change the VCPU mode to something !IN_GUEST_MODE. The
257 that a non-IPI generating kick will still result in an action by the
259 request-accompanying kicks, then the kick may not do anything useful at
260 all. If, for instance, a request-less kick was made to a VCPU that was
263 whatever it was the kick was meant to initiate.
[all …]
/Linux-v4.19/arch/x86/kernel/
Dparavirt-spinlocks.c41 .kick = paravirt_nop,
/Linux-v4.19/drivers/watchdog/
Dar7_wdt.c50 u32 kick; member
79 WRITE_REG(ar7_wdt->kick, value); in ar7_wdt_kick()
/Linux-v4.19/drivers/input/joystick/
Dsidewinder.c134 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
139 kick = id ? gameport_time(gameport, SW_KICK) : 0; /* Set up kick timeout for ID packet */ in sw_read_packet()
176 if (kick && (~v & u & 0x01)) { /* Falling edge on axis 0 */ in sw_read_packet()
177 sched = kick; /* Schedule second trigger */ in sw_read_packet()
178 kick = 0; /* Don't schedule next time on falling edge */ in sw_read_packet()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
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-v4.19/drivers/scsi/
Dxen-scsifront.c168 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()
282 int kick; in scsifront_sync_cmd_done() local
291 kick = _scsifront_put_rqid(info, id); in scsifront_sync_cmd_done()
294 if (kick) in scsifront_sync_cmd_done()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dtx.c115 dev->queue_ops->kick(dev, q); in mt76_tx()
211 dev->queue_ops->kick(dev, hwq); in mt76_release_buffered_frames()
298 dev->queue_ops->kick(dev, hwq); in mt76_txq_send_burst()
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dti,keystone-rproc.txt66 - 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-v4.19/arch/x86/xen/
Dspinlock.c147 pv_lock_ops.kick = xen_qlock_kick; in xen_init_spinlocks()
/Linux-v4.19/arch/c6x/boot/dts/
Dtms320c6457.dtsi52 ti,dscr-kick-regs = <0x38 0x83E70B13
/Linux-v4.19/tools/virtio/ringtest/
Dmain.h83 void kick(void);
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt38 kick-gpio = <&dspgpio0 27>;
/Linux-v4.19/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-v4.19/Documentation/
Dremoteproc.txt202 * @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-v4.19/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-v4.19/drivers/usb/misc/sisusbvga/
DKconfig27 By default, the console part of the driver will not kick in when
/Linux-v4.19/drivers/remoteproc/
Domap_remoteproc.c183 .kick = omap_rproc_kick,

123