Searched refs:stop (Results 76 - 100 of 1275) sorted by relevance

1234567891011>>

/linux-master/include/linux/platform_data/
H A Ddmtimer-omap.h30 int (*stop)(struct omap_dm_timer *timer); member in struct:omap_dm_timer_ops
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h91 struct vc_audio_stop stop; member in union:vc_audio_msg::__anon1008
/linux-master/drivers/watchdog/
H A Dcpu5wdt.c48 struct completion stop; member in struct:__anon47
75 complete(&cpu5wdt_device.stop);
119 pr_crit("stop not possible\n");
212 init_completion(&cpu5wdt_device.stop);
254 wait_for_completion(&cpu5wdt_device.stop);
H A Drdc321x_wdt.c43 struct completion stop; member in struct:__anon2921
79 complete(&rdc321x_wdt_device.stop);
249 init_completion(&rdc321x_wdt_device.stop);
264 wait_for_completion(&rdc321x_wdt_device.stop);
/linux-master/net/nfc/hci/
H A Dllc_nop.c78 .stop = llc_nop_stop,
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.c215 if (app->type->stop)
216 app->type->stop(app);
224 if (app->type->stop)
225 app->type->stop(app);
/linux-master/net/netfilter/
H A Dnf_flow_table_procfs.c63 .stop = nf_flow_table_cpu_seq_stop,
/linux-master/fs/proc/
H A Ddevices.c52 .stop = devinfo_stop,
/linux-master/arch/mips/include/asm/
H A Dvpe.h89 void (*stop)(int vpe); member in struct:vpe_notifications
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hdmi.h26 void (*stop)(struct sti_hdmi *hdmi); member in struct:hdmi_phy_ops
52 * @phy_ops: phy start/stop operations
/linux-master/drivers/net/phy/
H A Dsfp.h21 void (*stop)(struct sfp *sfp); member in struct:sfp_socket_ops
/linux-master/arch/mips/lib/
H A Dstrnlen_user.S31 PTR_ADDU a1, a0 # stop pointer
/linux-master/lib/raid6/
H A Dloongarch_simd.c114 static void raid6_lsx_xor_syndrome(int disks, int start, int stop, argument
121 z0 = stop; /* P/Q right side optimization */
323 static void raid6_lasx_xor_syndrome(int disks, int start, int stop, argument
330 z0 = stop; /* P/Q right side optimization */
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_port.c43 .stop = ipc_port_ctrl_stop,
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h15 .stop = _##name##_seq_stop, \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c137 static bool stop; variable
143 stop = true;
153 while (!stop) {
157 stop = true;
/linux-master/drivers/mmc/host/
H A Dmvsdio.c203 if (data->stop) {
204 struct mmc_command *stop = data->stop; local
207 mvsd_write(MVSD_AUTOCMD12_ARG_LOW, stop->arg & 0xffff);
208 mvsd_write(MVSD_AUTOCMD12_ARG_HI, stop->arg >> 16);
210 if (stop->flags & MMC_RSP_BUSY)
212 if (stop->flags & MMC_RSP_OPCODE)
214 cmd12reg |= MVSD_AUTOCMD12_INDEX(stop->opcode);
326 if (data->stop) {
330 data->stop
[all...]
/linux-master/lib/
H A Dtest_objpool.c40 atomic_t stop ____cacheline_aligned_in_smp;
161 if (atomic_read_acquire(&test->data.stop))
229 if (atomic_read_acquire(&test->data.stop))
402 atomic_set_release(&test->data.stop, 1);
429 /* here all cpus are aware of the stop event: test->data.stop = 1 */
430 WARN_ON(!atomic_read_acquire(&test->data.stop));
438 /* make sure the stop event is acknowledged by all cores */
509 int i, stop; local
520 stop
[all...]
/linux-master/drivers/char/tpm/st33zp24/
H A Dst33zp24.c121 unsigned long stop; local
133 stop = jiffies + chip->timeout_a;
140 } while (time_before(jiffies, stop));
162 unsigned long stop; local
166 stop = jiffies + chip->timeout_d;
183 } while (time_before(jiffies, stop));
209 unsigned long stop; local
221 stop = jiffies + timeout;
232 timeout = stop - jiffies;
257 } while (time_before(jiffies, stop));
[all...]
/linux-master/net/rxrpc/
H A Dpeer_event.c294 u8 cursor, stop; local
315 stop = cursor + ARRAY_SIZE(rxnet->peer_keepalive);
316 while (base <= now && (s8)(cursor - stop) < 0) {
333 stop = cursor + RXRPC_KEEPALIVE_TIME - 1;
334 for (; (s8)(cursor - stop) < 0; cursor++) {
/linux-master/drivers/i2c/busses/
H A Di2c-uniphier.c16 #define UNIPHIER_I2C_DTRM_STO BIT(9) /* stop condition */
22 #define UNIPHIER_I2C_DREC_STS BIT(12) /* stop condition detected */
158 struct i2c_msg *msg, bool stop)
174 stop = false;
178 if (stop) {
228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); local
230 ret = uniphier_i2c_master_xfer_one(adap, msg, stop);
157 uniphier_i2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool stop) argument
/linux-master/drivers/pwm/
H A Dpwm-omap-dmtimer.c251 omap->pdata->stop(omap->dm_timer);
278 omap->pdata->stop(omap->dm_timer);
346 !pdata->stop ||
386 omap->pdata->stop(omap->dm_timer);
439 omap->pdata->stop(omap->dm_timer);
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.c185 wl1271_debug(DEBUG_CMD, "cmd scan stop");
332 /* don't stop scanning automatically when something is found */
462 struct wl1271_cmd_sched_scan_stop *stop; local
465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop");
467 /* FIXME: what to do if alloc'ing to stop fails? */
468 stop = kzalloc(sizeof(*stop), GFP_KERNEL);
469 if (!stop) {
470 wl1271_error("failed to alloc memory to send sched scan stop");
474 stop
[all...]
/linux-master/drivers/comedi/drivers/
H A Dquatech_daqp_cs.c148 int stop; member in struct:daqp_private
182 if (devpriv->stop)
303 if (devpriv->stop)
339 /* stop any conversions and clear the status event flags */
470 if (devpriv->stop)
508 * If we don't have a stop count, then use half the size of
520 * If we have a stop count, then things get more interesting.
521 * If the stop count is less than the FIFO size (actually
523 * the stop count itself as the threshold, the card interrupts
525 * acquisition at that point and are done. If the stop coun
[all...]
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_infineon.c346 unsigned long stop; local
355 stop = jiffies + chip->timeout_a;
360 } while (time_before(jiffies, stop));
391 unsigned long stop; local
397 stop = jiffies + chip->timeout_d;
409 } while (time_before(jiffies, stop));
416 unsigned long stop; local
423 stop = jiffies + timeout;
431 } while (time_before(jiffies, stop));

Completed in 267 milliseconds

1234567891011>>