| /drivers/md/dm-vdo/indexer/ |
| A D | index-layout.c | 345 static void define_sub_index_nonce(struct index_layout *layout) in define_sub_index_nonce() 549 static int write_index_save_layout(struct index_layout *layout, in write_index_save_layout() 613 static int discard_index_state_data(struct index_layout *layout) in discard_index_state_data() 859 int uds_discard_open_chapter(struct index_layout *layout) in uds_discard_open_chapter() 1019 static int setup_uds_index_save_slot(struct index_layout *layout, in setup_uds_index_save_slot() 1172 struct index_layout *layout, in read_super_block_data() 1639 static int create_layout_factory(struct index_layout *layout, in create_layout_factory() 1668 struct index_layout *layout = NULL; in uds_make_index_layout() local 1706 void uds_free_index_layout(struct index_layout *layout) in uds_free_index_layout() 1718 int uds_replace_index_layout_storage(struct index_layout *layout, in uds_replace_index_layout_storage() [all …]
|
| /drivers/clk/at91/ |
| A D | clk-programmable.c | 18 #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()
|
| A D | clk-pll.c | 20 #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()
|
| A D | clk-master.c | 31 const struct clk_master_layout *layout; member 90 const struct clk_master_layout *layout = master->layout; in clk_master_div_recalc_rate() local 477 const struct clk_master_layout *layout, in at91_clk_register_master_internal() 535 const struct clk_master_layout *layout, in at91_clk_register_master_pres() 549 struct clk_hw *parent_hw, const struct clk_master_layout *layout, in at91_clk_register_master_div()
|
| A D | clk-generated.c | 29 const struct clk_pcr_layout *layout; member 320 const struct clk_pcr_layout *layout, in at91_clk_register_generated()
|
| A D | clk-sam9x60-pll.c | 32 const struct clk_pll_layout *layout; member 636 const struct clk_pll_layout *layout, u32 flags) in sam9x60_clk_register_frac_pll() 723 const struct clk_pll_layout *layout, u32 flags, in sam9x60_clk_register_div_pll()
|
| A D | dt-compat.c | 394 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()
|
| A D | clk-peripheral.c | 39 const struct clk_pcr_layout *layout; member 449 const struct clk_pcr_layout *layout, in at91_clk_register_sam9x5_peripheral()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_formats.c | 96 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_plane_sizes_ubwc() 173 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_plane_sizes_linear() 254 struct dpu_hw_fmt_layout *layout) in dpu_format_populate_plane_sizes() 278 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_ubwc() 358 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_linear() 374 struct dpu_hw_fmt_layout *layout) in dpu_format_populate_addrs()
|
| /drivers/net/can/spi/mcp251xfd/ |
| A D | mcp251xfd-ethtool.c | 22 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
|
| A D | mcp251xfd-ram.c | 60 void can_ram_get_layout(struct can_ram_layout *layout, in can_ram_get_layout()
|
| /drivers/nvmem/ |
| A D | layouts.c | 32 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
|
| /drivers/nvmem/layouts/ |
| A D | onie-tlv.c | 102 struct device_node *layout; in onie_tlv_add_cells() local 185 static int onie_tlv_parse_table(struct nvmem_layout *layout) in onie_tlv_parse_table() 230 static int onie_tlv_probe(struct nvmem_layout *layout) in onie_tlv_probe() 237 static void onie_tlv_remove(struct nvmem_layout *layout) in onie_tlv_remove()
|
| A D | sl28vpd.c | 83 static int sl28vpd_add_cells(struct nvmem_layout *layout) in sl28vpd_add_cells() 139 static int sl28vpd_probe(struct nvmem_layout *layout) in sl28vpd_probe() 146 static void sl28vpd_remove(struct nvmem_layout *layout) in sl28vpd_remove()
|
| A D | u-boot-env.c | 168 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()
|
| /drivers/md/dm-vdo/ |
| A D | encodings.c | 781 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()
|
| A D | encodings.h | 571 struct layout { struct 582 physical_block_number_t offset; /* The offset into the layout of this partition */ argument 693 struct layout layout; member
|
| /drivers/gpio/ |
| A D | gpio-creg-snps.c | 27 const struct creg_layout *layout; member 33 const struct creg_layout *layout = hcg->layout; in creg_gpio_set() local 62 const struct creg_layout *layout = hcg->layout; in creg_gpio_validate_pg() local
|
| /drivers/mtd/nand/spi/ |
| A D | otp.c | 25 const struct spinand_otp_layout *layout) in spinand_otp_size() 54 const struct spinand_otp_layout *layout) in spinand_otp_check_bounds() 71 const struct spinand_otp_layout *layout) in spinand_otp_rw()
|
| /drivers/md/ |
| A D | dm-raid.c | 530 static unsigned int __raid10_near_copies(int layout) in __raid10_near_copies() 536 static unsigned int __raid10_far_copies(int layout) in __raid10_far_copies() 542 static bool __is_raid10_offset(int layout) in __is_raid10_offset() 548 static bool __is_raid10_near(int layout) in __is_raid10_near() 554 static bool __is_raid10_far(int layout) in __is_raid10_far() 560 static const char *raid10_md_layout_to_format(int layout) in raid10_md_layout_to_format() 594 static unsigned int raid10_md_layout_to_copies(int layout) in raid10_md_layout_to_copies() 637 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() 669 static struct raid_type *get_raid_type_by_ll(const int level, const int layout) in get_raid_type_by_ll() 1981 __le32 layout; member
|
| A D | raid0.h | 30 enum r0layout layout; member
|
| /drivers/net/ethernet/renesas/ |
| A D | rcar_gen4_ptp.c | 134 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()
|
| /drivers/mfd/ |
| A D | atmel-smc.c | 273 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_apply() 314 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_get()
|
| /drivers/net/dsa/ |
| A D | bcm_sf2_cfp.c | 119 static inline unsigned int bcm_sf2_get_num_udf_slices(const u8 *layout) in bcm_sf2_get_num_udf_slices() 158 const struct cfp_udf_layout *layout, in bcm_sf2_cfp_udf_set() 353 const struct cfp_udf_layout *layout; in bcm_sf2_cfp_ipv4_rule_set() local 635 const struct cfp_udf_layout *layout; in bcm_sf2_cfp_ipv6_rule_set() local
|
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_stats.c | 397 const struct ocelot_stat_layout *layout; in ocelot_get_strings() local 444 const struct ocelot_stat_layout *layout; in ocelot_get_sset_count() local 464 const struct ocelot_stat_layout *layout; in ocelot_port_ethtool_stats_cb() local 912 const struct ocelot_stat_layout *layout; in ocelot_prepare_stats_regions() local
|