Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 25 of 128) sorted by relevance

123456

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h36 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-v4.19/drivers/staging/rtl8712/
Dwlan_bssdef.h49 u32 Length; /* Length of structure */ member
60 u32 Length; /* Length of structure */ member
82 u32 Length; member
144 u32 Length; member
157 u32 Length; /* Length of this structure */ member
166 u32 Length; /* Length of this structure */ member
172 u32 Length; /* Length of this structure */ member
Drtl871x_cmd.c442 pdev_network->Length = pcmd->cmdsz; in r8712_createbss_cmd()
552 psecnetwork->Length = cpu_to_le32(psecnetwork->Length); in r8712_joinbss_cmd()
571 psecnetwork->Configuration.FHConfig.Length = cpu_to_le32( in r8712_joinbss_cmd()
572 psecnetwork->Configuration.FHConfig.Length); in r8712_joinbss_cmd()
573 psecnetwork->Configuration.Length = cpu_to_le32( in r8712_joinbss_cmd()
574 psecnetwork->Configuration.Length); in r8712_joinbss_cmd()
860 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_createbss_cmd_callback()
875 pnetwork->Configuration.FHConfig.Length = in r8712_createbss_cmd_callback()
876 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_createbss_cmd_callback()
877 pnetwork->Configuration.Length = in r8712_createbss_cmd_callback()
[all …]
Drtl871x_mlme.c417 target->Length = bssid_ex_sz; in update_scanned_network()
494 pnetwork->Length = le32_to_cpu(pnetwork->Length); in r8712_survey_event_callback()
511 pnetwork->Configuration.FHConfig.Length = in r8712_survey_event_callback()
512 le32_to_cpu(pnetwork->Configuration.FHConfig.Length); in r8712_survey_event_callback()
513 pnetwork->Configuration.Length = in r8712_survey_event_callback()
514 le32_to_cpu(pnetwork->Configuration.Length); in r8712_survey_event_callback()
718 pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); in r8712_joinbss_event_callback()
739 pnetwork->network.Configuration.FHConfig.Length = in r8712_joinbss_event_callback()
740 le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); in r8712_joinbss_event_callback()
741 pnetwork->network.Configuration.Length = in r8712_joinbss_event_callback()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h33 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-v4.19/include/linux/usb/
Dassociation.h64 __le16 Length; member
112 __le32 Length; member
130 __le32 Length; member
146 __le16 Length; member
Dstorage.h60 __u8 Length; /* length of the CDB */ member
/Linux-v4.19/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S272 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-v4.19/Documentation/usb/
Dusbip_protocol.txt93 Offset | Length | Value | Description
104 Offset | Length | Value | Description
172 Offset | Length | Value | Description
189 Offset | Length | Value | Description
238 Offset | Length | Value | Description
285 Offset | Length | Value | Description
318 Offset | Length | Value | Description
339 Offset | Length | Value | Description
/Linux-v4.19/drivers/usb/serial/
Dio_usbvend.h340 __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-v4.19/drivers/isdn/hardware/eicon/
Ds_4bri.c187 dword *Length, dword *code) { in qBri_check_FPGAsrc() argument
192 if (!(File = (byte *)xdiLoadFile(FileName, Length, 0))) { in qBri_check_FPGAsrc()
200 if (++i >= *Length) in qBri_check_FPGAsrc()
231 if ((dword)(i + (cnt / 8)) > *Length) in qBri_check_FPGAsrc()
234 FileName, *Length, code + ((cnt + 7) / 8))) in qBri_check_FPGAsrc()
/Linux-v4.19/drivers/media/pci/ngene/
Dngene-core.c354 com.cmd.hdr.Length = 0; in ngene_command_load_firmware()
370 com.cmd.hdr.Length = 4; in ngene_command_load_firmware()
372 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
385 com.cmd.hdr.Length = 1; in ngene_command_config_buf()
400 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf()
416 com.cmd.hdr.Length = 1; in ngene_command_gpio_set()
494 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
498 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
499 while (Length > 0) { in FillTSBuffer()
505 Length -= 188; in FillTSBuffer()
[all …]
Dngene-cards.c837 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
855 Length = EETag[2]; in ReadEEProm()
856 if (Length > MaxLen) in ReadEEProm()
857 Length = (u16) MaxLen; in ReadEEProm()
858 if (Length > 0) { in ReadEEProm()
860 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
864 if (Length < EETag[2]) in ReadEEProm()
873 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument
898 if (Length > EETag[2]) in WriteEEProm()
905 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
Dngene-i2c.c50 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read()
78 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
/Linux-v4.19/fs/cifs/
Dsess.c311 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
357 sec_blob->WorkstationName.Length = 0; in build_ntlmssp_negotiate_blob()
362 sec_blob->DomainName.Length = 0; in build_ntlmssp_negotiate_blob()
427 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
437 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
445 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
451 sec_blob->DomainName.Length = 0; in build_ntlmssp_auth_blob()
460 sec_blob->DomainName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
467 sec_blob->UserName.Length = 0; in build_ntlmssp_auth_blob()
476 sec_blob->UserName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
[all …]
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Ddirectory.rst51 - 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-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c630 if (pIE->Length > sizeof(struct HT_info_element)) in bwmode_update_check()
709 for (i = 0; i < (pIE->Length); i++) { in HT_caps_handler()
747 if (pIE->Length > sizeof(struct HT_info_element)) in HT_info_handler()
751 memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); in HT_info_handler()
790 if (pIE->Length > 1) in ERP_IE_handler()
794 memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); in ERP_IE_handler()
880 bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; in rtw_check_bcn_info()
1061 i += (pIE->Length + 2); in update_beacon_info()
1089 i += (pIE->Length + 2); in is_ap_in_tkip()
1119 i += (pIE->Length + 2); in is_ap_in_wep()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dssd1307fb.txt26 - solomon,prechargep1: Length of deselect period (phase 1) in clock cycles.
27 - solomon,prechargep2: Length of precharge period (phase 2) in clock cycles.
/Linux-v4.19/drivers/scsi/mpt3sas/mpi/
Dmpi2.h884 U16 Length; member
892 U16 Length; member
900 U16 Length; member
1116 U32 Length; member
1152 U32 Length; member
/Linux-v4.19/tools/power/pm-graph/config/
Dfreeze.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
Dstandby.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
Dfreeze-callgraph.cfg70 # Minimum Device Length
84 # Minimum Callgraph Length
Dfreeze-dev.cfg69 # Minimum Device Length
83 # Minimum Callgraph Length
Dstandby-callgraph.cfg70 # Minimum Device Length
84 # Minimum Callgraph Length
/Linux-v4.19/drivers/message/fusion/lsi/
Dmpi.h388 U16 Length; member
397 U16 Length; member
406 U16 Length; member

123456