| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/cellular/qualcomm/ |
| H A D | rmnet.rst | 37 Function Command / Data Reserved Pad Multiplexer ID Payload length 41 Command (1)/ Data (0) bit value is to indicate if the packet is a MAP command 58 Function Command Reserved Pad Multiplexer ID Payload length 60 Function Command name Reserved Command Type Reserved 64 Function Command data 66 Command 1 indicates disabling flow while 2 is enabling flow 68 Command types 86 MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | proc.py | 22 class LxCmdLine(gdb.Command): 36 class LxVersion(gdb.Command): 80 class LxIOMem(gdb.Command): 95 class LxIOPorts(gdb.Command): 138 class LxMounts(gdb.Command): 205 class LxFdtDump(gdb.Command):
|
| H A D | device.py | 97 class LxDeviceListBus(gdb.Command): 117 class LxDeviceListClass(gdb.Command): 135 class LxDeviceListTree(gdb.Command):
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reserved-memory/ |
| H A D | qcom,cmd-db.txt | 1 Command DB 4 Command DB is a database that provides a mapping between resource key and the 13 The bindings for Command DB is specified in the reserved-memory section in 26 the Command DB in memory.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 28 class SetFilterPrefixCmd(gdb.Command): 36 class ShowFilterPrefixCmd(gdb.Command): 42 class InfoFrameFilter(gdb.Command): 210 class EnableFrameFilter(gdb.Command): 241 class DisableFrameFilter(gdb.Command): 272 class SetFrameFilterPriority(gdb.Command): 358 class ShowFrameFilterPriority(gdb.Command):
|
| H A D | unwinders.py | 56 class InfoUnwinder(gdb.Command): 144 class EnableUnwinder(gdb.Command): 166 class DisableUnwinder(gdb.Command):
|
| H A D | xmethods.py | 177 class InfoXMethod(gdb.Command): 212 class EnableXMethod(gdb.Command): 238 class DisableXMethod(gdb.Command):
|
| H A D | pretty_printers.py | 84 class InfoPrettyPrinter(gdb.Command): 315 class EnablePrettyPrinter (gdb.Command): 337 class DisablePrettyPrinter (gdb.Command):
|
| H A D | type_printers.py | 22 class InfoTypePrinter(gdb.Command): 60 class _EnableOrDisableCommand(gdb.Command):
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | frame_filters.py | 28 class SetFilterPrefixCmd(gdb.Command): 36 class ShowFilterPrefixCmd(gdb.Command): 42 class InfoFrameFilter(gdb.Command): 210 class EnableFrameFilter(gdb.Command): 241 class DisableFrameFilter(gdb.Command): 272 class SetFrameFilterPriority(gdb.Command): 358 class ShowFrameFilterPriority(gdb.Command):
|
| H A D | unwinders.py | 56 class InfoUnwinder(gdb.Command): 144 class EnableUnwinder(gdb.Command): 166 class DisableUnwinder(gdb.Command):
|
| H A D | xmethods.py | 177 class InfoXMethod(gdb.Command): 212 class EnableXMethod(gdb.Command): 238 class DisableXMethod(gdb.Command):
|
| H A D | pretty_printers.py | 84 class InfoPrettyPrinter(gdb.Command): 315 class EnablePrettyPrinter (gdb.Command): 337 class DisablePrettyPrinter (gdb.Command):
|
| H A D | type_printers.py | 22 class InfoTypePrinter(gdb.Command): 60 class _EnableOrDisableCommand(gdb.Command):
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2transport.c | 625 is_binding = shdr->Command == SMB2_SESSION_SETUP && in smb2_sign_rqst() 651 if ((shdr->Command == SMB2_NEGOTIATE) || in smb2_verify_signature() 652 (shdr->Command == SMB2_SESSION_SETUP) || in smb2_verify_signature() 653 (shdr->Command == SMB2_OPLOCK_BREAK) || in smb2_verify_signature() 666 shdr->Command); in smb2_verify_signature() 683 shdr->Command, shdr->MessageId); in smb2_verify_signature() 723 temp->command = shdr->Command; /* Always LE */ in smb2_mid_entry_alloc() 739 le16_to_cpu(shdr->Command), temp->mid); in smb2_mid_entry_alloc() 756 shdr->Command != SMB2_NEGOTIATE) in smb2_get_mid_entry() 760 if ((shdr->Command != SMB2_SESSION_SETUP) && in smb2_get_mid_entry() [all …]
|
| H A D | smb2misc.c | 49 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr() 206 command = le16_to_cpu(shdr->Command); in smb2_check_message() 232 if (shdr->Command == SMB2_NEGOTIATE) in smb2_check_message() 322 switch (shdr->Command) { in smb2_get_data_area_len() 371 cifs_dbg(VFS, "no length check for command %d\n", le16_to_cpu(shdr->Command)); in smb2_get_data_area_len() 424 if (has_smb2_data_area[le16_to_cpu(shdr->Command)] == false) in smb2_calc_size() 688 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break() 845 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid() 855 le16_to_cpu(sync_hdr->Command), in smb2_handle_cancelled_mid() 881 if (hdr->Command == SMB2_NEGOTIATE) in smb311_update_preauth_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_edgeport.h | 58 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8)) argument 68 int Command; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.imximage | 18 Command syntax: 56 Command string data string 88 Total size of CSF (Command Sequence File) 152 Command (m for help): o 156 Command (m for help): p 164 Command (m for help): x 197 Command (m for help): n 198 Command action 206 Command (m for help): p 221 Command (m for help): w
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | nfs.py | 7 from oeqa.utils.commands import bitbake, get_bb_var, Command 29 …cmd = Command(["unfsd", "-d", "-p", "-N", "-e", exports.name, "-n", str(nfsport), "-m", str(mountp…
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | drivetemp.rst | 11 Information technology - AT Attachment 8 - ATA/ATAPI Command Set (ATA8-ACS) 26 If supported, it uses the ATA SCT Command Transport feature to read 28 as well as historic minimum and maximum temperatures. If SCT Command
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | hid-alps.rst | 32 16 wCommandRegister 0005 Identifier for Command Register 65 Command Read/Write 74 Byte1 Command Byte 83 Command Byte is read=0xD1/write=0xD2 .
|
| /OK3568_Linux_fs/kernel/drivers/dma/mediatek/ |
| H A D | Kconfig | 17 tristate "MediaTek Command-Queue DMA controller support" 23 Enable support for Command-Queue DMA controller on MediaTek
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/ |
| H A D | sconscript | 23 cmd = env.Command('$STATIC_LIB_PATH/mali_kutf_irq_test.ko', src, []) 27 cmd = env.Command('$STATIC_LIB_PATH/mali_kutf_irq_test.ko', src, [makeAction])
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | arcmsr_spec.rst | 58 All SCSI Command must be sent through postQ: 158 0x03 Reset (Abort all queued Command) 163 0x07 Check If Host Command Pending 193 (B) Command block 200 2. Command block 223 3. Command code and associated data 226 The following are command code defined in raid controller Command 230 Command code 0x20--0x?? always check the password, 280 Command description
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | checksettings.py | 23 class Command(BaseCommand): class 28 super(Command, self).__init__(*args, **kwargs)
|