drivers/staging/media/atomisp/pci/ia_css_mmu_private.h

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/ia_css_mmu_private.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/ia_css_mmu_private.h
Extension
.h
Size
526 bytes
Lines
22
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __IA_CSS_MMU_PRIVATE_H
#define __IA_CSS_MMU_PRIVATE_H

#include "system_local.h"

/*
 * This function sets the L1 pagetable address.
 * After power-up of the ISP the L1 pagetable can be set.
 * Once being set the L1 pagetable is protected against
 * further modifications.
 */
void
sh_css_mmu_set_page_table_base_index(hrt_data base_index);

#endif /* __IA_CSS_MMU_PRIVATE_H */

Annotation

Implementation Notes