Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c296 static int __must_check open_layout_reader(struct index_layout *layout, in open_layout_reader()
304 static int open_region_reader(struct index_layout *layout, struct layout_region *region, in open_region_reader()
311 static int __must_check open_layout_writer(struct index_layout *layout, in open_layout_writer()
319 static int open_region_writer(struct index_layout *layout, struct layout_region *region, in open_region_writer()
345 static void define_sub_index_nonce(struct index_layout *layout) in define_sub_index_nonce()
365 static void setup_sub_index(struct index_layout *layout, u64 start_block, in setup_sub_index()
402 static void initialize_layout(struct index_layout *layout, struct save_layout_sizes *sls) in initialize_layout()
549 static int write_index_save_layout(struct index_layout *layout, in write_index_save_layout()
606 static int __must_check invalidate_old_save(struct index_layout *layout, in invalidate_old_save()
613 static int discard_index_state_data(struct index_layout *layout) in discard_index_state_data()
[all …]
/linux/drivers/clk/at91/
H A Dclk-programmable.c18 #define PROG_PRES(layout, pckr) ((pckr >> layout->pres_shift) & layout->pres_mask) argument
26 const struct clk_programmable_layout *layout; member
36 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_recalc_rate() local
54 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_determine_rate() local
106 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_parent() local
131 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_get_parent() local
152 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_rate() local
219 const struct clk_programmable_layout *layout, in at91_clk_register_programmable()
H A Dclk-pll.c20 #define PLL_MUL(reg, layout) (((reg) >> (layout)->mul_shift) & \ argument
23 #define PLL_MUL_MASK(layout) ((layout)->mul_mask) argument
24 #define PLL_MUL_MAX(layout) (PLL_MUL_MASK(layout) + 1) argument
41 const struct clk_pll_layout *layout; member
59 const struct clk_pll_layout *layout = pll->layout; in clk_pll_prepare() local
128 const struct clk_pll_layout *layout = pll->layout; in clk_pll_get_best_div_mul() local
314 const struct clk_pll_layout *layout, in at91_clk_register_pll()
H A Dclk-generated.c29 const struct clk_pcr_layout *layout; member
320 const struct clk_pcr_layout *layout, in at91_clk_register_generated()
H A Ddt-compat.c394 const struct clk_master_layout *layout) in of_at91_clk_master_setup()
641 const struct clk_pll_layout *layout) in of_at91_clk_pll_setup()
738 const struct clk_programmable_layout *layout, in of_at91_clk_prog_setup()
H A Dclk-peripheral.c39 const struct clk_pcr_layout *layout; member
449 const struct clk_pcr_layout *layout, in at91_clk_register_sam9x5_peripheral()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ethtool.c22 struct can_ram_layout layout; in mcp251xfd_ring_get_ringparam() local
40 struct can_ram_layout layout; in mcp251xfd_ring_set_ringparam() local
97 struct can_ram_layout layout; in mcp251xfd_ring_set_coalesce() local
133 struct can_ram_layout layout; in mcp251xfd_ethtool_init() local
H A Dmcp251xfd-ram.c60 void can_ram_get_layout(struct can_ram_layout *layout, in can_ram_get_layout()
/linux/sound/aoa/fabrics/
H A Dlayout.c63 struct layout { struct
64 unsigned int layout_id, device_id; argument
69 * so that our layout table doesn't need to be filled argument
78 MODULE_ALIAS("sound-layout-36"); argument
612 struct layout *layout; member
1001 struct layout *layout = NULL; in aoa_fabric_layout_probe() local
/linux/drivers/nvmem/
H A Dlayouts.c32 struct nvmem_layout *layout = to_nvmem_layout_device(dev); in nvmem_layout_bus_probe() local
43 struct nvmem_layout *layout = to_nvmem_layout_device(dev); in nvmem_layout_bus_remove() local
73 struct nvmem_layout *layout = to_nvmem_layout_device(dev); in nvmem_layout_release_device() local
82 struct nvmem_layout *layout; in nvmem_layout_create_device() local
/linux/include/linux/mfd/syscon/
H A Datmel-smc.h19 #define ATMEL_HSMC_SETUP(layout, cs) \ argument
22 #define ATMEL_HSMC_PULSE(layout, cs) \ argument
25 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument
33 #define ATMEL_HSMC_MODE(layout, cs) \ argument
64 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
/linux/drivers/nvmem/layouts/
H A Du-boot-env.c168 static int u_boot_env_add_cells(struct nvmem_layout *layout) in u_boot_env_add_cells()
178 static int u_boot_env_probe(struct nvmem_layout *layout) in u_boot_env_probe()
185 static void u_boot_env_remove(struct nvmem_layout *layout) in u_boot_env_remove()
/linux/drivers/md/dm-vdo/
H A Dencodings.c781 static int allocate_partition(struct layout *layout, u8 id, in allocate_partition()
811 static int __must_check make_partition(struct layout *layout, enum partition_id id, in make_partition()
858 block_count_t summary_blocks, struct layout *layout) in vdo_initialize_layout()
910 void vdo_uninitialize_layout(struct layout *layout) in vdo_uninitialize_layout()
930 int vdo_get_partition(struct layout *layout, enum partition_id id, in vdo_get_partition()
953 struct partition *vdo_get_known_partition(struct layout *layout, enum partition_id id) in vdo_get_known_partition()
963 static void encode_layout(u8 *buffer, size_t *offset, const struct layout *layout) in encode_layout()
996 block_count_t size, struct layout *layout) in decode_layout()
H A Dencodings.h571 struct layout { struct
582 physical_block_number_t offset; /* The offset into the layout of this partition */ argument
693 struct layout layout; member
/linux/rust/kernel/alloc/
H A Dallocator_test.rs80 let layout = layout.align_to(min_align).map_err(|_| AllocError)?; in realloc() localVariable
81 let layout = layout.pad_to_align(); in realloc() localVariable
H A Dkvec.rs106 layout: ArrayLayout<T>, field
537 let layout = if Self::is_zst() { in from_raw_parts() localVariable
624 let layout = ArrayLayout::new(new_cap).map_err(|_| AllocError)?; in reserve() localVariable
984 layout: ArrayLayout<T>, field
1055 let layout = unsafe { ArrayLayout::<T>::new_unchecked(len) }; in collect() localVariable
1196 let layout = self.layout; in into_iter() localVariable
H A Dkbox.rs273 let layout = Layout::new::<MaybeUninit<T>>(); in new_uninit() localVariable
528 let layout = Layout::for_value::<T>(self); in drop() localVariable
/linux/drivers/net/ethernet/renesas/
H A Drcar_gen4_ptp.c134 enum rcar_gen4_ptp_reg_layout layout) in rcar_gen4_ptp_set_offs()
155 enum rcar_gen4_ptp_reg_layout layout, u32 rate) in rcar_gen4_ptp_register()
/linux/include/linux/
H A Dnvmem-provider.h127 struct nvmem_layout *layout; member
210 static inline int nvmem_layout_register(struct nvmem_layout *layout) in nvmem_layout_register()
215 static inline void nvmem_layout_unregister(struct nvmem_layout *layout) {} in nvmem_layout_unregister()
/linux/drivers/mfd/
H A Datmel-smc.c266 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_apply()
307 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_get()
/linux/drivers/md/
H A Ddm-raid.c531 static unsigned int __raid10_near_copies(int layout) in __raid10_near_copies()
537 static unsigned int __raid10_far_copies(int layout) in __raid10_far_copies()
543 static bool __is_raid10_offset(int layout) in __is_raid10_offset()
549 static bool __is_raid10_near(int layout) in __is_raid10_near()
555 static bool __is_raid10_far(int layout) in __is_raid10_far()
561 static const char *raid10_md_layout_to_format(int layout) in raid10_md_layout_to_format()
595 static unsigned int raid10_md_layout_to_copies(int layout) in raid10_md_layout_to_copies()
638 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10()
670 static struct raid_type *get_raid_type_by_ll(const int level, const int layout) in get_raid_type_by_ll()
1982 __le32 layout; member
H A Draid0.h30 enum r0layout layout; member
/linux/sound/aoa/soundbus/i2sbus/
H A Dcore.c116 int layout, struct resource *res) in i2sbus_get_and_fixup_rsrc()
160 int i, layout = 0, rlen, ok = force; in i2sbus_add_dev() local
/linux/fs/ceph/
H A Dutil.c11 int ceph_file_layout_is_valid(const struct ceph_file_layout *layout) in ceph_file_layout_is_valid()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.h51 struct dpu_hw_fmt_layout layout; member

123