Searched refs:stop (Results 226 - 250 of 1275) sorted by relevance

1234567891011>>

/linux-master/drivers/input/serio/
H A Dioc3kbd.c155 sk->stop = ioc3kbd_stop;
164 sa->stop = ioc3aux_stop;
/linux-master/drivers/regulator/
H A Dwm8350-regulator.c572 u16 stop, u16 fault)
577 dev_dbg(wm8350->dev, "%s %d start %d stop %d\n",
578 __func__, dcdc, start, stop);
581 if (start > 15 || stop > 15)
612 (stop << WM8350_DC1_SDSLOT_SHIFT) |
619 int wm8350_ldo_set_slot(struct wm8350 *wm8350, int ldo, u16 start, u16 stop) argument
624 dev_dbg(wm8350->dev, "%s %d start %d stop %d\n",
625 __func__, ldo, start, stop);
628 if (start > 15 || stop > 15)
649 wm8350_reg_write(wm8350, slot_reg, val | ((start << 10) | (stop <<
571 wm8350_dcdc_set_slot(struct wm8350 *wm8350, int dcdc, u16 start, u16 stop, u16 fault) argument
[all...]
/linux-master/include/net/
H A Dpkt_sched.h17 int stop; member in struct:qdisc_walker
285 arg->stop = 1;
/linux-master/kernel/bpf/
H A Dbpf_iter.c92 * . stop() may call bpf program, handling potential overflow there
130 goto stop;
133 seq->op->stop(seq, p);
148 seq->op->stop(seq, p);
179 seq->op->stop(seq, p);
194 seq->op->stop(seq, p);
203 stop:
206 seq->op->stop(seq, NULL);
211 seq->op->stop(seq, p);
762 /* return value: 0 - continue, 1 - stop an
[all...]
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c905 struct mmc_command stop; local
920 cmd = mrq->stop;
939 /* issue command; then optionally data and stop */
952 stop.opcode = MMC_STOP_TRANSMISSION;
953 stop.arg = 0;
954 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC;
955 status = mmc_spi_command_send(host, mrq, &stop, 0);
961 if (mrq->stop)
962 status = mmc_spi_command_send(host, mrq, mrq->stop, 0);
1001 * with chipselect high before the card will stop drivin
[all...]
H A Dtmio_mmc_core.c193 /* FIXME - should we set stop clock reg here */
462 struct mmc_command *stop; local
470 stop = data->stop;
481 * FIXME: other drivers allow an optional stop command of any given type
485 * stop command, allowing fallback to the stop command the
499 if (stop && !host->mrq->sbc) {
500 if (stop->opcode != MMC_STOP_TRANSMISSION || stop
[all...]
/linux-master/drivers/misc/mei/
H A Dpci-txe.c123 goto stop;
147 stop:
344 /* stop using pm callbacks if any */
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c35 static unsigned int stop; variable
40 return READ_ONCE(stop);
261 WRITE_ONCE(stop, 1);
367 WRITE_ONCE(stop, 1);
388 WRITE_ONCE(stop, 1);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c75 stop("Unable to strdup symbol name", EX_SOFTWARE);
229 stop("symlist_add: Unable to malloc symbol_node", EX_SOFTWARE);
250 stop("symlist_add: Invalid symbol type for sorting",
391 stop("Unable to strdup symbol name", EX_SOFTWARE);
641 stop("symtable_dump: Invalid symbol type "
/linux-master/drivers/perf/
H A Dqcom_l3_pmu.c176 /* Called to stop event monitoring */
177 void (*stop)(struct perf_event *event, int flags); member in struct:l3cache_event_ops
260 .stop = qcom_l3_cache__64bit_counter_stop,
332 .stop = qcom_l3_cache__32bit_counter_stop,
541 ops->stop(event, flags);
759 .stop = qcom_l3_cache__event_stop,
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c207 unsigned int idx, start, stop; local
218 stop = orc_lookup[idx + 1] + 1;
221 (__start_orc_unwind + stop > __stop_orc_unwind))) {
222 orc_warn("WARNING: bad lookup value: idx=%u num=%u start=%u stop=%u ip=%pB\n",
223 idx, lookup_num_blocks, start, stop, (void *)ip);
228 __start_orc_unwind + start, stop - start, ip);
/linux-master/drivers/i2c/busses/
H A Di2c-stm32f4.c102 * @stop: last I2C msg to be sent, i.e. STOP to be generated
109 bool stop; member in struct:stm32f4_i2c_msg
357 if (msg->stop)
452 if (msg->stop)
512 if (msg->stop)
692 f4_msg->stop = is_last;
/linux-master/fs/afs/
H A Dproc.c80 .stop = afs_proc_cells_stop,
303 .stop = afs_proc_cell_volumes_stop,
419 .stop = afs_proc_cell_vlservers_stop,
491 .stop = afs_proc_servers_stop,
546 .stop = afs_proc_sysname_stop,
/linux-master/net/rxrpc/
H A Dproc.c108 .stop = rxrpc_call_seq_stop,
195 .stop = rxrpc_connection_seq_stop,
271 .stop = rxrpc_bundle_seq_stop,
397 .stop = rxrpc_peer_seq_stop,
467 .stop = rxrpc_local_seq_stop,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c229 goto stop;
232 goto stop;
239 goto stop;
242 goto stop;
279 stop:
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c139 unsigned long stop = jiffies + chip->timeout_d; local
155 } while (time_before(jiffies, stop));
188 unsigned long ten_msec, stop; local
198 stop = jiffies + timeout;
212 } while (time_before(jiffies, stop));
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c591 /* stop tracer */
684 * At this time we don't allow range and start/stop filtering
697 unsigned long start, stop; local
706 stop = start + fr[i].size;
712 etm_filter->stop_addr = stop;
720 etm_filter->stop_addr = stop;
901 etm_pmu.stop = etm_event_stop;
/linux-master/drivers/net/usb/
H A Dax88179_178a.c448 /* Configure RX control register => stop operation */
1330 /* Configure RX control register => stop operation */
1695 .stop = ax88179_stop,
1707 .stop = ax88179_stop,
1720 .stop = ax88179_stop,
1733 .stop = ax88179_stop,
1746 .stop = ax88179_stop,
1759 .stop = ax88179_stop,
1772 .stop = ax88179_stop,
1785 .stop
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c196 * and stop waiting for TXS callback.
301 bool *stop)
322 if (stop && pending >= MT_MAX_NON_AQL_PKT)
323 *stop = true;
456 bool stop = false; local
475 idx = __mt76_tx_queue_skb(phy, qid, skb, wcid, txq->sta, &stop);
484 if (stop || mt76_txq_stopped(q))
497 idx = __mt76_tx_queue_skb(phy, qid, skb, wcid, txq->sta, &stop);
299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, struct mt76_wcid *wcid, struct ieee80211_sta *sta, bool *stop) argument
/linux-master/fs/netfs/
H A Dbuffered_write.c786 bool stop = true; local
798 stop = true;
834 stop = false;
838 stop = true;
855 stop = true;
859 if (stop)
885 } while (!stop);
/linux-master/drivers/ptp/
H A Dptp_idt82p33.c642 ktime_t start, stop; local
658 stop = ktime_get_raw();
663 total_ns += ktime_to_ns(stop) - ktime_to_ns(start);
675 ktime_t start, stop; local
691 stop = ktime_get_raw();
696 total_ns += ktime_to_ns(stop) - ktime_to_ns(start);
709 ktime_t start, stop; local
730 stop = ktime_get_raw();
732 total_ns += ktime_to_ns(stop) - ktime_to_ns(start);
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c85 size_t usedss; /* Bytes used in start/stop */
87 unsigned char stop[PAGE_SIZE]; /* Counter set at event delete */ member in struct:cpu_cf_events
137 * - pmu_{en|dis}able(), pmu_{add|del}()and pmu_{start|stop}():
563 ctrstop = (struct cf_ctrset_entry *)(cpuhw->stop + offset);
579 /* Save time_stamp from start of event in stop's trailer */
581 trailer_stop = (struct cf_trailer_entry *)(cpuhw->stop + offset);
973 raw.frag.data = cpuhw->stop;
979 event->pmu->stop(event, 0);
1008 cpuhw->usedss = cfdiag_getctr(cpuhw->stop,
1009 sizeof(cpuhw->stop),
[all...]
/linux-master/drivers/pnp/
H A Dinterface.c30 int stop; /* stop flag */ member in struct:pnp_info_buffer
42 if (buffer->stop || buffer->error)
48 buffer->stop = 1;
/linux-master/security/integrity/ima/
H A Dima_fs.c192 .stop = ima_measurements_stop,
258 .stop = ima_measurements_stop,
377 .stop = ima_policy_stop,
/linux-master/crypto/async_tx/
H A Dasync_pq.c112 int start = -1, stop = disks - 3; local
127 stop = i;
136 raid6_call.xor_syndrome(disks, start, stop, len, srcs);

Completed in 288 milliseconds

1234567891011>>