Home
last modified time | relevance | path

Searched refs:size (Results 26826 - 26850 of 42768) sorted by relevance

1...<<1071107210731074107510761077107810791080>>...1711

/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_glbl.h76 void qla4xxx_dump_buffer(void *b, uint32_t size);
171 uint32_t offset, uint32_t size);
173 uint32_t offset, uint32_t size);
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dhal_init.c84 if (adapter->fw->size > 200000) { in rtl871x_open_fw()
85 dev_err(&adapter->pnetdev->dev, "r8712u: Bad fw->size of %zu\n", in rtl871x_open_fw()
86 adapter->fw->size); in rtl871x_open_fw()
90 return adapter->fw->size; in rtl871x_open_fw()
127 /* define the size of boot loader */ in update_fwhdr()
129 /* define the size of FW in IMEM */ in update_fwhdr()
131 /* define the size of FW in SRAM */ in update_fwhdr()
133 /* define the size of DMEM variable */ in update_fwhdr()
164 u32 ulfilelength; /* FW file size */ in rtl8712_dl_fw()
191 /* 1. determine IMEM code size an in rtl8712_dl_fw()
[all...]
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Drpc.c105 msg.len = params[2].u.memref.size; in handle_rpc_func_cmd_i2c_transfer()
366 arg->params[0].u.tmem.size = tee_shm_get_size(shm); in handle_rpc_func_cmd_shm_alloc()
374 arg->params[0].u.tmem.size = sz; in handle_rpc_func_cmd_shm_alloc()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_ddp.c303 if (!lldi->vr->iscsi.size) { in cxgbit_ddp_init()
316 lldi->vr->iscsi.size, lldi->iscsi_llimit, in cxgbit_ddp_init()
319 lldi->vr->ppod_edram.size); in cxgbit_ddp_init()
/kernel/linux/linux-5.10/drivers/staging/unisys/visorinput/
H A Dvisorinput.c111 /* size of following array */
403 unsigned int size, xres, yres, err; in devdata_create() local
442 size = sizeof(struct visor_input_channel_data); in devdata_create()
444 &data, size); in devdata_create()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dkl5kusb105.c63 void *dest, size_t size);
357 void *dest, size_t size) in klsi_105_prepare_write_buffer()
362 count = kfifo_out_locked(&port->write_fifo, buf + KLSI_HDR_LEN, size, in klsi_105_prepare_write_buffer()
356 klsi_105_prepare_write_buffer(struct usb_serial_port *port, void *dest, size_t size) klsi_105_prepare_write_buffer() argument
H A Dcyberjack.c96 short wrfilled; /* Overall data size we already got */
272 unsigned short size = ((unsigned short)data[3]<<8)+data[2]+3; in cyberjack_read_int_callback() local
278 if (old_rdtodo > SHRT_MAX - size) { in cyberjack_read_int_callback()
285 priv->rdtodo += size; in cyberjack_read_int_callback()
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H A Dlxfb_core.c224 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() argument
228 *size = ARRAY_SIZE(olpc_dcon_modedb); in get_modedb()
231 *size = ARRAY_SIZE(geode_modedb); in get_modedb()
668 MODULE_PARM_DESC(vram, "video memory size");
H A Dgxfb_core.c114 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() argument
118 *size = ARRAY_SIZE(gx_dcon_modedb); in get_modedb()
121 *size = ARRAY_SIZE(gx_modedb); in get_modedb()
530 MODULE_PARM_DESC(vram, "video memory size");
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-pci-renesas.c135 pr_err("firmware is size %zd is not (4k - 64k).", in renesas_fw_verify()
313 for (i = 0; i < fw->size / 4; i++) { in renesas_fw_download()
458 for (i = 0; i < fw->size / 4; i++) { in renesas_setup_rom()
623 err = renesas_fw_verify(fw->data, fw->size); in renesas_xhci_check_request_fw()
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/
H A Difcvf_base.c86 uint32_t *val, int size, int where) in ifcvf_read_config_range()
90 for (i = 0; i < size; i += 4) { in ifcvf_read_config_range()
331 ifc_iowrite16(hw->vring[i].size, &cfg->queue_size); in ifcvf_hw_enable()
85 ifcvf_read_config_range(struct pci_dev *dev, uint32_t *val, int size, int where) ifcvf_read_config_range() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnfnetlink_acct.c54 unsigned int size = 0; in nfnl_acct_new() local
101 size += sizeof(u64); in nfnl_acct_new()
104 nfacct = kzalloc(sizeof(struct nf_acct) + size, GFP_KERNEL); in nfnl_acct_new()
/kernel/linux/linux-5.10/net/xdp/
H A Dxsk_buff_pool.c61 pool->addrs_cnt = umem->size; in xp_create_and_assign_umem()
558 size_t size) in xp_dma_sync_for_device_slow()
561 size, DMA_BIDIRECTIONAL); in xp_dma_sync_for_device_slow()
557 xp_dma_sync_for_device_slow(struct xsk_buff_pool *pool, dma_addr_t dma, size_t size) xp_dma_sync_for_device_slow() argument
/kernel/linux/linux-5.10/net/tipc/
H A Dname_distr.c66 * The buffer returned is of size INT_H_SIZE + payload size
68 static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size, in named_prepare_buf() argument
71 struct sk_buff *buf = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC); in named_prepare_buf()
79 msg_set_size(msg, INT_H_SIZE + size); in named_prepare_buf()
/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py258 def partition(lst, size):
259 """Partition list @lst into eveni-sized lists of size @size."""
260 return [lst[i::size] for i in range(size)]
H A Drecordmcount.c151 static void * umalloc(size_t size) in umalloc() argument
153 void *const addr = malloc(size); in umalloc()
155 fprintf(stderr, "malloc failed: %zu bytes\n", size); in umalloc()
/kernel/linux/linux-5.10/include/linux/
H A Dvmw_vmci_defs.h89 * we have run out of slots we can manually increment the maximum size of
375 * structure size. Note that VMMon occupies the block following us, starting
433 * For a queue of buffer 'size' bytes, the tail and head pointers will be in
434 * the range [0, size-1].
450 * @payload_size: The size of the payload.
454 * the information along with the size of the package.
473 * Maximum supported size of a VMCI datagram for routable datagrams.
527 * not exacerbate the memory pressure problem on the host by much (size of each
537 * hypervisor resources. Struct size is 16 bytes. All fields in struct are
564 /* Maximum size fo
765 vmci_qp_add_pointer(u64 *var, size_t add, u64 size) vmci_qp_add_pointer() argument
[all...]
H A Dsocket.h18 #define __sockaddr_check_size(size) \
19 BUILD_BUG_ON(((size) > sizeof(struct __kernel_sockaddr_storage)))
55 int msg_namelen; /* size of socket address structure */
75 int msg_namelen; /* size of socket address structure */
418 extern int __sys_recvfrom(int fd, void __user *ubuf, size_t size,
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dmap.h193 unsigned long size; member
256 #define INVALIDATE_CACHED_RANGE(map, from, size) \
257 do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0)
/kernel/linux/linux-5.10/sound/soc/bcm/
H A Dbcm63xx-pcm-whistler.c369 size_t size = bcm63xx_pcm_hardware.buffer_bytes_max; in bcm63xx_pcm_preallocate_dma_buffer() local
376 size, &buf->addr, in bcm63xx_pcm_preallocate_dma_buffer()
380 buf->bytes = size; in bcm63xx_pcm_preallocate_dma_buffer()
/kernel/linux/linux-5.10/sound/soc/amd/raven/
H A Dacp3x-pcm-dma.c255 u64 size; in acp3x_dma_hw_params() local
290 size = params_buffer_bytes(params); in acp3x_dma_hw_params()
292 rtd->num_pages = (PAGE_ALIGN(size) >> PAGE_SHIFT); in acp3x_dma_hw_params()
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_main.c248 gus->gf1.mem_alloc.banks_8[l].size = 0; in snd_gus_detect_memory()
250 gus->gf1.mem_alloc.banks_16[l].size = local > 0 ? 256 * 1024 : 0; in snd_gus_detect_memory()
252 gus->gf1.mem_alloc.banks_8[0].size = gus->gf1.memory; in snd_gus_detect_memory()
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H A Dcore.c45 r->size = (numcmds + 3) * sizeof(struct dbdma_cmd); in alloc_dbdma_descriptor_ring()
50 r->size, &r->bus_addr, GFP_KERNEL); in alloc_dbdma_descriptor_ring()
67 r->size, r->space, r->bus_addr); in free_dbdma_descriptor_ring()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_rw.c155 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv() argument
168 re->size = cpu_to_fdt64(size); in fdt_add_mem_rsv()
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_ipc.c64 u32 drv_id, u32 ipc, void *data, u32 size) in sst_wake_up_block()
78 block->size = size; in sst_wake_up_block()
161 dev_dbg(sst_drv_ctx->dev, "sst: size = 0x%x\n", in sst_post_message_mrfld()
355 * if it is a large message, the payload contains the size to in sst_process_reply_mrfld()
63 sst_wake_up_block(struct intel_sst_drv *ctx, int result, u32 drv_id, u32 ipc, void *data, u32 size) sst_wake_up_block() argument

Completed in 42 milliseconds

1...<<1071107210731074107510761077107810791080>>...1711