drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gp_timer_public.h

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/hive_isp_css_include/host/gp_timer_public.h
Extension
.h
Size
558 bytes
Lines
26
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 __GP_TIMER_PUBLIC_H_INCLUDED__
#define __GP_TIMER_PUBLIC_H_INCLUDED__

#include "system_local.h"

/*! initialize mentioned timer
param ID		timer_id
*/
extern void
gp_timer_init(gp_timer_ID_t ID);

/*! read timer value for (platform selected)selected timer.
param ID		timer_id
 \return uint32_t	32 bit timer value
*/
extern uint32_t
gp_timer_read(gp_timer_ID_t ID);

#endif /* __GP_TIMER_PUBLIC_H_INCLUDED__ */

Annotation

Implementation Notes