Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Durb.c290 unsigned int allowed; in usb_submit_urb() local
292 allowed = URB_ASYNC_UNLINK; // affects later unlinks in usb_submit_urb()
293 allowed |= (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP); in usb_submit_urb()
294 allowed |= URB_NO_INTERRUPT; in usb_submit_urb()
301 allowed |= URB_ZERO_PACKET; in usb_submit_urb()
306 allowed |= URB_NO_FSBR; /* only affects UHCI */ in usb_submit_urb()
312 allowed |= URB_SHORT_NOT_OK; in usb_submit_urb()
318 allowed |= URB_ISO_ASAP; in usb_submit_urb()
322 urb->transfer_flags &= allowed; in usb_submit_urb()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DScsi2.c273 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiInquery()
324 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiReadCapacity()
402 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiModeSense6()
477 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiModeSense10()
538 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiTestUnitReady()
608 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiRequestSense()
818 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiStartStopUnit()
867 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiSynchronizeCache()
943 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiRead()
1019 ScsiCmnd.allowed = SCSI_CMD_RETRY; in ScsiWrite()
[all …]
/bsp/nxp/imx/imxrt/imxrt1052-fire-pro/board/JLink_Vxxx/Devices/NXP/iMXRT_UFL/
A DiMXRT6xx_CortexM33.JLinkScript34 JTAG_AllowTAPReset = 0; // J-Link is allowed to use a TAP reset for JTAG-chain auto-detection
A DiMXRT5xx_CortexM33.JLinkScript37 JTAG_AllowTAPReset = 0; // J-Link is allowed to use a TAP reset for JTAG-chain auto-detection
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A DmscTransport_i.c86 ScsiCmnd.allowed = SCSI_CMD_RETRY; in mscTransportRequestSense()
A Dusb_msc.c1090 if (TransStatus == USB_STOR_TRANSPORT_ERROR && (ScsiCmnd->retries < ScsiCmnd->allowed)) in mscCmndDone()
1096 … ((__u8 *)(ScsiCmnd->cmnd.CommandBlock))[0], ScsiCmnd->retries, ScsiCmnd->allowed); in mscCmndDone()
1108 if (ScsiCmnd->retries > ScsiCmnd->allowed) in mscCmndDone()
A DmscTransport.c99 mscDev->ScsiCmnd->allowed); in mscTimeOut()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h213 unsigned int allowed; /* 允许retry的次数 */ member
/bsp/essemi/es32f369x/applications/arduino_pinout/
A DREADME.md150 2. 编译报错:Data initializer is not allowed
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile477 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
2458 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed

Completed in 25 milliseconds