/linux-4.4.14/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-4.4.14/drivers/usb/serial/ |
D | io_ionsp.h | 128 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))… argument 129 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len)) argument
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbistring.c | 70 if ((search->Len >= match_len) && in __TBIFindStr() 71 (!exact || (search->Len == match_len + 1)) && in __TBIFindStr() 103 ((search->Len + 7) & ~7); in __TBITransStr()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | dot11d.c | 19 u8 Len; member 66 if (ChannelPlan[channel_plan].Len != 0) { in Dot11d_Channelmap() 69 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in Dot11d_Channelmap()
|
/linux-4.4.14/drivers/block/ |
D | cciss_cmd.h | 166 DWORD Len; member 170 DWORD Len; member
|
D | cciss_scsi.c | 167 c->cmd.ErrDesc.Len = sizeof(ErrorInfo_struct); in scsi_cmd_alloc() 334 cp->ErrDesc.Len); 905 c->SG[0].Len = buflen; in cciss_map_one() 1386 curr_sg[sg_index].Len = len; in cciss_scatter_gather()
|
D | cciss.c | 347 pci_unmap_single(h->pdev, temp64.val, chain_sg->Len, PCI_DMA_TODEVICE); in cciss_unmap_sg_chain_block() 358 chain_sg->Len = len; in cciss_map_sg_chain_block() 1018 c->ErrDesc.Len = sizeof(ErrorInfo_struct); in cmd_alloc() 1054 c->ErrDesc.Len = sizeof(ErrorInfo_struct); in cmd_special_alloc() 1541 c->SG[0].Len = iocommand.buf_size; in cciss_passthru() 1669 c->SG[i].Len = buff_size[i]; in cciss_bigpassthru() 1854 pci_unmap_page(h->pdev, temp64.val, curr_sg[sg_index].Len, in cciss_softirq_done() 2678 c->SG[0].Len = size; in fill_cmd() 2833 c->SG[0].Len, PCI_DMA_BIDIRECTIONAL); in sendcmd_withirq_core() 3376 curr_sg[sg_index].Len = tmp_sg[i].length; in do_cciss_request() [all …]
|
/linux-4.4.14/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-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-sfi | 3 Contact: Len Brown <lenb@kernel.org>
|
D | sysfs-firmware-acpi | 59 Contact: Len Brown <lenb@kernel.org>
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | io.h | 274 void *Buf, dword Len); 276 void *Buf, dword Len, int Verify);
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 202 unsigned char Len; member 207 unsigned char Len; member 212 unsigned char Len; member
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa_cmd.h | 365 __le32 Len; member 370 __le32 Len; member
|
D | hpsa.c | 2113 chain_sg->Len = cpu_to_le32(chain_len); in hpsa_map_sg_chain_block() 2135 le32_to_cpu(chain_sg->Len), PCI_DMA_TODEVICE); in hpsa_unmap_sg_chain_block() 2594 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap() 2620 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one() 4169 desc->Len = cpu_to_le32(len); in hpsa_set_sg_descriptor() 4339 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command() 5027 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info)); in hpsa_cmd_init() 6256 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl() 6261 c->SG[0].Len = cpu_to_le32(iocommand.buf_size); in hpsa_passthru_ioctl() 6384 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl() [all …]
|
/linux-4.4.14/arch/metag/include/asm/ |
D | tbx.h | 770 short Len; /* Length of the string entry (incl null) */ member 1153 const void *__TBITransStr( const char *pStr, int Len );
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 182 unsigned char Len; member 187 unsigned char Len; member
|
/linux-4.4.14/Documentation/acpi/ |
D | initrd_table_override.txt | 90 acpidump can be found in Len Browns pmtools:
|
/linux-4.4.14/Documentation/zh_CN/ |
D | HOWTO | 288 - ACPI开发源码树, Len Brown <len.brown@intel.com>
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 515 for (i = 0; i < RTW_ChannelPlan2G[Index2G].Len; i++) { in init_channel_set() 544 for (i = 0; i < RTW_ChannelPlan5G[Index5G].Len; i++) { in init_channel_set() 4533 chplan_ap.Len = i; in process_80211d() 4547 if (j == chplan_ap.Len || in process_80211d() 4590 while (j < chplan_ap.Len && chplan_ap.Channel[j] <= 14){ in process_80211d() 4609 while (j < chplan_ap.Len && chplan_ap.Channel[j] <= 14) in process_80211d() 4619 if (j == chplan_ap.Len || in process_80211d() 4659 while (j < chplan_ap.Len && chplan_ap.Channel[j] != 0) { in process_80211d()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | dmfe.c | 952 static inline u32 cal_CRC(unsigned char * Data, unsigned int Len, u8 flag) in cal_CRC() argument 954 u32 crc = crc32(~0, Data, Len); in cal_CRC()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2504 chplan_ap.Len = i; in process_80211d() 2521 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d() 2554 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d() 2572 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d() 4109 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
|
/linux-4.4.14/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-4.4.14/ |
D | MAINTAINERS | 270 M: Len Brown <lenb@kernel.org> 5506 M: Len Brown <lenb@kernel.org> 5514 M: Len Brown <lenb@kernel.org> 9726 M: Len Brown <lenb@kernel.org> 10303 M: Len Brown <len.brown@intel.com>
|