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, \
150 .lsize = 2, \
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.c629 .lsize = 0, \
636 .lsize = 0, \
643 .lsize = 0, \
650 .lsize = 0, \
Dhci_h4.c222 switch ((&pkts[i])->lsize) { in h4_recv_buf()
Dbpa10x.c74 .lsize = 2, \
Dhci_qca.c1192 .lsize = 0, \
1199 .lsize = 0, \
1206 .lsize = 0, \
Dbtmtksdio.c444 switch ((&pkts[i])->lsize) { in btmtksdio_rx_packet()
Dhci_intel.c955 .lsize = 1, \
/drivers/dma-buf/
Dudmabuf.c282 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/
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.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/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.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()