Searched refs:allowed (Results 1 – 25 of 26) sorted by relevance
12
/drivers/usb/core/ |
D | urb.c | 382 unsigned int allowed; in usb_submit_urb() local 385 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP | in usb_submit_urb() 390 allowed |= URB_ZERO_PACKET; in usb_submit_urb() 393 allowed |= URB_NO_FSBR; /* only affects UHCI */ in usb_submit_urb() 397 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb() 400 allowed |= URB_ISO_ASAP; in usb_submit_urb() 403 urb->transfer_flags &= allowed; in usb_submit_urb()
|
D | Kconfig | 123 allowed to support only a limited number of peripherals. 135 external hubs. OTG hosts are allowed to reduce hardware
|
/drivers/usb/mon/ |
D | Kconfig | 15 If unsure, say Y (if allowed), otherwise M.
|
/drivers/w1/slaves/ |
D | Kconfig | 38 Full block writes are only allowed if the CRC is valid.
|
/drivers/char/ |
D | ser_a2232fw.ax | 261 bne =DONE ; not allowed to send -> done ; 270 lda OutDisable\1 ; allowed to transmit? ; 274 bne =DONE ; not allowed to send -> done ;
|
/drivers/net/wireless/libertas/ |
D | cmd.c | 1910 int allowed = 1; in lbs_ps_confirm_sleep() local 1916 allowed = 0; in lbs_ps_confirm_sleep() 1922 allowed = 0; in lbs_ps_confirm_sleep() 1928 allowed = 0; in lbs_ps_confirm_sleep() 1933 if (allowed) { in lbs_ps_confirm_sleep()
|
/drivers/scsi/ |
D | scsi_error.c | 825 scmd->retries = scmd->allowed; in scsi_eh_get_sense() 1433 if ((++scmd->retries) <= scmd->allowed in scsi_decide_disposition() 1560 (++scmd->retries <= scmd->allowed)) { in scsi_eh_flush_done_q()
|
D | sr.c | 463 SCpnt->allowed = MAX_RETRIES; in sr_prep_fn()
|
D | scsi_lib.c | 1281 cmd->allowed = req->retries; in scsi_setup_blk_pc_cmnd() 1599 unsigned long wait_for = (cmd->allowed + 1) * rq->timeout; in scsi_softirq_done()
|
D | sd.c | 590 SCpnt->allowed = SD_MAX_RETRIES; in sd_prep_fn()
|
/drivers/net/appletalk/ |
D | Kconfig | 29 even politically correct people are allowed to say Y here.
|
/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 1545 ha->dpc_flags, cmd->result, cmd->allowed)); in qla4xxx_eh_device_reset() 1601 ha->dpc_flags, cmd->result, cmd->allowed)); in qla4xxx_eh_target_reset()
|
/drivers/mtd/ |
D | Kconfig | 130 allowed in the partition definition, including mtd id's and partition
|
/drivers/ata/ |
D | libata-eh.c | 589 scmd->retries = scmd->allowed; in ata_scsi_error() 1159 scmd->retries = scmd->allowed; in ata_eh_qc_complete()
|
/drivers/net/wan/ |
D | Kconfig | 319 are only allowed on specific ports of the DSCC4. This option is the
|
/drivers/s390/scsi/ |
D | zfcp_dbf.c | 1097 rec->scsi_allowed = scsi_cmnd->allowed; in zfcp_scsi_dbf_event()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 549 * 2) In a non QAS, protocol allowed phase change, 2062 * This indicates that all of the allowed data for this 2118 * large enough to take the maximum allowed status packet.
|
D | aic7xxx.reg | 146 * those signals that are allowed in the current mode (Initiator/Target) are
|
D | aic7xxx.seq | 241 * of the SCSI-2 spec for what messages are allowed when.
|
/drivers/usb/serial/ |
D | ChangeLog.history | 490 allowed driver to work properly if there is no tty assigned to a port
|
/drivers/rtc/ |
D | Kconfig | 15 be allowed to plug one or more RTCs to your system. You will
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 126 * those signals that are allowed in the current mode (Initiator/Target) are
|
D | aic7xxx.seq | 815 * RETURN_1, and the command is allowed to complete normally. We don't bother
|
/drivers/staging/rt2870/ |
D | tmp60 | 1093 // Reset allowed scan retries 3371 // Reset allowed scan retries 3440 // Reset allowed scan retries
|
D | tmp61 | 1093 // Reset allowed scan retries 3371 // Reset allowed scan retries 3440 // Reset allowed scan retries
|
12