Searched full:independent (Results 1 – 25 of 905) sorted by relevance
12345678910>>...37
/linux-5.10/drivers/video/backlight/ |
D | adp8870_bl.c | 30 #define ADP8870_BLSEL 0x05 /* Sink enable backlight or independent */ 45 #define ADP8870_ISCLAW 0x1A /* Independent sink current fade law register */ 46 #define ADP8870_ISCC 0x1B /* Independent sink current control register */ 47 #define ADP8870_ISCT1 0x1C /* Independent Sink Current Timer Register LED[7:5] */ 48 #define ADP8870_ISCT2 0x1D /* Independent Sink Current Timer Register LED[4:1] */ 49 #define ADP8870_ISCF 0x1E /* Independent sink current fade register */ 50 #define ADP8870_ISC1 0x1F /* Independent Sink Current LED1 */ 51 #define ADP8870_ISC2 0x20 /* Independent Sink Current LED2 */ 52 #define ADP8870_ISC3 0x21 /* Independent Sink Current LED3 */ 53 #define ADP8870_ISC4 0x22 /* Independent Sink Current LED4 */ [all …]
|
D | adp8860_bl.c | 29 #define ADP8860_BLSEN 0x05 /* Sink enable backlight or independent */ 39 #define ADP8860_ISCFR 0x0F /* Independent sink current fade control register */ 40 #define ADP8860_ISCC 0x10 /* Independent sink current control register */ 41 #define ADP8860_ISCT1 0x11 /* Independent Sink Current Timer Register LED[7:5] */ 42 #define ADP8860_ISCT2 0x12 /* Independent Sink Current Timer Register LED[4:1] */ 43 #define ADP8860_ISCF 0x13 /* Independent sink current fade register */ 44 #define ADP8860_ISC7 0x14 /* Independent Sink Current LED7 */ 45 #define ADP8860_ISC6 0x15 /* Independent Sink Current LED6 */ 46 #define ADP8860_ISC5 0x16 /* Independent Sink Current LED5 */ 47 #define ADP8860_ISC4 0x17 /* Independent Sink Current LED4 */ [all …]
|
/linux-5.10/include/linux/ |
D | swapops.h | 27 * Store a type+offset into a swp_entry_t in an arch-independent format 39 * arch-independent format 48 * arch-independent format 63 * arch-independent swp_entry_t. 78 * Convert the arch-independent representation of a swp_entry_t into the
|
/linux-5.10/tools/memory-model/litmus-tests/ |
D | IRIW+poonceonces+OnceOnce.litmus | 6 * Test of independent reads from independent writes with nothing
|
D | IRIW+fencembonceonces+OnceOnce.litmus | 6 * Test of independent reads from independent writes with smp_mb()
|
D | README | 24 Test of independent reads from independent writes with smp_mb() 32 Test of independent reads from independent writes with nothing
|
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | lpc1850-cgu.txt | 3 The CGU generates multiple independent clocks for the core and the 4 peripheral blocks of the LPC18xx. Each independent clock is called 12 stages. Each output stage provides an independent clock source and
|
/linux-5.10/Documentation/fb/ |
D | internals.rst | 25 Device independent unchangeable information about a frame buffer device and 31 Device independent changeable information about a frame buffer device and a 38 Device independent colormap information. You can get and set the colormap
|
/linux-5.10/Documentation/devicetree/bindings/net/ |
D | xilinx_gmii2rgmii.txt | 4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media 5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
|
D | ti,cpsw-switch.yaml | 16 gigabit media independent interface (GMII),reduced gigabit media 17 independent interface (RGMII), reduced media independent interface (RMII),
|
D | ti,dp83867.yaml | 24 IEEE 802.3 Standard Media Independent Interface (MII), the IEEE 802.3 Gigabit 25 Media Independent Interface (GMII) or Reduced GMII (RGMII).
|
/linux-5.10/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 1965 * dependent or mode independent memory. Each mode has 96 bytes, 1967 * Mode Independent memory (four 32 byte pages 3-7). Note that mode 1969 * independent scratch memory, pages 0-3. 1972 * - 259 bytes of mode independent scratch, common to modes 0-15. 1975 * divided into mode dependent and mode independent scratch with this 1977 * pages (160 bytes) of mode independent scratch and 3 pages of 1979 * 0-2 dependent scratch overlap with pages 0-2 of mode independent 2000 * Mode Independent Scratch Pages 0-2 2002 * Mode Independent Scratch Page 3 2003 * A80h-AFFh Mode Independent Scratch Pages 4-7 [all …]
|
D | aic94xx_seq.c | 425 * asd_init_cseq_mip - initialize CSEQ mode independent pages 4-7 430 /* CSEQ Mode Independent, page 4 setup. */ in asd_init_cseq_mip() 452 /* CSEQ Mode independent, page 5 setup. */ in asd_init_cseq_mip() 464 /* CSEQ Mode independent, page 6 setup. */ in asd_init_cseq_mip() 487 /* CSEQ Mode independent, page 7 setup. */ in asd_init_cseq_mip() 574 * independent and dependent scratch page to the default settings. 583 * asd_init_lseq_mip -- initialize LSEQ Mode independent pages 0-3 591 /* LSEQ Mode independent page 0 setup. */ in asd_init_lseq_mip() 607 /* LSEQ Mode independent page 1 setup. */ in asd_init_lseq_mip() 623 /* LSEQ Mode Independent page 2 setup. */ in asd_init_lseq_mip() [all …]
|
/linux-5.10/Documentation/netlabel/ |
D | introduction.rst | 45 independent interface to the underlying NetLabel protocol engines. In addition 47 LSM independent which should allow multiple LSMs to leverage the same code
|
/linux-5.10/tools/testing/selftests/timers/ |
D | threadtest.c | 100 /* Each independent thread fills in its own 145 printf("using independent threads\n"); in main() 151 printf(" -i: use independent threads\n"); in main()
|
/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | marvell,xenon-sdhci.txt | 6 Each SDHC is independent and owns independent resources, such as register sets, 8 Each SDHC should have an independent device tree node.
|
/linux-5.10/drivers/perf/ |
D | Kconfig | 25 CCI-400 provides 4 independent event counters counting events related 33 CCI-500/CCI-550 both provide 8 independent event counters, which can
|
/linux-5.10/include/acpi/ |
D | acpiosxf.h | 264 * Platform and hardware-independent I/O interfaces 275 * Platform and hardware-independent physical memory interfaces 290 * Platform and hardware-independent PCI configuration space access
|
/linux-5.10/Documentation/crypto/ |
D | descore-readme.rst | 60 this code (byte-order independent): 127 to use only 128k. his tables and code are machine independent. 136 the tables used seem to be machine-independent; 158 machine-independent. 213 independent approach. however, there are always some portability 395 ALL generated tables are machine independent.
|
/linux-5.10/Documentation/admin-guide/perf/ |
D | hisi-pmu.rst | 5 The HiSilicon SoC chip includes various independent system device PMUs 7 independent and have hardware logic to gather statistics and performance
|
/linux-5.10/drivers/watchdog/ |
D | stm32_iwdg.c | 3 * Driver for STM32 Independent Watchdog 209 .identity = "STM32 Independent Watchdog", 302 MODULE_DESCRIPTION("STMicroelectronics STM32 Independent Watchdog Driver");
|
/linux-5.10/arch/mips/include/asm/ |
D | bootinfo.h | 139 * This function provides a platform independent API to get a pointer to the 157 * This function provides a platform-independent API to set platform's
|
/linux-5.10/Documentation/driver-api/media/ |
D | dtv-demux.rst | 10 registering low-level, hardware specific driver to a hardware independent 57 registered and used independent of each other. As an example, it is possible
|
/linux-5.10/arch/mips/sibyte/bcm1480/ |
D | smp.c | 22 * independent of board/firmware 60 * independent of board/firmware
|
/linux-5.10/Documentation/infiniband/ |
D | opa_vnic.rst | 20 an independent Ethernet network. The configuration is performed by an 105 independent component. 121 The OPA VNIC module implements the HW independent VNIC functionality.
|
12345678910>>...37