/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | sr9800.h | 127 /* Multicast Filter Array size & Max Number */ 166 struct {unsigned short size, byte_cnt, threshold; } SR9800_BULKIN_SIZE[] = { member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs.h | 60 u16 size; member
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 74 int size; member
|
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.h | 58 * @size: Size of this group (maximum is 32). 62 * If pad groups of a community are not the same size, use this structure 68 unsigned int size; member 105 * determined by the size of the group. 106 * @gpps: Pad groups if the controller has variable size pad groups 115 * is of equal size (except the last one). In that case the driver can just 117 * the controller has pad groups of variable size the client driver can
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 106 void *(*dt_alloc)(u64 size, u64 align),
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | sm750.h | 116 /* cursor width ,height and size */ 119 int size; member 136 resource_size_t vidmem_size;/* this view's video memory max size */
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | imx_sc_thermal.c | 59 hdr->size = 2; in imx_sc_thermal_get_temp()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.h | 24 /* Maximum size of the format extradata. */ 39 u32 size; /* size of buffers */ member
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | ctl.h | 22 const void *buf, size_t size); 61 * @response_size: Maximum size of one response packet
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | optee_smc.h | 182 unsigned long size; member 345 * memory, (a1 == 0 && a2 == 0) if size was 0 or if memory can't 348 * memory, (a1 == 0 && a2 == 0) if size was 0 or if memory can't
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | iotlb.c | 70 map->size = last - start + 1; in vhost_iotlb_add_range()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mvebu.c | 38 writel(((cs->size - 1) & 0xffff0000) | (cs->mbus_attr << 8) | in xhci_mvebu_mbus_config()
|
/kernel/linux/linux-5.10/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 36 resource_size_t size; member
|
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.h | 61 u16 size; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.h | 90 int ovs_flow_tbl_masks_cache_resize(struct flow_table *table, u32 size);
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_reject_inet.c | 122 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
|
H A D | nft_dup_netdev.c | 78 .size = NFT_EXPR_SIZE(sizeof(struct nft_dup_netdev)),
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | sunrpc_syms.c | 83 .size = sizeof(struct sunrpc_net),
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | net_ns.c | 134 .size = sizeof(struct rxrpc_net),
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | core.c | 140 .size = sizeof(struct tipc_net),
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | node.h | 55 * @size: Total size of cache in bytes 62 u64 size; member
|
H A D | pstore.h | 59 * @size: size of @buf 77 ssize_t size; member 94 * @bufsize: size of @buf available for crash dump bytes (must match 139 * Returns record size on success, zero when no more records are 153 * when available. The @size field will have the size of data
|
H A D | qnx6_fs.h | 24 #define QNX6_DIR_ENTRY_SIZE 0x20 /* dir entry size of 32 bytes */ 26 #define QNX6_INODE_SIZE_BITS 7 /* inode entry size shift */ 87 __fs64 size; member
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | sdio_func.h | 27 unsigned char size; member 44 unsigned max_blksize; /* maximum block size */ 45 unsigned cur_blksize; /* current block size */
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | ubi.h | 45 * @size: how many physical eraseblocks are reserved for this volume 82 * @used_bytes field is equivalent to @size*@usable_leb_size, and the @used_ebs 83 * field is equivalent to @size. 85 * In general, logical eraseblock size is a property of the UBI device, not 86 * of the UBI volume. Indeed, the logical eraseblock size depends on the 87 * physical eraseblock size and on how much bytes UBI headers consume. But 88 * because of the volume alignment (@alignment), the usable size of logical 90 * @usable_leb_size = LEB size - (LEB size mod @alignment), 91 * where LEB size i 102 int size; global() member [all...] |