/Linux-v6.1/drivers/clk/tegra/ |
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->div_ops->set_rate(div_hw, rate, parent_rate); in clk_super_set_rate() [all …]
|
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() 128 struct tegra_clk_super_mux *super; in tegra_clk_register_super_cclk() local 136 super = kzalloc(sizeof(*super), GFP_KERNEL); in tegra_clk_register_super_cclk() 137 if (!super) in tegra_clk_register_super_cclk() 145 super->reg = reg; in tegra_clk_register_super_cclk() 146 super->lock = lock; in tegra_clk_register_super_cclk() [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
D | f71882fg.rst | 10 Addresses scanned: none, address read from Super I/O config space 18 Addresses scanned: none, address read from Super I/O config space 26 Addresses scanned: none, address read from Super I/O config space 34 Addresses scanned: none, address read from Super I/O config space 42 Addresses scanned: none, address read from Super I/O config space 50 Addresses scanned: none, address read from Super I/O config space 58 Addresses scanned: none, address read from Super I/O config space 66 Addresses scanned: none, address read from Super I/O config space 74 Addresses scanned: none, address read from Super I/O config space 82 Addresses scanned: none, address read from Super I/O config space [all …]
|
D | it87.rst | 10 Addresses scanned: from Super I/O config space (8 I/O ports) 18 Addresses scanned: from Super I/O config space (8 I/O ports) 24 Addresses scanned: from Super I/O config space (8 I/O ports) 32 Addresses scanned: from Super I/O config space (8 I/O ports) 40 Addresses scanned: from Super I/O config space (8 I/O ports) 48 Addresses scanned: from Super I/O config space (8 I/O ports) 56 Addresses scanned: from Super I/O config space (8 I/O ports) 64 Addresses scanned: from Super I/O config space (8 I/O ports) 72 Addresses scanned: from Super I/O config space (8 I/O ports) 80 Addresses scanned: from Super I/O config space (8 I/O ports) [all …]
|
D | w83627hf.rst | 7 Addresses scanned: ISA address retrieved from Super I/O registers 10 Addresses scanned: ISA address retrieved from Super I/O registers 13 Addresses scanned: ISA address retrieved from Super I/O registers 16 Addresses scanned: ISA address retrieved from Super I/O registers 19 Addresses scanned: ISA address retrieved from Super I/O registers 42 the Winbond W83627HF, W83627THF, W83697HF and W83637HF Super I/O chips. 47 Super I/O chip and a second i2c-only Winbond chip (often a W83782D), 51 If you really want i2c accesses for these Super I/O chips, 78 # Enter the Super I/O config space:: 92 # Exit the Super-I/O config space:: [all …]
|
D | nct6775.rst | 15 Addresses scanned: ISA address retrieved from Super I/O registers 23 Addresses scanned: ISA address retrieved from Super I/O registers 31 Addresses scanned: ISA address retrieved from Super I/O registers 39 Addresses scanned: ISA address retrieved from Super I/O registers 47 Addresses scanned: ISA address retrieved from Super I/O registers 55 Addresses scanned: ISA address retrieved from Super I/O registers 63 Addresses scanned: ISA address retrieved from Super I/O registers 71 Addresses scanned: ISA address retrieved from Super I/O registers 79 Addresses scanned: ISA address retrieved from Super I/O registers 93 and compatible super I/O chips.
|
D | w83627ehf.rst | 10 Addresses scanned: ISA address retrieved from Super I/O registers 18 Addresses scanned: ISA address retrieved from Super I/O registers 26 Addresses scanned: ISA address retrieved from Super I/O registers 34 Addresses scanned: ISA address retrieved from Super I/O registers 42 Addresses scanned: ISA address retrieved from Super I/O registers 50 Addresses scanned: ISA address retrieved from Super I/O registers 58 Addresses scanned: ISA address retrieved from Super I/O registers 66 Addresses scanned: ISA address retrieved from Super I/O registers 84 (NCT6775F), and NCT6776F super I/O chips. We will refer to them collectively
|
/Linux-v6.1/drivers/nvdimm/ |
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->external_nlba); in parse_arena_meta() [all …]
|
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()
|
/Linux-v6.1/include/linux/ |
D | sysv_fs.h | 26 /* Xenix super-block data on disk */ 41 char s_fmod; /* super-block modified flag */ 43 __fs32 s_time __packed2__; /* time of last super block update */ 66 /* SystemV4 super-block data on disk */ 82 char s_fmod; /* super-block modified flag */ 84 __fs32 s_time; /* time of last super block update */ 98 /* SystemV2 super-block data on disk */ 111 char s_fmod; /* super-block modified flag */ 113 __fs32 s_time __packed2__; /* time of last super block update */ 126 /* V7 super-block data on disk */ [all …]
|
/Linux-v6.1/fs/cramfs/ |
D | inode.c | 26 #include <linux/mtd/super.h> 37 * cramfs super-block data in memory 507 struct cramfs_super *super) in cramfs_read_super() argument 518 memcpy(super, cramfs_read(sb, 0, sizeof(*super)), sizeof(*super)); in cramfs_read_super() 522 if (super->magic != CRAMFS_MAGIC) { in cramfs_read_super() 524 if (super->magic == CRAMFS_MAGIC_WEND) { in cramfs_read_super() 532 memcpy(super, in cramfs_read_super() 533 cramfs_read(sb, 512, sizeof(*super)), in cramfs_read_super() 534 sizeof(*super)); in cramfs_read_super() 536 if (super->magic != CRAMFS_MAGIC) { in cramfs_read_super() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | usb.yaml | 54 - super-speed 55 - super-speed-plus 56 - super-speed-plus-gen2x1 57 - super-speed-plus-gen1x2 58 - super-speed-plus-gen2x2
|
/Linux-v6.1/fs/efs/ |
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->fs_cgisize); in efs_validate_super() [all …]
|
/Linux-v6.1/fs/befs/ |
D | debug.c | 152 * Display super block structure for debug. 227 befs_disk_btree_super *super) in befs_dump_index_entry() argument 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->max_size)); in befs_dump_index_entry()
|
D | ChangeLog | 103 (super.c, debug.c) [WD] 148 (datastream.c, btree.c super.c inode.c) [WD] 160 (super.c inode.c) [WD] 171 is the new way. (inode.c, super.c) [WD] 187 symlink string). (super.c, inode.c, befs_fs.h) [WD] 212 fields set (inode.c and super.c). 239 (super.c). Now we check to see if log_start and log_end differ. If so, 242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c 335 (fs/befs/super.c) (fs/befs/inode.c) 341 (fs/befs/super.c) [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 110 struct _carl9170_tx_superframe *super = (void *) skb->data; in __carl9170_get_tx_sta() local 111 struct ieee80211_hdr *hdr = (void *) super->frame_data; in __carl9170_get_tx_sta() 115 vif_id = (super->s.misc & CARL9170_TX_SUPER_MISC_VIF_ID) >> in __carl9170_get_tx_sta() 192 struct _carl9170_tx_superframe *super = (void *) skb->data; in carl9170_alloc_dev_space() local 213 super = (void *) skb->data; in carl9170_alloc_dev_space() 222 super->s.cookie = (u8) cookie + 1; in carl9170_alloc_dev_space() 228 struct _carl9170_tx_superframe *super = (void *) skb->data; in carl9170_release_dev_space() local 232 cookie = super->s.cookie; in carl9170_release_dev_space() 234 super->s.cookie = 0; in carl9170_release_dev_space() 293 struct _carl9170_tx_superframe *super; in carl9170_tx_release() local [all …]
|
/Linux-v6.1/rust/alloc/vec/ |
D | drain_filter.rs | 7 use super::Vec; 32 pub(super) vec: &'a mut Vec<T, A>, 34 pub(super) idx: usize, 36 pub(super) del: usize, 38 pub(super) old_len: usize, 40 pub(super) pred: F, 46 pub(super) panic_flag: bool,
|
/Linux-v6.1/fs/nilfs2/ |
D | the_nilfs.c | 50 * @sb: super block instance 162 * nilfs_store_log_cursor - load log cursor from a super block 164 * @sbp: buffer storing super block to be read 167 * containing a super root from a given super block, and initializes 198 * @sb: super block instance used to recover past segment 200 * load_nilfs() searches and load the latest super root, 234 "unable to fall back to spare super block"); in load_nilfs() 240 * restore super block with its spare and reconfigure in load_nilfs() 247 /* verify consistency between two super blocks */ in load_nilfs() 251 "blocksize differs between two super blocks (%d != %d)", in load_nilfs() [all …]
|
D | segment.h | 24 * @ri_super_root: Block number of the last super root 51 #define NILFS_RECOVERY_SR_UPDATED 1 /* The super root was updated */ 182 NILFS_SC_SUPER_ROOT, /* The latest segment has a super root */ 212 * logical segment with a super root. 215 * Maximum frequency of super root 224 /* super.c */
|
/Linux-v6.1/tools/testing/selftests/tc-testing/plugin-lib/ |
D | buildebpfPlugin.py | 17 super().__init__() 20 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 31 super().add_args(parser)
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | mmu-44x.h | 50 #define PPC44x_TLB_SX 0x00000004 /* Super execution */ 51 #define PPC44x_TLB_SW 0x00000002 /* Super write */ 52 #define PPC44x_TLB_SR 0x00000001 /* Super read */ 95 #define PPC47x_TLB2_SX 0x00000004 /* Super execution */ 96 #define PPC47x_TLB2_SW 0x00000002 /* Super write */ 97 #define PPC47x_TLB2_SR 0x00000001 /* Super read */
|
/Linux-v6.1/fs/zonefs/ |
D | zonefs.h | 94 * On-disk super block (block 0). 130 * Feature flags: specified in the s_features field of the on-disk super 140 * Use super block specified UID for files instead of default 0. 144 * Use super block specified GID for files instead of default 0. 148 * Use super block specified file permissions instead of default 640. 169 * In-memory Super block information.
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
D | irq_public.h | 125 /*! Test if any IRQ channel of the virtual super IRQ has raised a signal 131 /*! Enable an IRQ channel of the virtual super IRQ 142 /*! Clear the state of all IRQ channels of the virtual super IRQ 148 /*! Clear the IRQ info state of the virtual super IRQ 156 /*! Return the ID of a signalling IRQ channel of the virtual super IRQ 169 /*! Return the IDs of all signaling IRQ channels of the virtual super IRQ
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | u_uvc.h | 34 * super-speed. They point by default to the uvc_fs_control_cls and 43 * super-speed. They will point to the uvc_[fhs]s_streaming_cls arrays 59 * super-speed. The first element is a configurable control header 68 * Streaming descriptors for full-speed, high-speed and super-speed.
|
/Linux-v6.1/fs/ntfs/ |
D | ntfs.h | 37 /* Slab caches (from super.c). */ 61 * NTFS_SB - return the ntfs volume given a vfs super block 62 * @sb: VFS super block 64 * NTFS_SB() returns the ntfs volume associated with the VFS super block @sb. 78 /* From fs/ntfs/super.c */
|