/linux-6.12.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 | nct6775.rst | 15 Addresses scanned: ISA address retrieved from Super I/O registers 19 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I 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 [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 29 ----------------- 39 ----------- 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, [all …]
|
D | f71805f.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 44 ----------- 46 The Fintek F71805F/FG Super I/O chip includes complete hardware monitoring 53 The Fintek F71872F/FG Super I/O chip is almost the same, with two 57 The Fintek F71806F/FG Super-I/O chip is essentially the same as the 65 ------------------ 67 Voltages are sampled by an 8-bit ADC with a LSB of 8 mV. The supported 75 you can only set the limits in steps of 32 mV (before scaling). [all …]
|
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 22 * Winbond W83627DHG-P 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 46 * Winbond W83667HG-B 50 Addresses scanned: ISA address retrieved from Super I/O registers 54 * Nuvoton NCT6775F/W83667HG-I 58 Addresses scanned: ISA address retrieved from Super I/O registers [all …]
|
/linux-6.12.1/tools/crypto/ccp/ |
D | test_dbc.py | 2 # SPDX-License-Identifier: GPL-2.0 15 # Artificial delay between set commands 25 def system_is_secured() -> bool: 34 def __init__(self, data) -> None: 38 super().__init__(data) 40 def setUp(self) -> None: 42 return super().setUp() 44 def tearDown(self) -> None: 47 return super().tearDown() 51 def setUp(self) -> None: [all …]
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | nlspec.py | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 37 self.ident_name = self.name.replace('-', '_') 75 super().__init__(enum_set.family, yaml) 114 super().__init__(family, yaml) 119 value_start = self.yaml.get('value-start', 0) 154 attr_set Attribute Set containing this attr 163 sub-message type 165 is_auto_scalar bool, attr is a variable-size scalar 168 super().__init__(family, yaml) 173 self.is_multi = yaml.get('multi-attr', False) [all …]
|
/linux-6.12.1/drivers/clk/tegra/ |
D | clk-super.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/clk-provider.h> 28 #define super_state_to_src_shift(m, s) ((m->width * s)) 29 #define super_state_to_src_mask(m) (((1 << m->width) - 1)) 40 val = readl_relaxed(mux->reg); in clk_super_get_parent() 53 * If LP_DIV2_BYPASS is not set and PLLX is current parent then in clk_super_get_parent() 56 if ((mux->flags & TEGRA_DIVIDER_2) && !(val & SUPER_LP_DIV2_BYPASS) && in clk_super_get_parent() 57 (source == mux->pllx_index)) in clk_super_get_parent() 58 source = mux->div2_index; in clk_super_get_parent() 71 if (mux->lock) in clk_super_set_parent() [all …]
|
/linux-6.12.1/drivers/nvdimm/ |
D | btt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2014-2015, Intel Corporation. 9 #include <linux/blk-integrity.h> 19 #include <linux/backing-dev.h> 31 return &arena->nd_btt->dev; in to_dev() 36 return offset + nd_btt->initial_offset; in adjust_initial_offset() 42 struct nd_btt *nd_btt = arena->nd_btt; in arena_read_bytes() 43 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes() 53 struct nd_btt *nd_btt = arena->nd_btt; in arena_write_bytes() 54 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra194-xusb-padctl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/nvidia,tegra194-xusb-padctl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 14 The Tegra XUSB pad controller manages a set of I/O lanes (with differential 21 Some of the lanes are high-speed lanes, which can be used for PCIe, SATA or 22 super-speed USB. Other lanes are for various types of low-speed, full-speed 23 or high-speed USB (such as UTMI, ULPI and HSIC). The XUSB pad controller [all …]
|
/linux-6.12.1/fs/nilfs2/ |
D | the_nilfs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 14 #include <linux/backing-dev.h> 31 spin_lock(&nilfs->ns_last_segment_lock); in nilfs_set_last_segment() 32 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment() 33 nilfs->ns_last_seq = seq; in nilfs_set_last_segment() 34 nilfs->ns_last_cno = cno; in nilfs_set_last_segment() 37 if (nilfs->ns_prev_seq == nilfs->ns_last_seq) in nilfs_set_last_segment() 42 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_set_last_segment() 45 spin_unlock(&nilfs->ns_last_segment_lock); in nilfs_set_last_segment() [all …]
|
/linux-6.12.1/fs/cramfs/ |
D | inode.c | 26 #include <linux/mtd/super.h> 37 * cramfs super-block data in memory 52 return sb->s_fs_info; in CRAMFS_SB() 65 #define OFFSET(x) ((x)->i_ino) 69 if (!cino->offset) in cramino() 71 if (!cino->size) in cramino() 76 * cramfs_inode->offset is set to a non zero value for entries in cramino() 79 switch (cino->mode & S_IFMT) { in cramino() 83 return cino->offset << 2; in cramino() 98 return ERR_PTR(-ENOMEM); in get_cramfs_inode() [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 25 * Copyright (c) 2007-2008 Atheros Communications, Inc. 72 return (DIV_ROUND_UP(IEEE80211_MAX_FRAME_LEN, ar->fw.mem_block_size) > in is_mem_full() 73 atomic_read(&ar->mem_free_blocks)); in is_mem_full() 81 atomic_inc(&ar->tx_total_queued); in carl9170_tx_accounting() 84 spin_lock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting() 92 ar->tx_stats[queue].len++; in carl9170_tx_accounting() 93 ar->tx_stats[queue].count++; in carl9170_tx_accounting() 96 for (i = 0; i < ar->hw->queues; i++) { in carl9170_tx_accounting() 97 if (mem_full || ar->tx_stats[i].len >= ar->tx_stats[i].limit) { in carl9170_tx_accounting() 98 ieee80211_stop_queue(ar->hw, i); in carl9170_tx_accounting() [all …]
|
/linux-6.12.1/drivers/watchdog/ |
D | riowd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* riowd.c - driver for hw watchdog inside Super I/O of RIO 23 /* RIO uses the NatSemi Super I/O power management logical device 28 * trigger a power-on reset when the signal is asserted. The BBC 31 * The only Super I/O device register we care about is at index 32 * 0x05 (WDTO_INDEX) which is the watchdog time-out in minutes (1-255). 33 * If set to zero, this disables the watchdog. When set, the system 34 * must periodically (before watchdog expires) clear (set to zero) and 35 * re-set the watchdog else it will trigger. 37 * There are two other indexed watchdog registers inside this Super I/O [all …]
|
/linux-6.12.1/tools/testing/selftests/net/lib/py/ |
D | ynl.py | 1 # SPDX-License-Identifier: GPL-2.0 10 if (KSFT_DIR / "kselftest-list.txt").exists(): 32 # Set schema='' to avoid jsonschema validation, it's slow 36 super().__init__((SPEC_PATH / Path('ethtool.yaml')).as_posix(), 42 super().__init__((SPEC_PATH / Path('rt_link.yaml')).as_posix(), 48 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(),
|
/linux-6.12.1/include/linux/ |
D | sysv_fs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 On Coherent FS, they are always stored in PDP-11 manner: the least 21 /* 0 is non-existent */ 26 /* Xenix super-block data on disk */ 41 char s_fmod; /* super-block modified flag */ 42 char s_ronly; /* flag whether fs is mounted read-only */ 43 __fs32 s_time __packed2__; /* time of last super block update */ 49 char s_clean; /* set to 0x46 when filesystem is properly unmounted */ 66 /* SystemV4 super-block data on disk */ 82 char s_fmod; /* super-block modified flag */ [all …]
|
/linux-6.12.1/fs/autofs/ |
D | dev-ioctl.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 34 return -EINVAL; in check_name() 46 return -EINVAL; in invalid_str() 60 if ((param->ver_major != AUTOFS_DEV_IOCTL_VERSION_MAJOR) || in check_dev_ioctl_version() 61 (param->ver_minor > AUTOFS_DEV_IOCTL_VERSION_MINOR)) { in check_dev_ioctl_version() 66 param->ver_major, param->ver_minor, cmd); in check_dev_ioctl_version() 67 err = -EINVAL; in check_dev_ioctl_version() 71 param->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR; in check_dev_ioctl_version() 72 param->ver_minor = AUTOFS_DEV_IOCTL_VERSION_MINOR; in check_dev_ioctl_version() 87 return ERR_PTR(-EFAULT); in copy_dev_ioctl() [all …]
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | u_uvc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd. 36 * Control descriptors array pointers for full-/high-speed and 37 * super-speed. They point by default to the uvc_fs_control_cls and 45 * Streaming descriptors array pointers for full-speed, high-speed and 46 * super-speed. They will point to the uvc_[fhs]s_streaming_cls arrays 47 * for configfs-based gadgets. Legacy gadgets must initialize them in 54 /* Default control descriptors for configfs-based gadgets. */ 60 * Control descriptors pointers arrays for full-/high-speed and 61 * super-speed. The first element is a configurable control header [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | base.c | 44 head->func->vblank_put(head); in nvkm_disp_vblank_fini() 53 head->func->vblank_get(head); in nvkm_disp_vblank_init() 65 nvkm_event_ntfy(&disp->vblank, head, NVKM_DISP_HEAD_EVENT_VBLANK); in nvkm_disp_vblank() 85 struct nvkm_disp *disp = nvkm_disp(oclass->engine); in nvkm_disp_class_get() 87 oclass->base = disp->func->root; in nvkm_disp_class_get() 98 disp->func->intr(disp); in nvkm_disp_intr() 107 if (disp->func->fini) in nvkm_disp_fini() 108 disp->func->fini(disp, suspend); in nvkm_disp_fini() 110 list_for_each_entry(outp, &disp->outps, head) { in nvkm_disp_fini() 111 if (outp->func->fini) in nvkm_disp_fini() [all …]
|
/linux-6.12.1/drivers/usb/common/ |
D | common.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * compiled-in as well. Otherwise, if either of the two stacks is 30 * usb_ep_type_string() - Returns human readable-name of the endpoint type. 31 * @ep_type: The endpoint type to return human-readable name for. If it's not 71 [USB_SPEED_LOW] = "low-speed", 72 [USB_SPEED_FULL] = "full-speed", 73 [USB_SPEED_HIGH] = "high-speed", 75 [USB_SPEED_SUPER] = "super-speed", 76 [USB_SPEED_SUPER_PLUS] = "super-speed-plus", 81 [USB_SSP_GEN_2x1] = "super-speed-plus-gen2x1", [all …]
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-it87.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * GPIO interface for IT87xx Super I/O chips 9 * gpio-it8761e.c by Denis Turischev 10 * gpio-stmpe.c by Rabin Vincent 49 * struct it87_gpio - it87-specific GPIO chip 54 * @output_base: Super I/O register address for Output Enable register 55 * @simple_base: Super I/O 'Simple I/O' Enable register 56 * @simple_size: Super IO 'Simple I/O' Enable register size; this is 83 return -EBUSY; in superio_enter() 155 spin_lock(&it87_gpio->lock); in it87_gpio_request() [all …]
|
/linux-6.12.1/drivers/md/ |
D | dm-zoned-metadata.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include "dm-zoned.h" 22 * On-disk super block magic. 30 * On disk super block. 35 * (1) Super block (1 block) 54 /* The number of metadata blocks, including this super block */ 72 /* DM-Zoned label */ 75 /* DM-Zoned UUID */ 99 * Chunk mapping table metadata: 512 8-bytes entries per 4KB block. 103 #define DMZ_MAP_ENTRIES_MASK (DMZ_MAP_ENTRIES - 1) [all …]
|
/linux-6.12.1/fs/befs/ |
D | ChangeLog | 1 Version 0.92 (2002-03-29) 5 Version 0.92 (2002-03-27) 12 Version 0.91 (2002-03-26) 17 Version 0.9 (2002-03-14) 25 Version 0.64 (2002-02-07) 41 * Made a debian package of the source for use with kernel-package. [WD] 44 Version 0.63 (2002-01-31) 63 * Makefile fix for independent module when CONFIG_MODVERSION is set in 74 Version 0.61 (2002-01-20) 92 Version 0.6 (2001-12-15) [all …]
|
/linux-6.12.1/fs/reiserfs/ |
D | super.c | 24 #include <linux/backing-dev.h> 42 return !strncmp(rs->s_v1.s_magic, reiserfs_3_5_magic_string, in is_reiserfs_3_5() 48 return !strncmp(rs->s_v1.s_magic, reiserfs_3_6_magic_string, in is_reiserfs_3_6() 54 return !strncmp(rs->s_v1.s_magic, reiserfs_jr_magic_string, in is_reiserfs_jr() 72 * Writeback quota in non-journalled quota case - journalled quota has in reiserfs_sync_fs() 75 dquot_writeback_dquots(s, -1); in reiserfs_sync_fs() 90 s = sbi->s_journal->j_work_sb; in flush_old_commits() 97 if (!down_read_trylock(&s->s_umount)) { in flush_old_commits() 99 spin_lock(&sbi->old_work_lock); in flush_old_commits() 100 if (sbi->work_queued == 1) in flush_old_commits() [all …]
|