/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | wlan_bssdef.h | 36 u32 Length; /* Length of structure */ member 47 u32 Length; /* Length of structure */ member 70 u8 Length; member 132 u32 Length; member 151 u32 Length; /* Length of this structure */ member 161 u32 Length; /* Length of this structure */ member 167 u32 Length; /* Length of this structure */ member 211 u32 Length; member
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 37 u32 Length; /* Length of structure */ member 48 u32 Length; /* Length of structure */ member 70 u32 Length; member 132 u32 Length; member 145 u32 Length; /* Length of this structure */ member 154 u32 Length; /* Length of this structure */ member 160 u32 Length; /* Length of this structure */ member
|
D | rtl871x_cmd.c | 335 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd() 441 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd() 460 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd() 461 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd() 462 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd() 463 psecnetwork->Configuration.Length); in r8712_joinbss_cmd() 671 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback() 686 pnetwork->Configuration.FHConfig.Length = in r8712_createbss_cmd_callback() 687 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_createbss_cmd_callback() 688 pnetwork->Configuration.Length = in r8712_createbss_cmd_callback() [all …]
|
D | rtl871x_mlme.c | 381 target->Length = bssid_ex_sz; in update_scanned_network() 458 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback() 475 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback() 476 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback() 477 pnetwork->Configuration.Length = in r8712_survey_event_callback() 478 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback() 680 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback() 701 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback() 702 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback() 703 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback() [all …]
|
/Linux-v5.4/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 33 u32 Length; /* Length of structure */ member 44 u32 Length; /* Length of structure */ member 69 u8 Length; member 124 u32 Length; /* Length of this structure */ member 180 u32 Length; member
|
/Linux-v5.4/drivers/staging/wusbcore/include/ |
D | association.h | 64 __le16 Length; member 112 __le32 Length; member 130 __le32 Length; member 146 __le16 Length; member
|
/Linux-v5.4/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 272 LABEL less_than_ %j # less_than_j: Length should be in 287 less_than_8: # Length should be stored in 295 less_than_4: # Length should be stored in 302 less_than_2: # Length should be stored in the MSB 307 less_than_1: # Length should be zero
|
/Linux-v5.4/Documentation/usb/ |
D | usbip_protocol.rst | 103 | Offset | Length | Value | Description | 117 | Offset | Length | Value | Description | 188 | Offset | Length | Value | Description | 207 | Offset | Length | Value | Description | 261 | Offset | Length | Value | Description | 321 | Offset | Length | Value | Description | 359 | Offset | Length | Value | Description | 388 | Offset | Length | Value | Description |
|
/Linux-v5.4/drivers/usb/serial/ |
D | io_usbvend.h | 340 __u8 Length; // Descriptor Length (per USB spec) member 429 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member 529 __u8 Length; // C0 Desc length, per USB (= 40h) member 617 __le16 Length; member
|
/Linux-v5.4/drivers/media/pci/ngene/ |
D | ngene-core.c | 341 com.cmd.hdr.Length = 0; in ngene_command_load_firmware() 357 com.cmd.hdr.Length = 4; in ngene_command_load_firmware() 359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware() 372 com.cmd.hdr.Length = 1; in ngene_command_config_buf() 387 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf() 403 com.cmd.hdr.Length = 1; in ngene_command_gpio_set() 481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument 485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer() 486 while (Length > 0) { in FillTSBuffer() 492 Length -= 188; in FillTSBuffer() [all …]
|
D | ngene-cards.c | 824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local 842 Length = EETag[2]; in ReadEEProm() 843 if (Length > MaxLen) in ReadEEProm() 844 Length = (u16) MaxLen; in ReadEEProm() 845 if (Length > 0) { in ReadEEProm() 847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm() 851 if (Length < EETag[2]) in ReadEEProm() 860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument 885 if (Length > EETag[2]) in WriteEEProm() 892 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
|
D | ngene-i2c.c | 37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
|
/Linux-v5.4/fs/cifs/ |
D | sess.c | 319 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge() 365 sec_blob->WorkstationName.Length = 0; in build_ntlmssp_negotiate_blob() 370 sec_blob->DomainName.Length = 0; in build_ntlmssp_negotiate_blob() 435 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob() 445 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob() 453 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob() 459 sec_blob->DomainName.Length = 0; in build_ntlmssp_auth_blob() 468 sec_blob->DomainName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob() 475 sec_blob->UserName.Length = 0; in build_ntlmssp_auth_blob() 484 sec_blob->UserName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob() [all …]
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | directory.rst | 51 - Length of this directory entry. Must be a multiple of 4. 55 - Length of the file name. 83 - Length of this directory entry. 87 - Length of the file name. 147 - Length of this directory entry, which must be 12. 151 - Length of the file name, which must be zero. 229 - Length of this record, 12. 233 - Length of the name, 1. 254 - Length of the name, 2. 274 - Length of the tree information, 0x8.
|
/Linux-v5.4/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 894 U16 Length; member 902 U16 Length; member 910 U16 Length; member 1126 U32 Length; member 1162 U32 Length; member
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 608 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check() 685 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler() 723 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler() 727 memcpy(&pmlmeinfo->HT_info, pIE->data, pIE->Length); in HT_info_handler() 765 if (pIE->Length > 1) in ERP_IE_handler() 769 memcpy(&pmlmeinfo->ERP_IE, pIE->data, pIE->Length); in ERP_IE_handler() 854 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info() 1036 i += (pIE->Length + 2); in update_beacon_info() 1064 i += (pIE->Length + 2); in is_ap_in_tkip() 1262 i += (pIE->Length + 2); in check_assoc_AP()
|
/Linux-v5.4/tools/power/pm-graph/config/ |
D | freeze.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
D | standby.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
D | freeze-dev.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
D | standby-callgraph.cfg | 70 # Minimum Device Length 84 # Minimum Callgraph Length
|
D | standby-dev.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
D | suspend-callgraph.cfg | 70 # Minimum Device Length 88 # Minimum Callgraph Length
|
D | suspend-dev.cfg | 69 # Minimum Device Length 83 # Minimum Callgraph Length
|
/Linux-v5.4/drivers/message/fusion/lsi/ |
D | mpi.h | 388 U16 Length; member 397 U16 Length; member 406 U16 Length; member
|
/Linux-v5.4/include/linux/usb/ |
D | storage.h | 60 __u8 Length; /* length of the CDB */ member
|