Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zlib_deflate/
Ddeftree.c150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
156 send_bits(s, tree[c].Code, tree[c].Len); }
220 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
221 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
222 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
223 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
232 static_dtree[n].Len = 5; in tr_static_init()
376 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ in gen_bitlen()
380 bits = tree[tree[n].Dad].Len + 1; in gen_bitlen()
382 tree[n].Len = (ush)bits; in gen_bitlen()
[all …]
Ddefutil.h56 #define Len dl.len macro
/Linux-v6.1/drivers/usb/serial/
Dio_ionsp.h124 #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-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_control.sh265 )"00:"$( : Hdr Ext Len
571 )"00:"$( : Hdr Ext Len
/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h375 __le32 Len; member
380 __le32 Len; member
Dhpsa.c2313 chain_sg->Len = cpu_to_le32(chain_len); in hpsa_map_sg_chain_block()
2335 le32_to_cpu(chain_sg->Len), DMA_TO_DEVICE); in hpsa_unmap_sg_chain_block()
2812 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
2838 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
4566 desc->Len = cpu_to_le32(len); in hpsa_set_sg_descriptor()
4784 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command()
5544 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info)); in hpsa_cmd_init()
6456 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
6461 c->SG[0].Len = cpu_to_le32(iocommand->buf_size); in hpsa_passthru_ioctl()
6564 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
[all …]
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h202 unsigned char Len; member
207 unsigned char Len; member
/Linux-v6.1/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst110 acpidump can be found in Len Browns pmtools:
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-firmware-acpi97 Contact: Len Brown <lenb@kernel.org>
/Linux-v6.1/fs/ntfs3/
Dntfs_fs.h812 int ntfs_discard(struct ntfs_sb_info *sbi, CLST Lcn, CLST Len);
834 void wnd_zone_set(struct wnd_bitmap *wnd, size_t Lcn, size_t Len);
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h138 unsigned char Len; member
/Linux-v6.1/drivers/net/ethernet/dec/tulip/
Ddmfe.c932 static inline u32 cal_CRC(unsigned char * Data, unsigned int Len, u8 flag) in cal_CRC() argument
934 u32 crc = crc32(~0, Data, Len); in cal_CRC()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c353 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
4302 chplan_ap.Len = i; in process_80211d()
4317 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d()
4353 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d()
4371 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d()
/Linux-v6.1/drivers/staging/rtl8192u/
Dr8192U_core.c120 u8 Len; member
175 if (ChannelPlan[channel_plan].Len != 0) { in rtl819x_set_channel_map()
180 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in rtl819x_set_channel_map()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c310 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
6530 chplan_ap.Len = i; in process_80211d()
6546 if (j == chplan_ap.Len) in process_80211d()
6579 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d()
6597 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d()
/Linux-v6.1/
DMAINTAINERS348 R: Len Brown <lenb@kernel.org>
368 R: Len Brown <lenb@kernel.org>
414 M: Len Brown <lenb@kernel.org>
10309 M: Len Brown <lenb@kernel.org>
10511 M: Len Brown <lenb@kernel.org>
19816 M: Len Brown <len.brown@intel.com>
20976 M: "Len Brown" <lenb@kernel.org>