/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | mock_region.h | 17 resource_size_t size,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_gem_object.h | 30 return obj->base.size; in huge_gem_object_dma_size()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | lut.h | 15 void (*)(struct drm_color_lut *, int size, void __iomem *));
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | if000a.h | 8 __u64 size; member
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_aux.h | 14 uint8_t reg, uint8_t *val, size_t size);
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | extents.h | 11 void bch_extent_to_text(char *buf, size_t size, const struct bkey *k);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | units.h | 17 int unit_number__scnprintf(char *buf, size_t size, u64 n);
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | symtab.h | 20 int symtab_init(struct symtab *s, u32 size);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_ptr_untrusted.c | 10 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() argument
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_vm_iomap.h | 50 VOID *LOS_DmaMemAlloc(DMA_ADDR_T *dmaAddr, size_t size, size_t align, enum DmaMemType type);
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | ucontext.h | 23 unsigned int size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_pmem.h | 26 __le64 size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/sched/ |
H A D | types.h | 14 __u32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | ucontext.h | 23 unsigned int size; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_pmem.h | 26 __le64 size; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 161 gf100_fermi_mthd_zbc_color(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_color() argument 169 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gf100_fermi_mthd_zbc_color() 207 gf100_fermi_mthd_zbc_depth(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_depth() argument 215 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gf100_fermi_mthd_zbc_depth() 231 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in gf100_fermi_mthd() argument 236 return gf100_fermi_mthd_zbc_color(object, data, size); in gf100_fermi_mthd() 238 return gf100_fermi_mthd_zbc_depth(object, data, size); in gf100_fermi_mthd() 282 gf100_gr_object_new(const struct nvkm_oclass *oclass, void *data, u32 size, in gf100_gr_object_new() argument 327 ret = nvkm_gpuobj_new(gr->base.engine.subdev.device, gr->size, in gf100_gr_chan_bind() 333 for (i = 0; i < gr->size; in gf100_gr_chan_bind() 904 u32 size; gf100_gr_fecs_elpg_bind() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxafb.c | 91 unsigned long offset, size_t size); 615 int size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; in overlay1fb_setup() local 617 setup_frame_dma(ofb->fbi, DMA_OV1, PAL_NONE, start, size); in overlay1fb_setup() 656 int size, div = 1, pfor = NONSTD_TO_PFOR(ofb->fb.var.nonstd); in overlay2fb_setup() local 660 size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; in overlay2fb_setup() 661 setup_frame_dma(ofb->fbi, DMA_OV2_Y, -1, start[0], size); in overlay2fb_setup() 663 size = ofb->fb.var.xres_virtual * ofb->fb.var.yres_virtual; in overlay2fb_setup() 669 start[1] = start[0] + size; in overlay2fb_setup() 670 start[2] = start[1] + size / div; in overlay2fb_setup() 671 setup_frame_dma(ofb->fbi, DMA_OV2_Y, -1, start[0], size); in overlay2fb_setup() 820 int size, bpp = 0; overlayfb_check_video_memory() local 1066 setup_frame_dma(struct pxafb_info *fbi, int dma, int pal, unsigned long start, size_t size) setup_frame_dma() argument 1712 int size = PAGE_ALIGN(fbi->video_mem_size); pxafb_init_video_memory() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 602 /* Check the cluster size is not above the maximum (64kiB). */ in is_boot_sector_ntfs() 765 ntfs_error(vol->sb, "Sector size (%i) is smaller than the " in parse_ntfs_boot_sector() 766 "device block size (%lu). This is not " in parse_ntfs_boot_sector() 785 ntfs_error(vol->sb, "Cluster size (%i) is smaller than the " in parse_ntfs_boot_sector() 786 "sector size (%i). This is not supported. " in parse_ntfs_boot_sector() 816 ntfs_error(vol->sb, "Mft record size (%i) exceeds the " in parse_ntfs_boot_sector() 822 /* We cannot support mft record sizes below the sector size. */ in parse_ntfs_boot_sector() 824 ntfs_error(vol->sb, "Mft record size (%i) is smaller than the " in parse_ntfs_boot_sector() 825 "sector size (%i). This is not supported. " in parse_ntfs_boot_sector() 853 /* We cannot support index record sizes below the sector size in parse_ntfs_boot_sector() 1585 unsigned int size; load_and_init_attrdef() local 1650 unsigned int size; load_and_init_upcase() local 2595 s64 size; ntfs_statfs() local [all...] |
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | journal.c | 1210 int rc, size; in jbd2_seq_info_open() local 1215 size = sizeof(struct transaction_stats_s); in jbd2_seq_info_open() 1216 s->stats = kmalloc(size, GFP_KERNEL); in jbd2_seq_info_open() 1222 memcpy(s->stats, &journal->j_stats, size); in jbd2_seq_info_open() 1271 /* Minimum size of descriptor tag */ 1674 jbd2_debug(1, "JBD2: inode %s/%ld, size %lld, bits %d, blksize %ld\n", in jbd2_journal_init_inode() 2708 * sub-page-size chunks. (For example, 16k pages on Power systems 2710 * use a SLAB allocator. There are slab caches for each block size, 2736 static int jbd2_journal_create_slab(size_t size) in jbd2_journal_create_slab() argument 2739 int i = order_base_2(size) in jbd2_journal_create_slab() 2767 get_slab(size_t size) get_slab() argument 2778 jbd2_alloc(size_t size, gfp_t flags) jbd2_alloc() argument 2796 jbd2_free(void *ptr, size_t size) jbd2_free() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 610 /* Check the cluster size is not above the maximum (64kiB). */ in is_boot_sector_ntfs() 773 ntfs_error(vol->sb, "Sector size (%i) is smaller than the " in parse_ntfs_boot_sector() 774 "device block size (%lu). This is not " in parse_ntfs_boot_sector() 793 ntfs_error(vol->sb, "Cluster size (%i) is smaller than the " in parse_ntfs_boot_sector() 794 "sector size (%i). This is not supported. " in parse_ntfs_boot_sector() 824 ntfs_error(vol->sb, "Mft record size (%i) exceeds the " in parse_ntfs_boot_sector() 830 /* We cannot support mft record sizes below the sector size. */ in parse_ntfs_boot_sector() 832 ntfs_error(vol->sb, "Mft record size (%i) is smaller than the " in parse_ntfs_boot_sector() 833 "sector size (%i). This is not supported. " in parse_ntfs_boot_sector() 861 /* We cannot support index record sizes below the sector size in parse_ntfs_boot_sector() 1593 unsigned int size; load_and_init_attrdef() local 1658 unsigned int size; load_and_init_upcase() local 2603 s64 size; ntfs_statfs() local [all...] |
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 44 #define EC_LPC_ADDR_HOST_PARAM 0x804 /* For version 2 params; size is 49 #define EC_LPC_HOST_PACKET_SIZE 0x100 /* Max size of version 3 packet */ 401 * up the structure size to the specified boundary. 996 * @size: Size to read in bytes. 1000 uint32_t size; member 1050 * Response is params.size bytes of data. 1057 * @size: Size to read in bytes. 1061 uint8_t size; member 1142 * @max_request_packet_size: Maximum request packet size in bytes. 1143 * @max_response_packet_size: Maximum response packet size i 1467 uint32_t size; global() member 1484 uint32_t size; global() member 1498 uint32_t size; global() member 1657 uint32_t size; global() member 1969 uint8_t size; global() member 2184 uint32_t size; /* Number of bytes to hash */ global() member 2194 uint32_t size; /* Number of bytes hashed */ global() member 2441 uint16_t size; global() member 2868 uint32_t size; /* Size to read in bytes */ global() member 2876 uint32_t size; /* Size to write in bytes */ global() member 5057 uint32_t size; /* Size to write in bytes */ global() member 5379 uint32_t size; /* Data size */ global() member 5599 uint32_t size; global() member 6130 uint32_t size; global() member 6141 uint32_t size; global() member 6216 uint32_t size; global() member [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxafb.c | 91 unsigned long offset, size_t size); 613 int size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; in overlay1fb_setup() local 615 setup_frame_dma(ofb->fbi, DMA_OV1, PAL_NONE, start, size); in overlay1fb_setup() 654 int size, div = 1, pfor = NONSTD_TO_PFOR(ofb->fb.var.nonstd); in overlay2fb_setup() local 658 size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; in overlay2fb_setup() 659 setup_frame_dma(ofb->fbi, DMA_OV2_Y, -1, start[0], size); in overlay2fb_setup() 661 size = ofb->fb.var.xres_virtual * ofb->fb.var.yres_virtual; in overlay2fb_setup() 667 start[1] = start[0] + size; in overlay2fb_setup() 668 start[2] = start[1] + size / div; in overlay2fb_setup() 669 setup_frame_dma(ofb->fbi, DMA_OV2_Y, -1, start[0], size); in overlay2fb_setup() 818 int size, bpp = 0; overlayfb_check_video_memory() local 1063 setup_frame_dma(struct pxafb_info *fbi, int dma, int pal, unsigned long start, size_t size) setup_frame_dma() argument 1709 int size = PAGE_ALIGN(fbi->video_mem_size); pxafb_init_video_memory() local [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 48 int (*parse_report)(struct ps_device *dev, struct hid_report *report, u8 *data, int size); 223 /* Common input report size shared equals the size of the USB report minus 1 byte for ReportID. */ 741 static int ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size, in ps_get_report() argument 746 ret = hid_hw_raw_request(hdev, report_id, buf, size, HID_FEATURE_REPORT, in ps_get_report() 753 if (ret != size) { in ps_get_report() 754 hid_err(hdev, "Invalid byte count transferred, expected %zu got %d\n", size, ret); in ps_get_report() 765 uint8_t crc_offset = size - 4; in ps_get_report() 1309 u8 *data, int size) in dualsense_parse_report() 1327 size in dualsense_parse_report() 1308 dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) dualsense_parse_report() argument 2174 dualshock4_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) dualshock4_parse_report() argument 2355 dualshock4_dongle_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) dualshock4_dongle_parse_report() argument 2624 ps_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) ps_raw_event() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 1387 /* VF zone size mode */ 1824 u32 size; /* In bytes */ member 1830 u32 size; /* In bytes */ member 2100 u8 data_size; /* size in dwords of the data following this header */ 2142 u16 data_size; /* size in dwords of the data following this header */ 2168 u16 size; /* register size in dwords */ member 2196 u16 size; /* register size in dwords */ member 2319 u32 size; /* PC member 2726 __le32 size; global() member 2920 __le16 size; global() member 3008 u16 size; global() member 11489 u32 size; /* the size of the trace buffer in bytes */ global() member 12323 u32 size; /* number of allocated resources */ global() member [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_hwmgr.c | 3536 uint16_t size; in smu7_dpm_patch_boot_state() local 3544 &size, &frev, &crev); in smu7_dpm_patch_boot_state() 3997 void *value, int *size) in smu7_read_sensor() 4004 /* size must be at least 4 bytes for all sensors */ in smu7_read_sensor() 4005 if (*size < 4) in smu7_read_sensor() 4012 *size = 4; in smu7_read_sensor() 4017 *size = 4; in smu7_read_sensor() 4031 *size = 4; in smu7_read_sensor() 4035 *size = 4; in smu7_read_sensor() 4039 *size in smu7_read_sensor() 3996 smu7_read_sensor(struct pp_hwmgr *hwmgr, int idx, void *value, int *size) smu7_read_sensor() argument 4968 int size = 0; smu7_print_clock_levels() local 5366 smu7_notify_cac_buffer_info(struct pp_hwmgr *hwmgr, uint32_t virtual_addr_low, uint32_t virtual_addr_hi, uint32_t mc_addr_low, uint32_t mc_addr_hi, uint32_t size) smu7_notify_cac_buffer_info() argument 5484 smu7_odn_edit_dpm_table(struct pp_hwmgr *hwmgr, enum PP_OD_DPM_TABLE_COMMAND type, long *input, uint32_t size) smu7_odn_edit_dpm_table() argument 5554 uint32_t i, size = 0; smu7_get_power_profile_mode() local 5631 smu7_set_power_profile_mode(struct pp_hwmgr *hwmgr, long *input, uint32_t size) smu7_set_power_profile_mode() argument [all...] |