Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dh4_recv.h15 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()
Dhci_uart.h120 u8 lsize; /* Data length field size */ member
129 .lsize = 2, \
136 .lsize = 1, \
143 .lsize = 1, \
Dhci_ll.c390 .lsize = 0, \
397 .lsize = 0, \
404 .lsize = 0, \
411 .lsize = 0, \
Dhci_mrvl.c232 .lsize = 0, \
239 .lsize = 0, \
Dhci_nokia.c62 .lsize = 1, \
69 .lsize = 1, \
76 .lsize = 1, \
Dhci_bcm.c594 .lsize = 0, \
601 .lsize = 0, \
608 .lsize = 0, \
615 .lsize = 0, \
Dhci_h4.c223 switch ((&pkts[i])->lsize) { in h4_recv_buf()
Dhci_qca.c910 .lsize = 0, \
917 .lsize = 0, \
924 .lsize = 0, \
Dbpa10x.c74 .lsize = 2, \
Dbtmtksdio.c443 switch ((&pkts[i])->lsize) { in btmtksdio_rx_packet()
Dhci_intel.c969 .lsize = 1, \
/drivers/dma-buf/
Dudmabuf.c235 u32 lsize; in udmabuf_ioctl_create_list() local
241 lsize = sizeof(struct udmabuf_create_item) * head.count; in udmabuf_ioctl_create_list()
242 list = memdup_user((void __user *)(arg + sizeof(head)), lsize); in udmabuf_ioctl_create_list()
/drivers/scsi/cxlflash/
Dvlun.h69 size_t lsize; /* LUN size in number of LBAs */ member
Dvlun.c68 __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/
Dfw_inc.c216 size_t remain, lsize; in fw_handle_concurrency() local
233 lsize = combo->n_limits * sizeof(*limit); in fw_handle_concurrency()
234 if (remain < lsize) in fw_handle_concurrency()
236 remain -= lsize; in fw_handle_concurrency()
/drivers/staging/media/tegra-vde/
Dvde.c544 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/
Dgrcan.c945 size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); in grcan_allocate_dma_buffers() local
951 dma->base_size = lsize + ssize + GRCAN_BUFFER_ALIGNMENT; in grcan_allocate_dma_buffers()
964 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers()
968 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()