drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl_local.h
Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl_local.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/staging/media/atomisp/pci/css_2401_system/host/ibuf_ctrl_local.h- Extension
.h- Size
- 1251 bytes
- Lines
- 52
- 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
ibuf_ctrl_global.hibuf_ctrl_local.h
Detected Declarations
struct ibuf_ctrl_proc_state_sstruct ibuf_ctrl_state_s
Annotated Snippet
struct ibuf_ctrl_proc_state_s {
hrt_data num_items;
hrt_data num_stores;
hrt_data dma_channel;
hrt_data dma_command;
hrt_data ibuf_st_addr;
hrt_data ibuf_stride;
hrt_data ibuf_end_addr;
hrt_data dest_st_addr;
hrt_data dest_stride;
hrt_data dest_end_addr;
hrt_data sync_frame;
hrt_data sync_command;
hrt_data store_command;
hrt_data shift_returned_items;
hrt_data elems_ibuf;
hrt_data elems_dest;
hrt_data cur_stores;
hrt_data cur_acks;
hrt_data cur_s2m_ibuf_addr;
hrt_data cur_dma_ibuf_addr;
hrt_data cur_dma_dest_addr;
hrt_data cur_isp_dest_addr;
hrt_data dma_cmds_send;
hrt_data main_cntrl_state;
hrt_data dma_sync_state;
hrt_data isp_sync_state;
};
struct ibuf_ctrl_state_s {
hrt_data recalc_words;
hrt_data arbiters;
ibuf_ctrl_proc_state_t proc_state[N_STREAM2MMIO_SID_ID];
};
#endif /* __IBUF_CTRL_LOCAL_H_INCLUDED__ */
Annotation
- Immediate include surface: `ibuf_ctrl_global.h`, `ibuf_ctrl_local.h`.
- Detected declarations: `struct ibuf_ctrl_proc_state_s`, `struct ibuf_ctrl_state_s`.
- 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.