Searched refs:prevent (Results 1 - 14 of 14) sorted by relevance

/drivers/cpuidle/
H A Dcoupled.c103 * @prevent: flag to prevent coupled idle while a cpu is hotplugging
111 int prevent; member in struct:cpuidle_coupled
396 * the waiting count first to prevent another cpu looping back in and seeing
456 while (coupled->prevent) {
465 /* Read barrier ensures online_count is read after prevent is cleared */
481 if (coupled->prevent) {
592 coupled->prevent++;
626 * cpuidle_coupled_prevent_idle - prevent cpus from entering a coupled state
637 coupled->prevent
[all...]
/drivers/pnp/pnpbios/
H A DKconfig18 BIOS) say Y here. Also the PNPBIOS can help prevent resource
/drivers/ide/
H A Dide-floppy_ioctl.c240 int prevent = (arg && cmd != CDROMEJECT) ? 1 : 0; local
245 ide_set_media_lock(drive, disk, prevent);
/drivers/scsi/
H A Dosst.h259 unsigned prevent :1; /* The device defaults in the prevent state after power up */ member in struct:__anon4823
265 unsigned prevent :1; /* The device defaults in the prevent state after power up */ member in struct:__anon4823
/drivers/cpufreq/
H A DKconfig.x86234 does not have any safeguards to prevent operating the CPU out of spec
/drivers/staging/rts5139/
H A Drts51x_transport.c938 int prevent = srb->cmnd[4] & 0x1; local
940 if (prevent) {
H A Drts51x_scsi.c580 int prevent; local
582 prevent = srb->cmnd[4] & 0x1;
586 if (prevent) {
/drivers/usb/storage/
H A Drealtek_cr.c870 int prevent = srb->cmnd[4] & 0x1; local
871 if (prevent) {
/drivers/usb/gadget/
H A Df_mass_storage.c154 * issue, but there may be some with hardware restrictions that prevent
205 * open reference to the backing file. This will prevent unmounting
207 * during system shutdown, for example. To prevent such problems, the
1486 int prevent; local
1495 prevent = common->cmnd[4] & 0x01;
1501 if (curlun->prevent_medium_removal && !prevent)
1503 curlun->prevent_medium_removal = prevent;
3161 "false to prevent bulk stalls")
H A Dfile_storage.c82 * issue, but there may be some with hardware restrictions that prevent
158 * open reference to the backing file. This will prevent unmounting
160 * during system shutdown, for example. To prevent such problems, the
363 MODULE_PARM_DESC(stall, "false to prevent bulk stalls");
1871 int prevent; local
1878 prevent = fsg->cmnd[4] & 0x01;
1884 if (curlun->prevent_medium_removal && !prevent)
1886 curlun->prevent_medium_removal = prevent;
H A Dnet2280.c552 unsigned cleanup = 0, prevent = 0; local
565 prevent = 1;
605 cleanup ? " flush" : "", prevent ? " nak" : "",
625 if (prevent) {
751 /* force packet boundaries between dma requests, but prevent the
1815 /* we want to prevent lowlevel/insecure access from the USB host,
1934 /* stop hardware; prevent new request submissions;
2107 /* also flush to prevent erratum 0106 trouble */
H A DKconfig904 configuration will prevent Windows from automatically detecting
/drivers/staging/rts_pstor/
H A Drtsx_scsi.c426 int prevent; local
428 prevent = srb->cmnd[4] & 0x1;
432 if (prevent) {
/drivers/watchdog/
H A DKconfig491 "Watchdog Timer Value" period, so to prevent it user can restart or

Completed in 1103 milliseconds