drivers/staging/media/atomisp/pci/sh_css_legacy.h
Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/sh_css_legacy.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/staging/media/atomisp/pci/sh_css_legacy.h- Extension
.h- Size
- 1455 bytes
- Lines
- 62
- 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
type_support.hia_css_err.hia_css_types.hia_css_frame_public.hia_css_pipe_public.hia_css_stream_public.h
Detected Declarations
struct ia_css_pipe_extra_configenum ia_css_pipe_id
Annotated Snippet
struct ia_css_pipe_extra_config {
bool enable_raw_binning;
bool enable_yuv_ds;
bool enable_high_speed;
bool enable_dvs_6axis;
bool enable_reduced_pipe;
bool enable_fractional_ds;
bool disable_vf_pp;
};
int
ia_css_pipe_create_extra(const struct ia_css_pipe_config *config,
const struct ia_css_pipe_extra_config *extra_config,
struct ia_css_pipe **pipe);
void
ia_css_pipe_extra_config_defaults(struct ia_css_pipe_extra_config
*extra_config);
int
ia_css_temp_pipe_to_pipe_id(const struct ia_css_pipe *pipe,
enum ia_css_pipe_id *pipe_id);
/* DEPRECATED. FPN is not supported. */
int
sh_css_set_black_frame(struct ia_css_stream *stream,
const struct ia_css_frame *raw_black_frame);
/* ISP2400 */
void
sh_css_enable_cont_capt(bool enable, bool stop_copy_preview);
#endif /* _SH_CSS_LEGACY_H_ */
Annotation
- Immediate include surface: `type_support.h`, `ia_css_err.h`, `ia_css_types.h`, `ia_css_frame_public.h`, `ia_css_pipe_public.h`, `ia_css_stream_public.h`.
- Detected declarations: `struct ia_css_pipe_extra_config`, `enum ia_css_pipe_id`.
- 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.