/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 62 pr_err("%s: %s copied wrong sg length, expected size %lu, found %u (using for_each_sg)\n", in expect_pfn_sg() 283 unsigned long size = BIT(prime); in igt_sg_alloc() local 287 unsigned long sz = size + offset; in igt_sg_alloc() 314 if (size > SG_MAX_SINGLE_ALLOC) in igt_sg_alloc()
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | pms7003.c | 215 const unsigned char *buf, size_t size) in pms7003_receive_buf() 226 if (size < 4) in pms7003_receive_buf() 242 num = min(size, (size_t)(frame->expected_length - frame->length)); in pms7003_receive_buf() 214 pms7003_receive_buf(struct serdev_device *serdev, const unsigned char *buf, size_t size) pms7003_receive_buf() argument
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | hid-sensor-press.c | 47 int channel, int size) in press_adjust_channel_bit_mask() 51 channels[channel].scan_type.realbits = size * 8; in press_adjust_channel_bit_mask() 52 /* Maximum size of a sample to capture is u32 */ in press_adjust_channel_bit_mask() 218 st->press_attr.size); in press_parse_report() 46 press_adjust_channel_bit_mask(struct iio_chan_spec *channels, int channel, int size) press_adjust_channel_bit_mask() argument
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_smu_sat.c | 52 unsigned int *size) in smu_sat_get_sdb_partition() 104 if (size) in smu_sat_get_sdb_partition() 105 *size = len; in smu_sat_get_sdb_partition() 51 smu_sat_get_sdb_partition(unsigned int sat_id, int id, unsigned int *size) smu_sat_get_sdb_partition() argument
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-loongson-liointc.c | 161 static int liointc_init(phys_addr_t addr, unsigned long size, int revision, in liointc_init() argument 175 base = ioremap(addr, size); in liointc_init() 338 ret = liointc_init(acpi_liointc->address, acpi_liointc->size, in liointc_acpi_init()
|
H A D | irq-loongson-htvec.c | 187 static int htvec_init(phys_addr_t addr, unsigned long size, in htvec_init() argument 198 priv->base = ioremap(addr, size); in htvec_init() 290 ret = htvec_init(acpi_htvec->address, acpi_htvec->size, in htvec_acpi_init()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_mr.c | 151 mr->mmr.size = length; in pvrdma_reg_user_mr() 213 int size = max_num_sg * sizeof(u64); in pvrdma_alloc_mr() local 224 mr->pages = kzalloc(size, GFP_KERNEL); in pvrdma_alloc_mr()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 27 * Max IB immediate data size is 2^28 (MAX_IMM_PAYL_BITS) 28 * and the minimum chunk size is 4096 (2^12). 126 size_t size; member 178 * NOTE: max size 56 bytes, see man rdma_connect(). 207 * @max_io_size: max io size server supports 208 * @max_hdr_size: max msg header size server supports 210 * NOTE: size is 56 bytes, max possible is 136 bytes, see man rdma_accept(). 294 struct rtrs_iu *rtrs_iu_alloc(u32 queue_size, size_t size, gfp_t t, 299 int rtrs_iu_post_send(struct rtrs_con *con, struct rtrs_iu *iu, size_t size,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 98 /* Default support is 512KB I/O size */ 102 /* Maximum support is 16MB I/O size */ 188 * @size: num entries of this sg 194 int size; member 351 * @size: size of the pool 357 int size; member 564 unsigned int size);
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_ca.c | 74 static int ci_ll_init(struct dvb_ringbuffer *cirbuf, struct dvb_ringbuffer *ciwbuf, int size) in ci_ll_init() argument 80 data = vmalloc(size); in ci_ll_init() 88 dvb_ringbuffer_init(*p, data, size); in ci_ll_init()
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10.h | 342 dma_addr_t dma_addr, u32 ext_addr, u32 size, 345 void *sys_addr, u32 ext_addr, u32 size, 348 dma_addr_t dma_addr, u32 ext_addr, u32 size,
|
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_partition.c | 42 xpc_kmalloc_cacheline_aligned(size_t size, gfp_t flags, void **base) in xpc_kmalloc_cacheline_aligned() argument 45 *base = kmalloc(size, flags); in xpc_kmalloc_cacheline_aligned() 55 *base = kmalloc(size + L1_CACHE_BYTES, flags); in xpc_kmalloc_cacheline_aligned()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hw.h | 233 * @size: total size of the extended header list excluding meta header 239 u8 size; member 271 return (u8 *)ext >= (u8 *)meta + sizeof(*meta) + (meta->size * 4); in mei_ext_last() 585 * @size : size in bytes (must be power of 2) 590 u32 size; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_debugfs.c | 156 desc_blob->size = (unsigned long)q->num_descs * q->desc_size; in ionic_debugfs_add_qcq() 164 desc_blob->size = (unsigned long)q->num_descs * q->sg_desc_size; in ionic_debugfs_add_qcq() 182 desc_blob->size = (unsigned long)cq->num_descs * cq->desc_size; in ionic_debugfs_add_qcq()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-ioctls.c | 71 int size = (cmd == HDIO_GET_IDENTITY) ? (ATA_ID_WORDS * 2) : 142; in ide_get_identity_ioctl() local 86 memcpy(id, drive->id, size); in ide_get_identity_ioctl() 89 if (copy_to_user(argp, id, size)) in ide_get_identity_ioctl()
|
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 80 int channel, int size) in gyro_3d_adjust_channel_bit_mask() 84 channels[channel].scan_type.realbits = size * 8; in gyro_3d_adjust_channel_bit_mask() 85 /* Maximum size of a sample to capture is u32 */ in gyro_3d_adjust_channel_bit_mask() 253 st->gyro[CHANNEL_SCAN_INDEX_X + i].size); in gyro_3d_parse_report() 79 gyro_3d_adjust_channel_bit_mask(struct iio_chan_spec *channels, int channel, int size) gyro_3d_adjust_channel_bit_mask() argument
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | hid-sensor-prox.c | 46 int channel, int size) in prox_adjust_channel_bit_mask() 50 channels[channel].scan_type.realbits = size * 8; in prox_adjust_channel_bit_mask() 51 /* Maximum size of a sample to capture is u32 */ in prox_adjust_channel_bit_mask() 218 st->prox_attr.size); in prox_parse_report() 45 prox_adjust_channel_bit_mask(struct iio_chan_spec *channels, int channel, int size) prox_adjust_channel_bit_mask() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.h | 9 #define _b43_declare_plcp_hdr(size) \ 10 struct b43_plcp_hdr##size { \ 13 __u8 raw[size]; \ 53 __le16 preload_size; /* Preload size */ 70 __le16 preload_size; /* Preload size */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 98 u16 rss_size; /* size of VI's RSS table slice */ 141 unsigned int size; /* capacity of free list */ member 189 unsigned int iqe_len; /* entry size */ 190 unsigned int size; /* capcity of response Q */ member 234 unsigned int size; /* # of descriptors */ member 314 u32 fl_pg_order; /* large page allocation size */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpkg.h | 421 * DPKG_FROM_HDR: use size & offset below; 422 * DPKG_FROM_FIELD: use field, size and offset below; 425 * @extract.from_hdr.size: Size in bytes 436 * @extract.from_data.size: Size in bytes 438 * @extract.from_parse.size: Size in bytes 451 u8 size; member 456 u8 size; member 460 u8 size; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/ |
H A D | libertas_tf.h | 85 /* The size of SQ memory PPA, DPA are 8 DWORDs, that keep the physical 318 __le16 size; member 497 /* lbtf_cmd() infers the size of the buffer to copy data back into, from 498 the size of the target of the pointer. Since the command to be sent 499 may often be smaller, that size is set in cmd->size by the caller.*/ 501 uint16_t __sz = le16_to_cpu((cmd)->hdr.size); \ 502 (cmd)->hdr.size = cpu_to_le16(sizeof(*(cmd))); \
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc.c | 277 size_t size) in attach_hdlc_protocol() 288 if (size) { in attach_hdlc_protocol() 289 dev_to_hdlc(dev)->state = kmalloc(size, GFP_KERNEL); in attach_hdlc_protocol() 276 attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, size_t size) attach_hdlc_protocol() argument
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | asix.h | 189 u16 size, void *data, int in_pm); 192 u16 size, void *data, int in_pm); 195 u16 index, u16 size, void *data);
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | sa.c | 295 * @size: mapping resize request 298 static int aac_sa_ioremap(struct aac_dev * dev, u32 size) in aac_sa_ioremap() argument 300 if (!size) { in aac_sa_ioremap() 304 dev->base = dev->regs.sa = ioremap(dev->base_start, size); in aac_sa_ioremap()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | scm.c | 134 unsigned int size, unsigned int max_blk_count) in scmdev_setup() 139 scmdev->size = 1UL << size; in scmdev_setup() 133 scmdev_setup(struct scm_device *scmdev, struct sale *sale, unsigned int size, unsigned int max_blk_count) scmdev_setup() argument
|