/Linux-v4.19/lib/zlib_deflate/ |
D | deftree.c | 156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 162 send_bits(s, tree[c].Code, tree[c].Len); } 274 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 275 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 276 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 277 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 286 static_dtree[n].Len = 5; in tr_static_init() 430 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ in gen_bitlen() 434 bits = tree[tree[n].Dad].Len + 1; in gen_bitlen() 436 tree[n].Len = (ush)bits; in gen_bitlen() [all …]
|
D | defutil.h | 54 #define Len dl.len macro
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_ionsp.h | 124 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))… argument 125 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len)) argument
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | dot11d.c | 19 u8 Len; member 65 if (ChannelPlan[channel_plan].Len != 0) { in Dot11d_Channelmap() 68 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in Dot11d_Channelmap()
|
/Linux-v4.19/drivers/isdn/hysdn/ |
D | ince1pc.h | 114 /*00 */ unsigned char Len; member
|
D | boardergo.c | 246 if (((tDpramBootSpooler *) card->dpram)->Len != DPRAM_SPOOLER_DATA_SIZE) { in ergo_writebootimg() 275 buflen = sp->Len; /* maximum len of spooled data */ in ergo_writebootseq()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-sfi | 3 Contact: Len Brown <lenb@kernel.org>
|
D | sysfs-firmware-acpi | 49 Contact: Len Brown <lenb@kernel.org>
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | io.h | 274 void *Buf, dword Len); 276 void *Buf, dword Len, int Verify);
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 247 unsigned char Len; member 253 unsigned char Len; member 259 unsigned char Len; member
|
/Linux-v4.19/drivers/scsi/ |
D | hpsa_cmd.h | 371 __le32 Len; member 376 __le32 Len; member
|
D | hpsa.c | 2279 chain_sg->Len = cpu_to_le32(chain_len); in hpsa_map_sg_chain_block() 2301 le32_to_cpu(chain_sg->Len), PCI_DMA_TODEVICE); in hpsa_unmap_sg_chain_block() 2769 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap() 2795 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one() 4533 desc->Len = cpu_to_le32(len); in hpsa_set_sg_descriptor() 4751 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command() 5469 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info)); in hpsa_cmd_init() 6327 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl() 6332 c->SG[0].Len = cpu_to_le32(iocommand.buf_size); in hpsa_passthru_ioctl() 6455 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 171 unsigned char Len; member 176 unsigned char Len; member
|
/Linux-v4.19/Documentation/acpi/ |
D | initrd_table_override.txt | 103 acpidump can be found in Len Browns pmtools:
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | HOWTO | 284 - ACPI开发源码树, Len Brown <len.brown@intel.com>
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 422 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set() 446 for (index = 0; index < RTW_ChannelPlan5G[Index5G].Len; index++) { in init_channel_set() 4842 chplan_ap.Len = i; in process_80211d() 4847 while ((i < chplan_ap.Len) && (chplan_ap.Channel[i] != 0)) { in process_80211d() 4876 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d() 4912 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d() 4930 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d() 4941 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] == 0)) in process_80211d() 4974 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] != 0)) { in process_80211d()
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | dmfe.c | 946 static inline u32 cal_CRC(unsigned char * Data, unsigned int Len, u8 flag) in cal_CRC() argument 948 u32 crc = crc32(~0, Data, Len); in cal_CRC()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2412 chplan_ap.Len = i; in process_80211d() 2429 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d() 2462 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d() 2480 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d() 4015 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 142 u8 Len; member 197 if (ChannelPlan[channel_plan].Len != 0) { in rtl819x_set_channel_map() 202 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in rtl819x_set_channel_map()
|
/Linux-v4.19/ |
D | MAINTAINERS | 310 M: Len Brown <lenb@kernel.org> 331 M: Len Brown <lenb@kernel.org> 378 M: Len Brown <lenb@kernel.org> 7404 M: Len Brown <lenb@kernel.org> 7524 M: Len Brown <lenb@kernel.org> 13275 M: Len Brown <lenb@kernel.org> 13956 M: Len Brown <len.brown@intel.com> 14909 M: "Len Brown" <lenb@kernel.org>
|