Home
last modified time | relevance | path

Searched refs:lsize (Results 1 – 17 of 17) sorted by relevance

/drivers/bluetooth/
A Dh4_recv.h15 u8 lsize; /* Data length field size */ member
24 .lsize = 2, \
31 .lsize = 1, \
38 .lsize = 1, \
45 .lsize = 2, \
108 switch ((&pkts[i])->lsize) { in h4_recv_buf()
A Dhci_uart.h132 u8 lsize; /* Data length field size */ member
141 .lsize = 2, \
148 .lsize = 1, \
155 .lsize = 1, \
162 .lsize = 2, \
A Dhci_ll.c390 .lsize = 0, \
397 .lsize = 0, \
404 .lsize = 0, \
411 .lsize = 0, \
A Dhci_nokia.c62 .lsize = 1, \
69 .lsize = 1, \
76 .lsize = 1, \
A Dhci_mrvl.c234 .lsize = 0, \
241 .lsize = 0, \
A Dhci_bcm.c659 .lsize = 0, \
666 .lsize = 0, \
673 .lsize = 0, \
680 .lsize = 0, \
A Dhci_h4.c222 switch ((&pkts[i])->lsize) { in h4_recv_buf()
A Dbpa10x.c74 .lsize = 2, \
A Dbtnxpuart.c240 .lsize = 0, \
247 .lsize = 0, \
254 .lsize = 0, \
261 .lsize = 0, \
A Dhci_qca.c1246 .lsize = 0, \
1253 .lsize = 0, \
1260 .lsize = 0, \
A Dhci_intel.c958 .lsize = 1, \
A Dbtmtksdio.c509 switch ((&pkts[i])->lsize) { in btmtksdio_rx_packet()
/drivers/firmware/efi/libstub/
A Darm64.c97 u64 lsize = 4 << cpuid_feature_extract_unsigned_field(ctr, in efi_cache_sync_image() local
107 base += lsize; in efi_cache_sync_image()
108 size -= lsize; in efi_cache_sync_image()
109 } while (size >= lsize); in efi_cache_sync_image()
/drivers/net/wireless/ath/wil6210/
A Dfw_inc.c205 size_t remain, lsize; in fw_handle_concurrency() local
222 lsize = combo->n_limits * sizeof(*limit); in fw_handle_concurrency()
223 if (remain < lsize) in fw_handle_concurrency()
225 remain -= lsize; in fw_handle_concurrency()
/drivers/dma-buf/
A Dudmabuf.c494 u32 lsize; in udmabuf_ioctl_create_list() local
500 lsize = sizeof(struct udmabuf_create_item) * head.count; in udmabuf_ioctl_create_list()
501 list = memdup_user((void __user *)(arg + sizeof(head)), lsize); in udmabuf_ioctl_create_list()
/drivers/media/platform/nvidia/tegra-vde/
A Dh264.c703 size_t lsize, csize; in tegra_vde_h264_setup_frame() local
706 lsize = h264->pic_width_in_mbs * 16 * h264->pic_height_in_mbs * 16; in tegra_vde_h264_setup_frame()
711 err = tegra_vde_validate_vb_size(ctx, vb, 0, lsize); in tegra_vde_h264_setup_frame()
/drivers/net/can/
A Dgrcan.c946 size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); in grcan_allocate_dma_buffers() local
952 dma->base_size = lsize + ssize + GRCAN_BUFFER_ALIGNMENT; in grcan_allocate_dma_buffers()
965 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers()
969 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()

Completed in 62 milliseconds