Home
last modified time | relevance | path

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

/linux-4.1.27/lib/zlib_deflate/
Ddeftree.c156 # 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 …]
Ddefutil.h54 #define Len dl.len macro
/linux-4.1.27/drivers/usb/serial/
Dio_ionsp.h128 #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.1.27/arch/metag/tbx/
Dtbistring.c70 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.1.27/drivers/staging/rtl8192e/
Ddot11d.c23 u8 Len; member
70 if (ChannelPlan[channel_plan].Len != 0) { in Dot11d_Channelmap()
73 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in Dot11d_Channelmap()
/linux-4.1.27/drivers/block/
Dcciss_cmd.h166 DWORD Len; member
170 DWORD Len; member
Dcciss_scsi.c168 c->cmd.ErrDesc.Len = sizeof(ErrorInfo_struct); in scsi_cmd_alloc()
335 cp->ErrDesc.Len);
906 c->SG[0].Len = buflen; in cciss_map_one()
1387 curr_sg[sg_index].Len = len; in cciss_scatter_gather()
Dcciss.c349 pci_unmap_single(h->pdev, temp64.val, chain_sg->Len, PCI_DMA_TODEVICE); in cciss_unmap_sg_chain_block()
360 chain_sg->Len = len; in cciss_map_sg_chain_block()
1002 c->ErrDesc.Len = sizeof(ErrorInfo_struct); in cmd_alloc()
1038 c->ErrDesc.Len = sizeof(ErrorInfo_struct); in cmd_special_alloc()
1525 c->SG[0].Len = iocommand.buf_size; in cciss_passthru()
1653 c->SG[i].Len = buff_size[i]; in cciss_bigpassthru()
1838 pci_unmap_page(h->pdev, temp64.val, curr_sg[sg_index].Len, in cciss_softirq_done()
2662 c->SG[0].Len = size; in fill_cmd()
2817 c->SG[0].Len, PCI_DMA_BIDIRECTIONAL); in sendcmd_withirq_core()
3360 curr_sg[sg_index].Len = tmp_sg[i].length; in do_cciss_request()
[all …]
/linux-4.1.27/drivers/isdn/hysdn/
Dince1pc.h114 /*00 */ unsigned char Len; member
Dboardergo.c246 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.1.27/Documentation/ABI/testing/
Dsysfs-firmware-sfi3 Contact: Len Brown <lenb@kernel.org>
Dsysfs-firmware-acpi59 Contact: Len Brown <lenb@kernel.org>
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dio.h274 void *Buf, dword Len);
276 void *Buf, dword Len, int Verify);
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h202 unsigned char Len; member
207 unsigned char Len; member
212 unsigned char Len; member
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h347 __le32 Len; member
352 __le32 Len; member
Dhpsa.c1595 chain_sg->Len = cpu_to_le32(chain_len); in hpsa_map_sg_chain_block()
1617 le32_to_cpu(chain_sg->Len), PCI_DMA_TODEVICE); in hpsa_unmap_sg_chain_block()
1968 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
1994 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
3249 desc->Len = cpu_to_le32(len); in hpsa_set_sg_descriptor()
3407 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command()
4720 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info)); in cmd_alloc()
4943 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
4948 c->SG[0].Len = cpu_to_le32(iocommand.buf_size); in hpsa_passthru_ioctl()
5069 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
[all …]
/linux-4.1.27/arch/metag/include/asm/
Dtbx.h770 short Len; /* Length of the string entry (incl null) */ member
1153 const void *__TBITransStr( const char *pStr, int Len );
/linux-4.1.27/Documentation/acpi/
Dinitrd_table_override.txt90 acpidump can be found in Len Browns pmtools:
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h182 unsigned char Len; member
187 unsigned char Len; member
/linux-4.1.27/Documentation/zh_CN/
DHOWTO288 - ACPI开发源码树, Len Brown <len.brown@intel.com>
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c516 for (i = 0; i < RTW_ChannelPlan2G[Index2G].Len; i++) { in init_channel_set()
545 for (i = 0; i < RTW_ChannelPlan5G[Index5G].Len; i++) { in init_channel_set()
4543 chplan_ap.Len = i; in process_80211d()
4557 if (j == chplan_ap.Len || in process_80211d()
4600 while (j < chplan_ap.Len && chplan_ap.Channel[j] <= 14){ in process_80211d()
4619 while (j < chplan_ap.Len && chplan_ap.Channel[j] <= 14) in process_80211d()
4629 if (j == chplan_ap.Len || in process_80211d()
4669 while (j < chplan_ap.Len && chplan_ap.Channel[j] != 0) { in process_80211d()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Ddmfe.c952 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.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c347 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
4121 chplan_ap.Len = i; in process_80211d()
4138 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d()
4171 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d()
4189 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c142 u8 Len; member
183 if (ChannelPlan[channel_plan].Len != 0) { in rtl819x_set_channel_map()
187 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in rtl819x_set_channel_map()
/linux-4.1.27/
DMAINTAINERS263 M: Len Brown <lenb@kernel.org>
5122 M: Len Brown <lenb@kernel.org>
8980 M: Len Brown <lenb@kernel.org>
9547 M: Len Brown <len.brown@intel.com>