| /kernel/linux/linux-5.10/arch/c6x/kernel/ |
| D | traps.c | 106 /* External exceptions */ 108 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 109 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 110 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 111 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 112 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 113 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 114 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 115 { "Oops - external exception", SIGBUS, BUS_ADRERR }, 116 { "Oops - external exception", SIGBUS, BUS_ADRERR }, [all …]
|
| /kernel/linux/linux-5.10/drivers/memory/tegra/ |
| D | Kconfig | 11 bool "NVIDIA Tegra20 External Memory Controller driver" 15 This driver is for the External Memory Controller (EMC) found on 16 Tegra20 chips. The EMC controls the external DRAM on the board. 18 external memory. 21 bool "NVIDIA Tegra30 External Memory Controller driver" 25 This driver is for the External Memory Controller (EMC) found on 26 Tegra30 chips. The EMC controls the external DRAM on the board. 28 external memory. 31 bool "NVIDIA Tegra124 External Memory Controller driver" 35 This driver is for the External Memory Controller (EMC) found on [all …]
|
| /kernel/linux/linux-6.6/drivers/memory/tegra/ |
| D | Kconfig | 14 tristate "NVIDIA Tegra20 External Memory Controller driver" 21 This driver is for the External Memory Controller (EMC) found on 22 Tegra20 chips. The EMC controls the external DRAM on the board. 24 external memory. 27 tristate "NVIDIA Tegra30 External Memory Controller driver" 33 This driver is for the External Memory Controller (EMC) found on 34 Tegra30 chips. The EMC controls the external DRAM on the board. 36 external memory. 39 tristate "NVIDIA Tegra124 External Memory Controller driver" 45 This driver is for the External Memory Controller (EMC) found on [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/stable/ |
| D | sysfs-driver-firmware-zynqmp | 126 temperature and external watchdog. Here, the external watchdog 127 is completely different than the /dev/watchdog as the external 129 the health of firmware not APU(Linux). Also, the external 138 the external watchdog feature. 140 external watchdog feature. 158 Select external watchdog config ID to enable/disable feature 161 Check external watchdog config ID is selected or not 165 Select external watchdog config ID to configure time interval 168 Check external watchdog config ID is selected or not 183 external watchdog. Here, the external watchdog is completely [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | starfive,jh7110-syscrg.yaml | 24 - description: External I2S TX bit clock 25 - description: External I2S TX left/right channel clock 26 - description: External I2S RX bit clock 27 - description: External I2S RX left/right channel clock 28 - description: External TDM clock 29 - description: External audio master clock 38 - description: External I2S TX bit clock 39 - description: External I2S TX left/right channel clock 40 - description: External I2S RX bit clock 41 - description: External I2S RX left/right channel clock [all …]
|
| D | samsung,exynos850-clock.yaml | 20 two external clocks:: OSCCLK (26 MHz) and RTCCLK (32768 Hz). Those external 71 - description: External reference clock (26 MHz) 87 - description: External reference clock (26 MHz) 105 - description: External reference clock (26 MHz) 123 - description: External reference clock (26 MHz) 141 - description: External reference clock (26 MHz) 165 - description: External reference clock (26 MHz) 183 - description: External reference clock (26 MHz) 201 - description: External reference clock (26 MHz) 202 - description: External RTC clock (32768 Hz) [all …]
|
| D | samsung,exynosautov9-clock.yaml | 20 two external clocks:: OSCCLK/XTCXO (26 MHz) and RTCCLK/XrtcXTI (32768 Hz). 21 The external OSCCLK must be defined as fixed-rate clock in dts. 70 - description: External reference clock (26 MHz) 86 - description: External reference clock (26 MHz) 104 - description: External reference clock (26 MHz) 122 - description: External reference clock (26 MHz) 142 - description: External reference clock (26 MHz) 164 - description: External reference clock (26 MHz) 186 - description: External reference clock (26 MHz) 206 - description: External reference clock (26 MHz) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | xilinx-xadc.txt | 25 - xlnx,external-mux: 26 * "none": No external multiplexer is used, this is the default 28 * "single": External multiplexer mode is used with one 30 * "dual": External multiplexer mode is used with two 32 - xlnx,external-mux-channel: Configures which pair of pins is used to 33 sample data in external mux mode. 34 Valid values for single external multiplexer mode are: 40 Valid values for dual external multiplexer mode are: 47 external multiplexer mode (either single or dual). If the device is 48 not using external multiplexer mode the property is ignored. [all …]
|
| D | at91_adc.txt | 23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers 43 * trigger-external: Is the trigger an external trigger? 56 atmel,adc-use-external-triggers; 63 trigger-name = "external-rising"; 65 trigger-external; 68 trigger-name = "external-falling"; 70 trigger-external; 74 trigger-name = "external-any"; 76 trigger-external;
|
| /kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
| D | fsl_85xx_cache_ctlr.h | 40 u32 ewar0; /* 0x010 - External write address 0 */ 41 u32 ewarea0; /* 0x014 - External write address extended 0 */ 42 u32 ewcr0; /* 0x018 - External write ctrl */ 44 u32 ewar1; /* 0x020 - External write address 1 */ 45 u32 ewarea1; /* 0x024 - External write address extended 1 */ 46 u32 ewcr1; /* 0x028 - External write ctrl 1 */ 48 u32 ewar2; /* 0x030 - External write address 2 */ 49 u32 ewarea2; /* 0x034 - External write address extended 2 */ 50 u32 ewcr2; /* 0x038 - External write ctrl 2 */ 52 u32 ewar3; /* 0x040 - External write address 3 */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | davinci-vpbe.rst | 18 Loads up VENC, OSD and external encoders such as ths8200. It provides 20 in the VENC or external sub devices. It also provides 22 using sub device ops. The connection of external encoders to VENC LCD 27 When connected to an external encoder, vpbe controller is also responsible 28 for setting up the interface between VENC and external encoders based on 30 interfacing external encoders such as ths8200. The setup_if_config() 33 patch series, the interconnection and enabling and setting of the external 39 setting timings at LCD controller port when external encoders are connected 40 at the port or LCD panel timings required. When external encoder/LCD panel 52 support for external encoders and displays forms a part of the next
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | modules.rst | 2 Building External Modules 10 === 2 How to Build External Modules 15 === 3. Creating a Kbuild File for an External Module 29 --- 6.2 Symbols and External Modules 30 --- 6.3 Symbols From Another External Module 47 in building out-of-tree (or "external") modules. The author of an 48 external module should supply a makefile that hides most of the 54 2. How to Build External Modules 57 To build external modules, you must have a prebuilt kernel available 66 building external modules. [all …]
|
| /kernel/linux/linux-6.6/Documentation/kbuild/ |
| D | modules.rst | 2 Building External Modules 10 === 2 How to Build External Modules 15 === 3. Creating a Kbuild File for an External Module 29 --- 6.2 Symbols and External Modules 30 --- 6.3 Symbols From Another External Module 47 in building out-of-tree (or "external") modules. The author of an 48 external module should supply a makefile that hides most of the 54 2. How to Build External Modules 57 To build external modules, you must have a prebuilt kernel available 66 building external modules. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | xilinx-xadc.txt | 37 - xlnx,external-mux: 38 * "none": No external multiplexer is used, this is the default 40 * "single": External multiplexer mode is used with one 42 * "dual": External multiplexer mode is used with two 44 - xlnx,external-mux-channel: Configures which pair of pins is used to 45 sample data in external mux mode. 46 Valid values for single external multiplexer mode are: 52 Valid values for dual external multiplexer mode are: 59 external multiplexer mode (either single or dual). If the device is 60 not using external multiplexer mode the property is ignored. [all …]
|
| /kernel/linux/linux-6.6/fs/hpfs/ |
| D | anode.c | 38 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup() 39 … le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup() 40 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup() 47 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup() 48 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup() 49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup() 54 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); in hpfs_bplus_lookup() 98 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree() 100 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree() 105 …s_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.ex… in hpfs_add_sector_to_btree() [all …]
|
| /kernel/linux/linux-5.10/fs/hpfs/ |
| D | anode.c | 38 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup() 39 … le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup() 40 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup() 47 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup() 48 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup() 49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup() 54 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); in hpfs_bplus_lookup() 98 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree() 100 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree() 105 …s_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.ex… in hpfs_add_sector_to_btree() [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | extcon.h | 3 * External Connector (extcon) framework 24 * Define the type of supported external connectors 33 * Define the unique id of supported external connectors 37 /* USB external connector */ 42 * Charging external connector 62 /* Jack external connector */ 72 /* Display external connector */ 82 /* Miscellaneous external connector */ 90 * Define the properties of supported external connectors. 172 * Following APIs get the connected state of each external connector. [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | extcon.h | 3 * External Connector (extcon) framework 24 * Define the type of supported external connectors 33 * Define the unique id of supported external connectors 37 /* USB external connector */ 42 * Charging external connector 62 /* Jack external connector */ 72 /* Display external connector */ 82 /* Miscellaneous external connector */ 90 * Define the properties of supported external connectors. 172 * Following APIs get the connected state of each external connector. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | samsung-pinctrl.txt | 33 - First base address is for GPAx and GPF[1-5] external interrupt 117 External GPIO and Wakeup Interrupts: 119 The controller supports two types of external interrupts over gpio. The first 120 is the external gpio interrupt and second is the external wakeup interrupts. 121 The difference between the two is that the external wakeup interrupts can be 124 A. External GPIO Interrupts: For supporting external gpio interrupts, the 135 - First Cell: represents the external gpio interrupt number local to the 136 external gpio interrupt space of the controller. 144 B. External Wakeup Interrupts: For supporting external wakeup interrupts, a 145 child node representing the external wakeup interrupt controller should be [all …]
|
| /kernel/linux/linux-6.6/drivers/extcon/ |
| D | extcon.c | 3 * drivers/extcon/extcon.c - External Connector (extcon) framework. 44 /* USB external connector */ 56 /* Charging external connector */ 98 /* Jack external connector */ 140 /* Display external connector */ 182 /* Miscellaneous external connector */ 203 * struct extcon_cable - An internal data for an external connector. 420 * extcon_sync() - Synchronize the state for an external connector. 422 * @id: the unique id indicating an external connector 425 * the state and property of an external connector. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | microchip,pic32-evic.txt | 5 It handles all internal and external interrupts. This controller exists outside 9 External interrupts have a software configurable edge polarity. Non external 28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use 33 - microchip,external-irqs: u32 array of external interrupts with software 45 microchip,external-irqs = <3 8 13 18 23>; 60 External interrupt DTS snippet
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | microchip,pic32-evic.txt | 5 It handles all internal and external interrupts. This controller exists outside 9 External interrupts have a software configurable edge polarity. Non external 28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use 33 - microchip,external-irqs: u32 array of external interrupts with software 45 microchip,external-irqs = <3 8 13 18 23>; 60 External interrupt DTS snippet
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | fsr-2level.c | 11 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 13 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 15 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 17 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 19 { do_bad, SIGBUS, 0, "external abort on translation" }, 21 { do_bad, SIGBUS, 0, "external abort on translation" }, 34 { do_bad, SIGBUS, BUS_OBJERR, "imprecise external abort" }, /* xscale */ 55 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 59 { do_bad, SIGBUS, 0, "external abort on translation" }, 61 { do_bad, SIGBUS, 0, "external abort on translation" },
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| D | fsr-2level.c | 11 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 13 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 15 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 17 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 19 { do_bad, SIGBUS, 0, "external abort on translation" }, 21 { do_bad, SIGBUS, 0, "external abort on translation" }, 34 { do_bad, SIGBUS, BUS_OBJERR, "imprecise external abort" }, /* xscale */ 55 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 59 { do_bad, SIGBUS, 0, "external abort on translation" }, 61 { do_bad, SIGBUS, 0, "external abort on translation" },
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | samsung,pinctrl.yaml | 22 - External GPIO interrupts (see interrupts property in pin controller node); 24 - External wake-up interrupts - multiplexed (capable of waking up the system 25 see interrupts property in external wake-up interrupt controller node - 28 - External wake-up interrupts - direct (capable of waking up the system, see 29 interrupts property in every bank of pin controller with external wake-up 60 Required for GPIO banks supporting external GPIO interrupts. 155 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 185 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 235 /* Pin bank with external GPIO or muxed external wake-up interrupts */ 243 /* Pin bank without external interrupts */ [all …]
|