Searched +defs:table +defs:layout (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/drivers/md/dm-vdo/indexer/ |
D | index-layout.c | 295 static int __must_check open_layout_reader(struct index_layout *layout, in open_layout_reader() 303 static int open_region_reader(struct index_layout *layout, struct layout_region *region, in open_region_reader() 310 static int __must_check open_layout_writer(struct index_layout *layout, in open_layout_writer() 318 static int open_region_writer(struct index_layout *layout, struct layout_region *region, in open_region_writer() 344 static void define_sub_index_nonce(struct index_layout *layout) in define_sub_index_nonce() 364 static void setup_sub_index(struct index_layout *layout, u64 start_block, in setup_sub_index() 401 static void initialize_layout(struct index_layout *layout, struct save_layout_sizes *sls) in initialize_layout() 437 struct region_table *table; in make_index_save_region_table() local 494 static void encode_region_table(u8 *buffer, size_t *offset, struct region_table *table) in encode_region_table() 515 struct region_table *table, in write_index_save_header() [all …]
|
/linux-6.14.4/drivers/nvmem/layouts/ |
D | onie-tlv.c | 102 struct device_node *layout; in onie_tlv_add_cells() local 158 static bool onie_tlv_crc_is_valid(struct device *dev, size_t table_len, u8 *table) in onie_tlv_crc_is_valid() 185 static int onie_tlv_parse_table(struct nvmem_layout *layout) in onie_tlv_parse_table() 191 u8 *table, *data; in onie_tlv_parse_table() local 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()
|
D | sl28vpd.c | 59 u8 table[CRC8_TABLE_SIZE]; in sl28vpd_v1_check_crc() local 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()
|
/linux-6.14.4/include/linux/ |
D | nvmem-provider.h | 127 struct nvmem_layout *layout; member 226 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() 227 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() 234 static inline int nvmem_layout_register(struct nvmem_layout *layout) in nvmem_layout_register() 239 static inline void nvmem_layout_unregister(struct nvmem_layout *layout) {} in nvmem_layout_unregister()
|
/linux-6.14.4/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_dev.c | 536 uint64_t layout = modifier & AFBC_FORMAT_MOD_BLOCK_SIZE_MASK; in d71_format_mod_supported() local 549 struct komeda_format_caps_table *table = &mdev->fmt_tbl; in d71_init_fmt_tbl() local
|
/linux-6.14.4/drivers/nvmem/ |
D | core.c | 711 struct nvmem_cell_table *table; in nvmem_add_cells_from_table() local 885 int nvmem_layout_register(struct nvmem_layout *layout) in nvmem_layout_register() 909 void nvmem_layout_unregister(struct nvmem_layout *layout) in nvmem_layout_unregister() 2135 void nvmem_add_cell_table(struct nvmem_cell_table *table) in nvmem_add_cell_table() 2148 void nvmem_del_cell_table(struct nvmem_cell_table *table) in nvmem_del_cell_table()
|