Searched refs:lsize (Results 1 – 17 of 17) sorted by relevance
| /drivers/bluetooth/ |
| A D | h4_recv.h | 15 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 D | hci_uart.h | 132 u8 lsize; /* Data length field size */ member 141 .lsize = 2, \ 148 .lsize = 1, \ 155 .lsize = 1, \ 162 .lsize = 2, \
|
| A D | hci_ll.c | 390 .lsize = 0, \ 397 .lsize = 0, \ 404 .lsize = 0, \ 411 .lsize = 0, \
|
| A D | hci_nokia.c | 62 .lsize = 1, \ 69 .lsize = 1, \ 76 .lsize = 1, \
|
| A D | hci_mrvl.c | 234 .lsize = 0, \ 241 .lsize = 0, \
|
| A D | hci_bcm.c | 659 .lsize = 0, \ 666 .lsize = 0, \ 673 .lsize = 0, \ 680 .lsize = 0, \
|
| A D | hci_h4.c | 222 switch ((&pkts[i])->lsize) { in h4_recv_buf()
|
| A D | bpa10x.c | 74 .lsize = 2, \
|
| A D | btnxpuart.c | 240 .lsize = 0, \ 247 .lsize = 0, \ 254 .lsize = 0, \ 261 .lsize = 0, \
|
| A D | hci_qca.c | 1246 .lsize = 0, \ 1253 .lsize = 0, \ 1260 .lsize = 0, \
|
| A D | hci_intel.c | 958 .lsize = 1, \
|
| A D | btmtksdio.c | 509 switch ((&pkts[i])->lsize) { in btmtksdio_rx_packet()
|
| /drivers/firmware/efi/libstub/ |
| A D | arm64.c | 97 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 D | fw_inc.c | 205 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 D | udmabuf.c | 494 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 D | h264.c | 703 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 D | grcan.c | 946 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