/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-super.c | 83 * For LP mode super-clock switch between PLLX direct in clk_super_set_parent() 147 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_round_rate() local 148 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_round_rate() 152 return super->div_ops->round_rate(div_hw, rate, parent_rate); in clk_super_round_rate() 158 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_recalc_rate() local 159 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() 163 return super->div_ops->recalc_rate(div_hw, parent_rate); in clk_super_recalc_rate() 169 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_set_rate() local 170 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() 174 return super in clk_super_set_rate() 179 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); clk_super_restore_context() local 205 struct tegra_clk_super_mux *super; tegra_clk_register_super_mux() local 241 struct tegra_clk_super_mux *super; tegra_clk_register_super_clk() local [all...] |
H A D | clk-tegra-super-cclk.c | 3 * Based on clk-super.c 61 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in cclk_super_determine_rate() local 75 if (super->flags & TEGRA20_SUPER_CLK) in cclk_super_determine_rate() 116 struct tegra_clk_super_mux *super; in tegra_clk_register_super_cclk() local 124 super = kzalloc(sizeof(*super), GFP_KERNEL); in tegra_clk_register_super_cclk() 125 if (!super) in tegra_clk_register_super_cclk() 133 super->reg = reg; in tegra_clk_register_super_cclk() 134 super->lock = lock; in tegra_clk_register_super_cclk() 135 super in tegra_clk_register_super_cclk() [all...] |
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-super.c | 83 * For LP mode super-clock switch between PLLX direct in clk_super_set_parent() 148 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_determine_rate() local 149 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_determine_rate() 154 rate = super->div_ops->round_rate(div_hw, req->rate, in clk_super_determine_rate() 166 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_recalc_rate() local 167 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_recalc_rate() 171 return super->div_ops->recalc_rate(div_hw, parent_rate); in clk_super_recalc_rate() 177 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in clk_super_set_rate() local 178 struct clk_hw *div_hw = &super->frac_div.hw; in clk_super_set_rate() 182 return super in clk_super_set_rate() 187 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); clk_super_restore_context() local 213 struct tegra_clk_super_mux *super; tegra_clk_register_super_mux() local 249 struct tegra_clk_super_mux *super; tegra_clk_register_super_clk() local [all...] |
H A D | clk-tegra-super-cclk.c | 3 * Based on clk-super.c 52 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in cclk_super_recalc_rate() local 53 u32 val = readl_relaxed(super->reg); in cclk_super_recalc_rate() 73 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); in cclk_super_determine_rate() local 87 if (super->flags & TEGRA20_SUPER_CLK) in cclk_super_determine_rate() 137 struct tegra_clk_super_mux *super; in tegra_clk_register_super_cclk() local 145 super = kzalloc(sizeof(*super), GFP_KERNEL); in tegra_clk_register_super_cclk() 146 if (!super) in tegra_clk_register_super_cclk() 154 super in tegra_clk_register_super_cclk() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_mem.c | 44 bool super; in nouveau_mem_map() local 76 super = vmm->object.client->super; in nouveau_mem_map() 77 vmm->object.client->super = true; in nouveau_mem_map() 80 vmm->object.client->super = super; in nouveau_mem_map() 102 bool super = cli->base.super; in nouveau_mem_host() local 123 cli->base.super = true; in nouveau_mem_host() 127 cli->base.super in nouveau_mem_host() 139 bool super = cli->base.super; nouveau_mem_vram() local [all...] |
/kernel/linux/linux-5.10/fs/cramfs/ |
H A D | inode.c | 26 #include <linux/mtd/super.h> 37 * cramfs super-block data in memory 518 struct cramfs_super *super) in cramfs_read_super() 529 memcpy(super, cramfs_read(sb, 0, sizeof(*super)), sizeof(*super)); in cramfs_read_super() 533 if (super->magic != CRAMFS_MAGIC) { in cramfs_read_super() 535 if (super->magic == CRAMFS_MAGIC_WEND) { in cramfs_read_super() 543 memcpy(super, in cramfs_read_super() 544 cramfs_read(sb, 512, sizeof(*super)), in cramfs_read_super() 517 cramfs_read_super(struct super_block *sb, struct fs_context *fc, struct cramfs_super *super) cramfs_read_super() argument 617 struct cramfs_super super; cramfs_blkdev_fill_super() local 638 struct cramfs_super super; cramfs_mtd_fill_super() local [all...] |
/kernel/linux/linux-6.6/fs/cramfs/ |
H A D | inode.c | 26 #include <linux/mtd/super.h> 37 * cramfs super-block data in memory 511 struct cramfs_super *super) in cramfs_read_super() 522 memcpy(super, cramfs_read(sb, 0, sizeof(*super)), sizeof(*super)); in cramfs_read_super() 526 if (super->magic != CRAMFS_MAGIC) { in cramfs_read_super() 528 if (super->magic == CRAMFS_MAGIC_WEND) { in cramfs_read_super() 536 memcpy(super, in cramfs_read_super() 537 cramfs_read(sb, 512, sizeof(*super)), in cramfs_read_super() 510 cramfs_read_super(struct super_block *sb, struct fs_context *fc, struct cramfs_super *super) cramfs_read_super() argument 610 struct cramfs_super super; cramfs_blkdev_fill_super() local 631 struct cramfs_super super; cramfs_mtd_fill_super() local [all...] |
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.c | 59 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) in btt_info_write() argument 73 ret = arena_write_bytes(arena, arena->info2off, super, in btt_info_write() 78 return arena_write_bytes(arena, arena->infooff, super, in btt_info_write() 82 static int btt_info_read(struct arena_info *arena, struct btt_sb *super) in btt_info_read() argument 84 return arena_read_bytes(arena, arena->infooff, super, in btt_info_read() 774 /* Two pages are reserved for the super block and its copy */ in alloc_arena() 820 static void parse_arena_meta(struct arena_info *arena, struct btt_sb *super, in parse_arena_meta() argument 823 arena->internal_nlba = le32_to_cpu(super->internal_nlba); in parse_arena_meta() 824 arena->internal_lbasize = le32_to_cpu(super->internal_lbasize); in parse_arena_meta() 825 arena->external_nlba = le32_to_cpu(super in parse_arena_meta() 850 struct btt_sb *super; discover_arenas() local 973 struct btt_sb *super; btt_arena_write_layout() local [all...] |
H A D | btt_devs.c | 236 * @super: pointer to the arena's info block being tested 245 bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super) in nd_btt_arena_is_valid() argument 250 if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) in nd_btt_arena_is_valid() 253 if (!guid_is_null((guid_t *)&super->parent_uuid)) in nd_btt_arena_is_valid() 254 if (memcmp(super->parent_uuid, parent_uuid, 16) != 0) in nd_btt_arena_is_valid() 257 checksum = le64_to_cpu(super->checksum); in nd_btt_arena_is_valid() 258 super->checksum = 0; in nd_btt_arena_is_valid() 259 if (checksum != nd_sb_checksum((struct nd_gen_sb *) super)) in nd_btt_arena_is_valid() 261 super->checksum = cpu_to_le64(checksum); in nd_btt_arena_is_valid() 264 if ((le32_to_cpu(super in nd_btt_arena_is_valid() [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.c | 59 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) in btt_info_write() argument 73 ret = arena_write_bytes(arena, arena->info2off, super, in btt_info_write() 78 return arena_write_bytes(arena, arena->infooff, super, in btt_info_write() 82 static int btt_info_read(struct arena_info *arena, struct btt_sb *super) in btt_info_read() argument 84 return arena_read_bytes(arena, arena->infooff, super, in btt_info_read() 774 /* Two pages are reserved for the super block and its copy */ in alloc_arena() 820 static void parse_arena_meta(struct arena_info *arena, struct btt_sb *super, in parse_arena_meta() argument 823 arena->internal_nlba = le32_to_cpu(super->internal_nlba); in parse_arena_meta() 824 arena->internal_lbasize = le32_to_cpu(super->internal_lbasize); in parse_arena_meta() 825 arena->external_nlba = le32_to_cpu(super in parse_arena_meta() 850 struct btt_sb *super; discover_arenas() local 973 struct btt_sb *super; btt_arena_write_layout() local [all...] |
H A D | btt_devs.c | 238 * @super: pointer to the arena's info block being tested 247 bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super) in nd_btt_arena_is_valid() argument 253 if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) in nd_btt_arena_is_valid() 256 import_uuid(&parent_uuid, super->parent_uuid); in nd_btt_arena_is_valid() 261 checksum = le64_to_cpu(super->checksum); in nd_btt_arena_is_valid() 262 super->checksum = 0; in nd_btt_arena_is_valid() 263 if (checksum != nd_sb_checksum((struct nd_gen_sb *) super)) in nd_btt_arena_is_valid() 265 super->checksum = cpu_to_le64(checksum); in nd_btt_arena_is_valid() 268 if ((le32_to_cpu(super->flags) & IB_FLAG_ERROR_MASK) != 0) in nd_btt_arena_is_valid()
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | super.c | 3 * super.c 234 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { in efs_validate_super() argument 236 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super() 239 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super() 240 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super() 241 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super() 242 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super() 243 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super() 244 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super() 245 sb->inode_blocks = be16_to_cpu(super in efs_validate_super() [all...] |
/kernel/linux/linux-6.6/fs/efs/ |
H A D | super.c | 3 * super.c 234 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { in efs_validate_super() argument 236 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super() 239 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super() 240 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super() 241 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super() 242 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super() 243 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super() 244 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super() 245 sb->inode_blocks = be16_to_cpu(super in efs_validate_super() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | buildebpfPlugin.py | 17 super().__init__() 20 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 31 super().add_args(parser)
|
H A D | valgrindPlugin.py | 26 super().__init__() 30 super().pre_suite(testcount, testidlist) 38 super().post_suite(index) 51 super().add_args(parser) 63 super().adjust_command(stage, command)
|
H A D | nsPlugin.py | 13 super().__init__() 17 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 36 super().add_args(parser) 46 super().adjust_command(stage, command)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | buildebpfPlugin.py | 17 super().__init__() 20 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 31 super().add_args(parser)
|
H A D | nsPlugin.py | 13 super().__init__() 17 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 36 super().add_args(parser) 46 super().adjust_command(stage, command)
|
H A D | valgrindPlugin.py | 26 super().__init__() 30 super().pre_suite(testcount, testidlist) 38 super().post_suite(index) 51 super().add_args(parser) 63 super().adjust_command(stage, command)
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | debug.c | 152 * Display super block structure for debug. 227 befs_disk_btree_super *super) in befs_dump_index_entry() 231 befs_debug(sb, "Btree super structure"); in befs_dump_index_entry() 232 befs_debug(sb, " magic %08x", fs32_to_cpu(sb, super->magic)); in befs_dump_index_entry() 233 befs_debug(sb, " node_size %u", fs32_to_cpu(sb, super->node_size)); in befs_dump_index_entry() 234 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_entry() 236 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry() 238 fs64_to_cpu(sb, super->root_node_ptr)); in befs_dump_index_entry() 240 fs64_to_cpu(sb, super->free_node_ptr)); in befs_dump_index_entry() 242 fs64_to_cpu(sb, super in befs_dump_index_entry() 226 befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super *super) befs_dump_index_entry() argument [all...] |
/kernel/linux/linux-6.6/fs/befs/ |
H A D | debug.c | 152 * Display super block structure for debug. 227 befs_disk_btree_super *super) in befs_dump_index_entry() 231 befs_debug(sb, "Btree super structure"); in befs_dump_index_entry() 232 befs_debug(sb, " magic %08x", fs32_to_cpu(sb, super->magic)); in befs_dump_index_entry() 233 befs_debug(sb, " node_size %u", fs32_to_cpu(sb, super->node_size)); in befs_dump_index_entry() 234 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_entry() 236 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry() 238 fs64_to_cpu(sb, super->root_node_ptr)); in befs_dump_index_entry() 240 fs64_to_cpu(sb, super->free_node_ptr)); in befs_dump_index_entry() 242 fs64_to_cpu(sb, super in befs_dump_index_entry() 226 befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super *super) befs_dump_index_entry() argument [all...] |
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | test_dbc.py | 38 super().__init__(data) 42 return super().setUp() 47 return super().tearDown() 55 super().setUp() 68 super().__init__(data) 76 return super().setUp() 128 return super().setUp() 186 super().setUp()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | nlspec.py | 75 super().__init__(enum_set.family, yaml) 114 super().__init__(family, yaml) 162 super().__init__(family, yaml) 188 super().__init__(family, yaml) 242 super().__init__(family, yaml) 259 super().__init__(family, yaml) 294 super().__init__(family, yaml) 310 self.resolve_up(super()) 341 super().__init__(family, yaml) 381 super() [all...] |
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | proc.py | 27 super(LxCmdLine, self).__init__("lx-cmdline", gdb.COMMAND_DATA) 41 super(LxVersion, self).__init__("lx-version", gdb.COMMAND_DATA) 86 super(LxIOMem, self).__init__("lx-iomem", gdb.COMMAND_DATA) 101 super(LxIOPorts, self).__init__("lx-ioports", gdb.COMMAND_DATA) 146 super(LxMounts, self).__init__("lx-mounts", gdb.COMMAND_DATA) 211 super(LxFdtDump, self).__init__("lx-fdtdump", gdb.COMMAND_DATA,
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | proc.py | 29 super(LxCmdLine, self).__init__("lx-cmdline", gdb.COMMAND_DATA) 43 super(LxVersion, self).__init__("lx-version", gdb.COMMAND_DATA) 88 super(LxIOMem, self).__init__("lx-iomem", gdb.COMMAND_DATA) 103 super(LxIOPorts, self).__init__("lx-ioports", gdb.COMMAND_DATA) 148 super(LxMounts, self).__init__("lx-mounts", gdb.COMMAND_DATA) 213 super(LxFdtDump, self).__init__("lx-fdtdump", gdb.COMMAND_DATA,
|