drivers/staging/media/atomisp/pci/hive_isp_css_common/timed_ctrl_global.h
Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/hive_isp_css_common/timed_ctrl_global.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/staging/media/atomisp/pci/hive_isp_css_common/timed_ctrl_global.h- Extension
.h- Size
- 2112 bytes
- Lines
- 47
- Domain
- Driver Families
- Bucket
- drivers/staging
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
Dependency Surface
timed_controller_defs.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __TIMED_CTRL_GLOBAL_H_INCLUDED__
#define __TIMED_CTRL_GLOBAL_H_INCLUDED__
#define IS_TIMED_CTRL_VERSION_1
#include "timed_controller_defs.h"
/**
* Order of the input bits for the timed controller taken from
* ISP_CSS_2401 System Architecture Description valid for
* 2400, 2401.
*
* Check for other systems.
*/
#define HIVE_TIMED_CTRL_GPIO_PIN_0_BIT_ID 0
#define HIVE_TIMED_CTRL_GPIO_PIN_1_BIT_ID 1
#define HIVE_TIMED_CTRL_GPIO_PIN_2_BIT_ID 2
#define HIVE_TIMED_CTRL_GPIO_PIN_3_BIT_ID 3
#define HIVE_TIMED_CTRL_GPIO_PIN_4_BIT_ID 4
#define HIVE_TIMED_CTRL_GPIO_PIN_5_BIT_ID 5
#define HIVE_TIMED_CTRL_GPIO_PIN_6_BIT_ID 6
#define HIVE_TIMED_CTRL_GPIO_PIN_7_BIT_ID 7
#define HIVE_TIMED_CTRL_GPIO_PIN_8_BIT_ID 8
#define HIVE_TIMED_CTRL_GPIO_PIN_9_BIT_ID 9
#define HIVE_TIMED_CTRL_GPIO_PIN_10_BIT_ID 10
#define HIVE_TIMED_CTRL_GPIO_PIN_11_BIT_ID 11
#define HIVE_TIMED_CTRL_IRQ_SP_BIT_ID 12
#define HIVE_TIMED_CTRL_IRQ_ISP_BIT_ID 13
#define HIVE_TIMED_CTRL_IRQ_INPUT_SYSTEM_BIT_ID 14
#define HIVE_TIMED_CTRL_IRQ_INPUT_SELECTOR_BIT_ID 15
#define HIVE_TIMED_CTRL_IRQ_IF_BLOCK_BIT_ID 16
#define HIVE_TIMED_CTRL_IRQ_GP_TIMER_0_BIT_ID 17
#define HIVE_TIMED_CTRL_IRQ_GP_TIMER_1_BIT_ID 18
#define HIVE_TIMED_CTRL_CSI_SOL_BIT_ID 19
#define HIVE_TIMED_CTRL_CSI_EOL_BIT_ID 20
#define HIVE_TIMED_CTRL_CSI_SOF_BIT_ID 21
#define HIVE_TIMED_CTRL_CSI_EOF_BIT_ID 22
#define HIVE_TIMED_CTRL_IRQ_IS_STREAMING_MONITOR_BIT_ID 23
#endif /* __TIMED_CTRL_GLOBAL_H_INCLUDED__ */
Annotation
- Immediate include surface: `timed_controller_defs.h`.
- Atlas domain: Driver Families / drivers/staging.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.