/linux-6.12.1/Documentation/hwmon/ |
D | lm90.rst | 12 Datasheet: Publicly available at the National Semiconductor website 20 Datasheet: Publicly available at the National Semiconductor website 30 Datasheet: Publicly available at the National Semiconductor website 40 Datasheet: Publicly available at the National Semiconductor website 50 Datasheet: Publicly available at the National Semiconductor website 60 Datasheet: Publicly available at the Analog Devices website 68 Datasheet: Publicly available at the Analog Devices website 76 Datasheet: Publicly available at the Analog Devices website 84 Datasheet: Publicly available at the ON Semiconductor website 94 Datasheet: Publicly available at the ON Semiconductor website [all …]
|
D | isl68137.rst | 14 Publicly available at the Renesas website 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
D | it87.rst | 12 Datasheet: Not publicly available 26 Datasheet: Not publicly available 34 Datasheet: Once publicly available at the ITE website, but no longer 42 Datasheet: Once publicly available at the ITE website, but no longer 50 Datasheet: Once publicly available at the ITE website, but no longer 58 Datasheet: Once publicly available at the ITE website, but no longer 66 Datasheet: Not publicly available 74 Datasheet: Not publicly available 82 Datasheet: Not publicly available 90 Datasheet: Not publicly available [all …]
|
D | lm75.rst | 12 Datasheet: Publicly available at the National Semiconductor website 22 Datasheet: Publicly available at the National Semiconductor website 32 Datasheet: Publicly available at the Maxim website 42 Datasheet: Publicly available at the Maxim website 52 Datasheet: Publicly available at the Microchip website 62 Datasheet: Publicly available at the Microchip website 72 Datasheet: Publicly available at the Analog Devices website 82 Datasheet: Publicly available at the ST website 92 Datasheet: Publicly available at the ST website 102 Datasheet: Publicly available at the Texas Instruments website [all …]
|
D | f71882fg.rst | 28 Datasheet: Available from the Fintek website 36 Datasheet: Available from the Fintek website 44 Datasheet: Available from the Fintek website 60 Datasheet: Available from the Fintek website 68 Datasheet: Available from the Fintek website 76 Datasheet: Should become available on the Fintek website soon 84 Datasheet: Should become available on the Fintek website soon 113 Datasheet: Available from the Fintek website 172 chips, and some modes may only be available in RPM / PWM mode. 178 available on the F71858FG / F8000 if the fan channel is in RPM mode. [all …]
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | elf_hwcaps.rst | 13 Some hardware or software features are only available on some CPU 15 discovery mechanism available to userspace code. The kernel exposes the 50 whether this class is available to be used, but the specifics depend on the 51 ISA version. For example, if the VSX facility is available, the VSX 84 Vector (aka Altivec, VMX) facility is available. 87 Floating point facility is available. 102 Signal Processing Engine facility is available. 105 Embedded Floating Point single precision operations are available. 108 Embedded Floating Point double precision operations are available. 111 The timebase facility (mftb instruction) is not available. [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-hisi-hpre | 5 Only available for PF. 12 Only available for PF. 21 Only available for PF. 28 Only available for PF. 44 Only available for PF. 50 Available for PF and VF in host. VF in guest currently only 58 Only available for PF. 67 Only available for PF. 74 Available for both PF and VF, and take no other effect on HPRE. 80 Available for both PF and VF, and take no other effect on HPRE. [all …]
|
D | debugfs-hisi-zip | 5 Only available for PF. 11 Only available for PF. 20 Only available for PF. 27 Only available for PF. 43 Available for PF and VF in host. VF in guest currently only 51 Only available for PF. 60 Only available for PF. 67 Available for both PF and VF, and take no other effect on ZIP. 73 Available for both PF and VF, and take no other effect on ZIP. 79 Available for both PF and VF, and take no other effect on ZIP. [all …]
|
D | debugfs-hisi-sec | 7 Only available for PF, and take no other effect on SEC. 15 Only available for PF. 31 Available for PF and VF in host. VF in guest currently only 39 Only available for PF. 47 Only available for PF, and take no other effect on SEC. 54 Available for both PF and VF, and take no other effect on SEC. 60 Available for both PF and VF, and take no other effect on SEC. 66 Available for both PF and VF, and take no other effect on SEC. 72 Available for both PF and VF, and take no other effect on SEC. 78 Available for both PF and VF, and take no other effect on SEC. [all …]
|
D | debugfs-driver-genwqe | 10 Only available for PF. 16 Only available for PF. 22 Only available for PF. 28 Only available for PF. 35 Only available for PF. 41 Only available for PF. 47 Only available for PF. 53 Only available for PF. 73 The timeout depends on the max number of available cards 79 Only available for PF. [all …]
|
D | sysfs-kernel-slab | 51 Available when CONFIG_SLUB_STATS is enabled. 63 Available when CONFIG_SLUB_STATS is enabled. 72 was empty but there were objects available as the result of 74 Available when CONFIG_SLUB_STATS is enabled. 85 Available when CONFIG_SLUB_STATS is enabled. 97 Available when CONFIG_SLUB_STATS is enabled. 107 Available when CONFIG_ZONE_DMA is enabled. 129 Available when CONFIG_SLUB_STATS is enabled. 149 Available when CONFIG_SLUB_STATS is enabled. 159 Available when CONFIG_SLUB_STATS is enabled. [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | commonring.c | 70 u16 available; in brcmf_commonring_write_available() local 75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available() 78 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available() 80 if (available > 1) { in brcmf_commonring_write_available() 83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available() 111 u16 available; in brcmf_commonring_reserve_for_write() local 116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write() 119 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write() 121 if (available > 1) { in brcmf_commonring_reserve_for_write() 147 u16 available; in brcmf_commonring_reserve_for_write_multiple() local [all …]
|
/linux-6.12.1/include/linux/ |
D | turris-omnia-mcu-interface.h | 37 /* available if FEATURES_SUPPORTED bit set in status word */ 40 /* available if EXT_CMD bit set in features */ 45 /* available if NEW_INT_API bit set in features */ 50 /* available if FLASHING bit set in features */ 53 /* available if WDT_PING bit set in features */ 57 /* available if POWEROFF_WAKEUP bit set in features */ 62 /* available if USB_OVC_PROT_SETTING bit set in features */ 66 /* available if TRNG bit set in features */ 69 /* available if CRYPTO bit set in features */ 74 /* available if BOARD_INFO it set in features */ [all …]
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | elf_64.h | 76 #define AV_SPARC_V8PLUS 0x00000800 /* v9 insn available to 32bit */ 78 #define AV_SPARC_VIS 0x00002000 /* VIS insns available */ 79 #define AV_SPARC_VIS2 0x00004000 /* VIS2 insns available */ 80 #define AV_SPARC_ASI_BLK_INIT 0x00008000 /* block init ASIs available */ 82 #define AV_SPARC_VIS3 0x00020000 /* VIS3 insns available */ 83 #define AV_SPARC_HPC 0x00040000 /* HPC insns available */ 84 #define AV_SPARC_RANDOM 0x00080000 /* 'random' insn available */ 85 #define AV_SPARC_TRANS 0x00100000 /* transaction insns available */ 89 0x00800000 /* cache sparing ASIs available */ 90 #define AV_SPARC_PAUSE 0x01000000 /* PAUSE available */ [all …]
|
/linux-6.12.1/tools/testing/selftests/ |
D | run_kselftest.sh | 11 available="" 13 available="$(cat "$TESTS")" 27 -l | --list List the available collection:test entries 56 echo "$available" 79 found="$(echo "$available" | grep "^$collection:")" 87 # Replace available test list with explicitly selected tests. 91 found="$(echo "$available" | grep "^${test}$")" 98 available="$(echo "$valid" | sed -e 's/ /\n/g')" 101 collections=$(echo "$available" | cut -d: -f1 | sort | uniq) 104 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 188 u32 available; in load_HRT() local 196 available = 1024; in load_HRT() 199 temp_dword = available; in load_HRT() 226 u32 available; in store_HRT() local 236 available = 1024; in store_HRT() 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() [all …]
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | kvm.h | 314 /* Available with KVM_CAP_INTERNAL_ERROR_DATA: */ 668 * Check if a kvm extension is available. Argument is extension number, 1003 * Available with KVM_CAP_IRQFD_RESAMPLE 1052 /* Available with KVM_CAP_ONE_REG */ 1109 * Device control API, available with KVM_CAP_DEVICE_CTRL 1211 /* Available with KVM_CAP_PIT_STATE2 */ 1214 /* Available with KVM_CAP_PPC_GET_PVINFO */ 1216 /* Available with KVM_CAP_TSC_CONTROL for a vCPU, or with 1220 /* Available with KVM_CAP_SIGNAL_MSI */ 1222 /* Available with KVM_CAP_PPC_GET_SMMU_INFO */ [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | kvm.h | 314 /* Available with KVM_CAP_INTERNAL_ERROR_DATA: */ 668 * Check if a kvm extension is available. Argument is extension number, 1003 * Available with KVM_CAP_IRQFD_RESAMPLE 1052 /* Available with KVM_CAP_ONE_REG */ 1109 * Device control API, available with KVM_CAP_DEVICE_CTRL 1211 /* Available with KVM_CAP_PIT_STATE2 */ 1214 /* Available with KVM_CAP_PPC_GET_PVINFO */ 1216 /* Available with KVM_CAP_TSC_CONTROL for a vCPU, or with 1220 /* Available with KVM_CAP_SIGNAL_MSI */ 1222 /* Available with KVM_CAP_PPC_GET_SMMU_INFO */ [all …]
|
/linux-6.12.1/drivers/hv/ |
D | hv_trace_balloon.h | 10 TP_PROTO(u64 available, u64 committed, 15 TP_ARGS(available, committed, vm_memory_committed, 18 __field(u64, available) 26 __entry->available = available; 33 TP_printk("available %lld, committed %lld; vm_memory_committed %ld;" 35 __entry->available, __entry->committed,
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | as102_fe_types.h | 24 /* constellation available values */ 30 /* hierarchy available values */ 37 /* interleaving available values */ 42 /* code rate available values */ 50 /* guard interval available values */ 57 /* transmission mode available values */ 63 /* DVBH signalling available values */ 67 /* tune state available */ 76 /* available TS FID filter types */ 81 /* number of echos available */
|
/linux-6.12.1/fs/ubifs/ |
D | budget.c | 109 * as not available); 178 * The index head is not available for the in-the-gaps method, so add an in ubifs_calc_min_idx_lebs() 188 * ubifs_calc_available - calculate available FS space. 192 * This function calculates and returns amount of FS space available for use. 197 long long available; in ubifs_calc_available() local 199 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available() 202 * Now 'available' contains theoretically available flash space in ubifs_calc_available() 220 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available() 222 /* Subtract the dead space which is not available for use */ in ubifs_calc_available() 223 available -= c->lst.total_dead; in ubifs_calc_available() [all …]
|
/linux-6.12.1/arch/s390/crypto/ |
D | Kconfig | 15 It is available with IBM z13 or later. 26 It is available as of z10. 37 It is available as of z990. 48 It is available as of z9. 59 It is available as of z14. 70 It is available as of z14. 81 It is available as of z196. 133 It is available as of z13.
|
/linux-6.12.1/Documentation/i2c/busses/ |
D | i2c-viapro.rst | 7 Datasheet: Sometimes available at the VIA website 10 Datasheet: Sometimes available at the VIA website 13 Datasheet: available on request from VIA 16 Datasheet: available on request and under NDA from VIA 19 Datasheet: available on request and under NDA from VIA 22 Datasheet: available on http://linux.via.com.tw 25 Datasheet: available on http://linux.via.com.tw 28 Datasheet: available on http://linux.via.com.tw
|
/linux-6.12.1/Documentation/RCU/ |
D | RTFP.txt | 317 ,note="Available: 437 ,note="Available: 580 ,note="Available: 598 ,note="Available: 613 ,note="Available: 643 ,note="Available: 658 ,note="Available: 671 ,note="Available: 685 ,note="Available: 697 ,note="Available: [all …]
|
/linux-6.12.1/kernel/irq/ |
D | matrix.c | 12 unsigned int available; member 91 cm->available = m->alloc_size; in irq_matrix_online() 92 cm->available -= cm->managed + m->systembits_inalloc; in irq_matrix_online() 95 m->global_available += cm->available; in irq_matrix_online() 109 /* Update the global available size */ in irq_matrix_offline() 110 m->global_available -= cm->available; in irq_matrix_offline() 146 if (!cm->online || cm->available <= maxavl) in matrix_find_best_cpu() 150 maxavl = cm->available; in matrix_find_best_cpu() 229 cm->available--; in irq_matrix_reserve_managed() 279 cm->available++; in irq_matrix_remove_managed() [all …]
|