Searched refs:run (Results 1 - 25 of 43) sorted by relevance

12

/drivers/tty/
H A Dtty_audit.c314 size_t run; local
316 run = N_TTY_BUF_SIZE - buf->valid;
317 if (run > size)
318 run = size;
319 memcpy(buf->data + buf->valid, data, run);
320 buf->valid += run;
321 data += run;
322 size -= run;
/drivers/mmc/card/
H A Dmmc_test.c108 * @result: result of test run
980 int (*run)(struct mmc_test_card *); member in struct:mmc_test_case
1968 * results only for the 2nd run.
2361 .run = mmc_test_basic_write,
2366 .run = mmc_test_basic_read,
2372 .run = mmc_test_verify_write,
2379 .run = mmc_test_verify_read,
2386 .run = mmc_test_multi_write,
2393 .run = mmc_test_multi_read,
2400 .run
[all...]
/drivers/acpi/apei/
H A Derst.c83 * Prevent ERST interpreter to run simultaneously, because the
301 .run = apei_exec_read_register,
305 .run = apei_exec_read_register_value,
309 .run = apei_exec_write_register,
313 .run = apei_exec_write_register_value,
317 .run = apei_exec_noop,
321 .run = erst_exec_load_var1,
325 .run = erst_exec_load_var2,
329 .run = erst_exec_store_var1,
333 .run
[all...]
H A Dapei-base.c166 apei_exec_ins_func_t run; local
173 * instruction "run" function may change the "ctx->ip" to
184 !ctx->ins_table[entry->instruction].run) {
190 run = ctx->ins_table[entry->instruction].run;
191 rc = run(ctx, entry);
225 if (ins >= ctx->instructions || !ins_table[ins].run) {
H A Deinj.c117 .run = apei_exec_read_register,
121 .run = apei_exec_read_register_value,
125 .run = apei_exec_write_register,
129 .run = apei_exec_write_register_value,
133 .run = apei_exec_noop,
138 * Prevent EINJ interpreter to run simultaneously, because the
H A Dapei-internal.h22 apei_exec_ins_func_t run; member in struct:apei_exec_ins_type
/drivers/net/slip/
H A DKconfig26 want to run term (term is a program which gives you almost full
71 Just occasionally you may need to run IP over hostile serial
76 end of the link as well. It's good enough, for example, to run IP
/drivers/net/phy/
H A Dphy_device.c70 * @run: The actual code to be run when a matching PHY is found
73 int (*run)(struct phy_device *))
84 fixup->run = run;
94 /* Registers a fixup to be run on any PHY with the UID in phy_uid */
96 int (*run)(struct phy_device *))
98 return phy_register_fixup(PHY_ANY_ID, phy_uid, phy_uid_mask, run);
102 /* Registers a fixup to be run on the PHY with id string bus_id */
104 int (*run)(struc
[all...]
/drivers/usb/musb/
H A DKconfig112 you can still disable it at run time using the "use_dma=n" module
/drivers/s390/scsi/
H A Dzfcp_dbf.c223 * @adapter: adapter on which the erp_action should run
279 rec->u.run.fsf_req_id = erp->fsf_req_id;
280 rec->u.run.rec_status = erp->status;
281 rec->u.run.rec_step = erp->step;
282 rec->u.run.rec_action = erp->action;
285 rec->u.run.rec_count =
288 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter);
290 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter);
H A Dzfcp_dbf.h70 * @u.run: structure zfcp_dbf_rec_running
83 struct zfcp_dbf_rec_running run; member in union:zfcp_dbf_rec::__anon3982
/drivers/md/
H A Dfaulty.c299 static int run(struct mddev *mddev) function
344 .run = run,
H A Dmd.h216 * are happening, so run/
442 int (*run)(struct mddev *mddev); member in struct:md_personality
470 * This needs to be installed and then ->run used to activate the
540 void (*run) (struct mddev *mddev); member in struct:md_thread
584 void (*run)(struct mddev *mddev),
/drivers/block/drbd/
H A DKconfig25 run and to access the device (/dev/drbdX). Every write is sent to
/drivers/net/hippi/
H A DKconfig11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
/drivers/spi/
H A Dspi-bfin-sport.c74 bool run; member in struct:bfin_sport_spi_master_data
494 if (list_empty(&drv_data->queue) || !drv_data->run) {
551 if (!drv_data->run) {
563 if (drv_data->run && !drv_data->busy)
674 drv_data->run = false;
698 if (drv_data->run || drv_data->busy) {
703 drv_data->run = true;
729 drv_data->run = false;
H A Dspi-dw.c560 if (list_empty(&dws->queue) || dws->run == QUEUE_STOPPED) {
598 if (dws->run == QUEUE_STOPPED) {
609 if (dws->run == QUEUE_RUNNING && !dws->busy) {
704 dws->run = QUEUE_STOPPED;
725 if (dws->run == QUEUE_RUNNING || dws->busy) {
730 dws->run = QUEUE_RUNNING;
749 dws->run = QUEUE_STOPPED;
H A Dspi-pxa2xx.c126 int run; member in struct:driver_data
1187 if (list_empty(&drv_data->queue) || drv_data->run == QUEUE_STOPPED) {
1228 if (drv_data->run == QUEUE_STOPPED) {
1239 if (drv_data->run == QUEUE_RUNNING && !drv_data->busy)
1446 drv_data->run = QUEUE_STOPPED;
1467 if (drv_data->run == QUEUE_RUNNING || drv_data->busy) {
1472 drv_data->run = QUEUE_RUNNING;
1495 drv_data->run = QUEUE_STOPPED;
/drivers/watchdog/
H A Dbfin_wdt.c130 int run = bfin_wdt_running(); local
133 if (run)
/drivers/pci/pcie/
H A DKconfig10 Power Management Event support and Virtual Channel support to run
/drivers/net/wan/
H A Dfarsync.c431 int run; /* Port is running */ member in struct:fst_port_info
998 if (port->run)
1008 if (port->run)
1347 if (!port->run)
1448 if (!port->run)
1575 if (port->run)
1583 if (port->run)
2151 if (port->run) {
2155 port->run = 0;
2163 port->run
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dtx.c1329 bool run = false; local
1377 run = true;
1384 return run;
1402 bool run; local
1425 run = carl9170_tx_ampdu_queue(ar, sta, skb);
1426 if (run)
/drivers/gpu/drm/
H A DKconfig86 run the Radeon in plain VGA mode.
/drivers/i2c/
H A DKconfig35 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
/drivers/net/fddi/
H A DKconfig11 run over copper or fiber. If you are connected to such a network and

Completed in 819 milliseconds

12