Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/mmc/card/
Dmmc_test.c980 int (*run)(struct mmc_test_card *); member
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 = mmc_test_pow2_write,
2407 .run = mmc_test_pow2_read,
2414 .run = mmc_test_weird_write,
[all …]
/drivers/tty/
Dtty_audit.c304 size_t run; in tty_audit_add_data() local
306 run = N_TTY_BUF_SIZE - buf->valid; in tty_audit_add_data()
307 if (run > size) in tty_audit_add_data()
308 run = size; in tty_audit_add_data()
309 memcpy(buf->data + buf->valid, data, run); in tty_audit_add_data()
310 buf->valid += run; in tty_audit_add_data()
311 data += run; in tty_audit_add_data()
312 size -= run; in tty_audit_add_data()
/drivers/acpi/apei/
Derst.c302 .run = apei_exec_read_register,
306 .run = apei_exec_read_register_value,
310 .run = apei_exec_write_register,
314 .run = apei_exec_write_register_value,
318 .run = apei_exec_noop,
322 .run = erst_exec_load_var1,
326 .run = erst_exec_load_var2,
330 .run = erst_exec_store_var1,
334 .run = erst_exec_add,
338 .run = erst_exec_subtract,
[all …]
Dapei-base.c166 apei_exec_ins_func_t run; in __apei_exec_run() local
184 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
190 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
191 rc = run(ctx, entry); in __apei_exec_run()
225 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
Deinj.c122 .run = apei_exec_read_register,
126 .run = apei_exec_read_register_value,
130 .run = apei_exec_write_register,
134 .run = apei_exec_write_register_value,
138 .run = apei_exec_noop,
Dapei-internal.h21 apei_exec_ins_func_t run; member
/drivers/s390/scsi/
Dzfcp_dbf.c306 rec->u.run.fsf_req_id = erp->fsf_req_id; in zfcp_dbf_rec_run()
307 rec->u.run.rec_status = erp->status; in zfcp_dbf_rec_run()
308 rec->u.run.rec_step = erp->step; in zfcp_dbf_rec_run()
309 rec->u.run.rec_action = erp->action; in zfcp_dbf_rec_run()
312 rec->u.run.rec_count = in zfcp_dbf_rec_run()
315 rec->u.run.rec_count = atomic_read(&erp->port->erp_counter); in zfcp_dbf_rec_run()
317 rec->u.run.rec_count = atomic_read(&erp->adapter->erp_counter); in zfcp_dbf_rec_run()
/drivers/spi/
Dspi-bfin-sport.c73 bool run; member
492 if (list_empty(&drv_data->queue) || !drv_data->run) { in bfin_sport_spi_pump_messages()
549 if (!drv_data->run) { in bfin_sport_spi_transfer()
561 if (drv_data->run && !drv_data->busy) in bfin_sport_spi_transfer()
665 drv_data->run = false; in bfin_sport_spi_init_queue()
689 if (drv_data->run || drv_data->busy) { in bfin_sport_spi_start_queue()
694 drv_data->run = true; in bfin_sport_spi_start_queue()
720 drv_data->run = false; in bfin_sport_spi_stop_queue()
/drivers/net/phy/
Dphy_device.c76 int (*run)(struct phy_device *)) in phy_register_fixup()
86 fixup->run = run; in phy_register_fixup()
98 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid()
100 return phy_register_fixup(PHY_ANY_ID, phy_uid, phy_uid_mask, run); in phy_register_fixup_for_uid()
106 int (*run)(struct phy_device *)) in phy_register_fixup_for_id()
108 return phy_register_fixup(bus_id, PHY_ANY_UID, 0xffffffff, run); in phy_register_fixup_for_id()
137 int err = fixup->run(phydev); in phy_scan_fixups()
/drivers/usb/usbip/
DKconfig22 which is run on the remote machine.
31 This enables the USB/IP host driver, which is run on the
/drivers/net/slip/
DKconfig27 want to run term (term is a program which gives you almost full
72 Just occasionally you may need to run IP over hostile serial
77 end of the link as well. It's good enough, for example, to run IP
/drivers/md/
Dfaulty.c302 static int run(struct mddev *mddev) in run() function
350 .run = run,
Dmd.h461 int (*run)(struct mddev *mddev); member
558 void (*run) (struct md_thread *thread); member
577 void (*run)(struct md_thread *thread),
/drivers/remoteproc/
DKconfig28 use-cases to run on your platform (multimedia codecs are
55 use-cases to run on your platform (multimedia codecs are
/drivers/watchdog/
Dbfin_wdt.c130 int run = bfin_wdt_running(); in bfin_wdt_set_timeout() local
133 if (run) in bfin_wdt_set_timeout()
/drivers/net/wan/
Dfarsync.c432 int run; /* Port is running */ member
991 if (port->run) in fst_op_raise()
1001 if (port->run) in fst_op_lower()
1340 if (!port->run) in do_bottom_half_tx()
1439 if (!port->run) in do_bottom_half_rx()
1566 if (port->run) in fst_intr()
1574 if (port->run) in fst_intr()
2143 if (port->run) { in fst_openport()
2147 port->run = 0; in fst_openport()
2155 port->run = 1; in fst_openport()
[all …]
/drivers/cpuidle/
DKconfig.arm6412 at run-time through DT nodes. The CPUidle suspend backend is
/drivers/lguest/
DKconfig6 This is a very simple module which allows you to run
/drivers/hv/
DKconfig7 Select this option to run Linux as a Hyper-V client operating
/drivers/gpu/drm/vmwgfx/
DKconfig13 Choose this option if you would like to run 3D acceleration
/drivers/s390/net/
DKconfig91 Select this option to be able to run qeth devices in layer 2 mode.
100 Select this option to be able to run qeth devices in layer 3 mode.
/drivers/net/wireless/ath/carl9170/
Dtx.c1399 bool run = false; in carl9170_tx_ampdu_queue() local
1447 run = true; in carl9170_tx_ampdu_queue()
1454 return run; in carl9170_tx_ampdu_queue()
1475 bool run; in carl9170_op_tx() local
1505 run = carl9170_tx_ampdu_queue(ar, sta, skb, info); in carl9170_op_tx()
1506 if (run) in carl9170_op_tx()
/drivers/net/hippi/
DKconfig11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
/drivers/net/wireless/ath/ath9k/
DKconfig66 Also required for changing debug message flags at run time.
85 guarantee that all the platforms that their kernel will run on
/drivers/s390/char/
DKconfig92 need this feature and intend to run your kernel in LPAR.
103 need this feature and intend to run your kernel in LPAR.

1234