Searched refs:lsize (Results 1 – 17 of 17) sorted by relevance
/drivers/bluetooth/ |
D | h4_recv.h | 15 u8 lsize; /* Data length field size */ member 24 .lsize = 2, \ 31 .lsize = 1, \ 38 .lsize = 1, \ 101 switch ((&pkts[i])->lsize) { in h4_recv_buf()
|
D | hci_uart.h | 120 u8 lsize; /* Data length field size */ member 129 .lsize = 2, \ 136 .lsize = 1, \ 143 .lsize = 1, \ 150 .lsize = 2, \
|
D | hci_ll.c | 390 .lsize = 0, \ 397 .lsize = 0, \ 404 .lsize = 0, \ 411 .lsize = 0, \
|
D | hci_mrvl.c | 232 .lsize = 0, \ 239 .lsize = 0, \
|
D | hci_nokia.c | 62 .lsize = 1, \ 69 .lsize = 1, \ 76 .lsize = 1, \
|
D | hci_bcm.c | 629 .lsize = 0, \ 636 .lsize = 0, \ 643 .lsize = 0, \ 650 .lsize = 0, \
|
D | hci_h4.c | 222 switch ((&pkts[i])->lsize) { in h4_recv_buf()
|
D | bpa10x.c | 74 .lsize = 2, \
|
D | hci_qca.c | 1192 .lsize = 0, \ 1199 .lsize = 0, \ 1206 .lsize = 0, \
|
D | btmtksdio.c | 444 switch ((&pkts[i])->lsize) { in btmtksdio_rx_packet()
|
D | hci_intel.c | 955 .lsize = 1, \
|
/drivers/dma-buf/ |
D | udmabuf.c | 282 u32 lsize; in udmabuf_ioctl_create_list() local 288 lsize = sizeof(struct udmabuf_create_item) * head.count; in udmabuf_ioctl_create_list() 289 list = memdup_user((void __user *)(arg + sizeof(head)), lsize); in udmabuf_ioctl_create_list()
|
/drivers/scsi/cxlflash/ |
D | vlun.h | 69 size_t lsize; /* LUN size in number of LBAs */ member
|
D | vlun.c | 68 __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size); in ba_init() 71 lun_size_au = ba_lun->lsize / ba_lun->au_size; in ba_init() 379 blka->ba_lun.lsize = gli->max_lba + 1; in init_vlun() 383 blka->nchunk = blka->ba_lun.lsize / MC_CHUNK_SIZE; in init_vlun()
|
/drivers/net/wireless/ath/wil6210/ |
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/staging/media/tegra-vde/ |
D | vde.c | 544 size_t lsize, size_t csize) in tegra_vde_attach_dmabufs_to_frame() argument 549 src->y_offset, lsize, SZ_256, in tegra_vde_attach_dmabufs_to_frame() 704 size_t lsize, csize; in tegra_vde_ioctl_decode_h264() local 754 lsize = macroblocks_nb * 256; in tegra_vde_ioctl_decode_h264() 769 lsize, csize); in tegra_vde_ioctl_decode_h264()
|
/drivers/net/can/ |
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()
|