/linux-6.15/drivers/mtd/ |
D | rfd_ftl.c | 71 struct partition { struct 93 static int build_block_map(struct partition *part, int block_no) in build_block_map() argument
|
/linux-6.15/drivers/hv/ |
D | mshv_root_main.c | 155 static int mshv_ioctl_passthru_hvcall(struct mshv_partition *partition, in mshv_ioctl_passthru_hvcall() 913 mshv_partition_ioctl_create_vp(struct mshv_partition *partition, in mshv_partition_ioctl_create_vp() 1037 static int mshv_init_async_handler(struct mshv_partition *partition) in mshv_init_async_handler() 1051 struct mshv_partition *partition = data; in mshv_async_hvcall_handler() local 1187 mshv_partition_region_by_gfn(struct mshv_partition *partition, u64 gfn) in mshv_partition_region_by_gfn() 1201 mshv_partition_region_by_uaddr(struct mshv_partition *partition, u64 uaddr) in mshv_partition_region_by_uaddr() 1219 static int mshv_partition_create_region(struct mshv_partition *partition, in mshv_partition_create_region() 1265 struct mshv_partition *partition = region->partition; in mshv_partition_mem_region_map() local 1331 mshv_map_user_memory(struct mshv_partition *partition, in mshv_map_user_memory() 1379 mshv_unmap_user_memory(struct mshv_partition *partition, in mshv_unmap_user_memory() [all …]
|
D | mshv_irq.c | 18 int mshv_update_routing_table(struct mshv_partition *partition, in mshv_update_routing_table() 83 void mshv_free_routing_table(struct mshv_partition *partition) in mshv_free_routing_table() 92 mshv_ret_girq_entry(struct mshv_partition *partition, u32 irqnum) in mshv_ret_girq_entry()
|
D | mshv_eventfd.c | 30 void mshv_register_irq_ack_notifier(struct mshv_partition *partition, in mshv_register_irq_ack_notifier() 38 void mshv_unregister_irq_ack_notifier(struct mshv_partition *partition, in mshv_unregister_irq_ack_notifier() 47 bool mshv_notify_acked_gsi(struct mshv_partition *partition, int gsi) in mshv_notify_acked_gsi() 80 struct mshv_partition *partition; in mshv_irqfd_resampler_ack() local 155 struct mshv_partition *partition = irqfd->irqfd_partn; in mshv_try_assert_irq_fast() local 194 struct mshv_partition *partition = irqfd->irqfd_partn; in mshv_assert_irq_slow() local 627 struct mshv_partition *partition = (struct mshv_partition *)data; in ioeventfd_mmio_write() local
|
D | mshv_synic.c | 134 struct mshv_partition *partition; in mshv_async_call_completion_isr() local 182 struct mshv_partition *partition; in handle_bitset_message() local 262 struct mshv_partition *partition = NULL; in handle_pair_message() local 319 struct mshv_partition *partition; in mshv_intercept_isr() local
|
/linux-6.15/fs/udf/ |
D | partition.c | 26 uint16_t partition, uint32_t offset) in udf_get_pblock() 43 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15() 102 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20() 108 uint16_t partition, uint32_t offset) in udf_get_pblock_spar15() 276 uint16_t partition, uint32_t offset) in udf_try_read_meta() 304 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25()
|
D | balloc.c | 106 static void udf_add_free_space(struct super_block *sb, u16 partition, u32 cnt) in udf_add_free_space() 176 uint16_t partition, uint32_t first_block, in udf_bitmap_prealloc_blocks() 223 struct udf_bitmap *bitmap, uint16_t partition, in udf_bitmap_new_block() 493 struct inode *table, uint16_t partition, in udf_table_prealloc_blocks() 558 struct inode *table, uint16_t partition, in udf_table_new_block() 659 uint16_t partition = bloc->partitionReferenceNum; in udf_free_blocks() local 689 uint16_t partition, uint32_t first_block, in udf_prealloc_blocks() 715 uint16_t partition, uint32_t goal, int *err) in udf_new_block()
|
/linux-6.15/drivers/mtd/maps/ |
D | vmu-flash.c | 25 int partition; member 44 int partition; member 57 struct mtd_info *mtd, int partition) in ofs_to_block() 115 int partition, error = 0, x, wait; in maple_vmu_read_block() local 232 int partition, error, locking, x, phaselen, wait; in maple_vmu_write_block() local 310 int partition, error; in vmu_flash_read_char() local 358 int index = 0, retval, partition, leftover, numblocks; in vmu_flash_read() local 422 int index = 0, partition, error = 0, numblocks; in vmu_flash_write() local
|
/linux-6.15/include/uapi/linux/ |
D | fsl_hypervisor.h | 56 __u32 partition; member 76 __u32 partition; member 91 __u32 partition; member 106 __u32 partition; member
|
/linux-6.15/arch/powerpc/include/asm/ |
D | fsl_hcalls.h | 224 static inline unsigned int fh_partition_restart(unsigned int partition) in fh_partition_restart() 255 static inline unsigned int fh_partition_get_status(unsigned int partition, in fh_partition_get_status() 285 static inline unsigned int fh_partition_start(unsigned int partition, in fh_partition_start() 312 static inline unsigned int fh_partition_stop(unsigned int partition) in fh_partition_stop()
|
/linux-6.15/drivers/md/dm-vdo/ |
D | encodings.c | 647 int vdo_configure_slab_depot(const struct partition *partition, in vdo_configure_slab_depot() 784 struct partition *partition; in allocate_partition() local 933 struct partition *partition; in vdo_get_partition() local 955 struct partition *partition; in vdo_get_known_partition() local 965 const struct partition *partition; in encode_layout() local 1000 struct partition *partition; in decode_layout() local
|
D | encodings.h | 580 struct partition { struct 581 enum partition_id id; /* The id of this partition */ argument 582 physical_block_number_t offset; /* The offset into the layout of this partition */ argument 583 block_count_t count; /* The number of blocks in the partition */ argument 584 struct partition *next; /* A pointer to the next partition in the layout */ argument
|
/linux-6.15/drivers/media/platform/renesas/vsp1/ |
D | vsp1_pipe.c | 482 struct vsp1_partition *partition, in vsp1_pipeline_propagate_partition() 505 struct vsp1_partition *partition, in vsp1_pipeline_calculate_partition()
|
D | vsp1_rpf.c | 282 const struct vsp1_partition *partition, in rpf_configure_partition() 351 struct vsp1_partition *partition, in rpf_partition()
|
D | vsp1_uds.c | 303 const struct vsp1_partition *partition, in uds_configure_partition() 360 struct vsp1_partition *partition, in uds_partition()
|
D | vsp1_wpf.c | 365 const struct vsp1_partition *partition, in wpf_configure_partition() 509 struct vsp1_partition *partition, in wpf_partition()
|
D | vsp1_drm.h | 35 struct vsp1_partition partition; member
|
D | vsp1_entity.h | 98 void (*partition)(struct vsp1_entity *entity, member
|
D | vsp1_video.c | 247 unsigned int partition) in vsp1_video_pipeline_run_partition() 263 unsigned int partition; in vsp1_video_pipeline_run() local
|
/linux-6.15/include/media/ |
D | v4l2-vp9.h | 81 u8 partition[16][3]; member 120 u32 (*partition)[16][4]; member
|
/linux-6.15/include/linux/ |
D | intel_tpmi.h | 45 u8 partition; member
|
/linux-6.15/drivers/net/wireless/ti/wl1251/ |
D | io.c | 124 struct wl1251_partition_set *partition; in wl1251_set_partition() local
|
/linux-6.15/drivers/misc/ |
D | sram.h | 31 struct sram_partition *partition; member
|
/linux-6.15/scripts/ |
D | checkkconfigsymbols.py | 260 def partition(lst, size): function
|
/linux-6.15/drivers/net/wireless/ti/wlcore/ |
D | boot.c | 163 struct wlcore_partition_set partition; in wl1271_boot_upload_firmware_chunk() local
|