函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\clockevents.c Create Date:2022-07-27 11:49:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lockevents_config_and_register - Configure and register a clock event device*@dev: device to register*@freq: The clock frequency*@min_delta: The minimum clock ticks to program in oneshot mode*@max_delta: The maximum clock ticks to program in oneshot mode

函数原型:void clockevents_config_and_register(struct clock_event_device *dev, unsigned int freq, unsigned long min_delta, unsigned long max_delta)

返回类型:void

参数:

类型参数名称
struct clock_event_device *dev
unsigned intfreq
unsigned longmin_delta
unsigned longmax_delta
509  min_delta_ticks等于min_delta
510  max_delta_ticks等于max_delta
511  clockevents_config(dev, freq)
512  lockevents_register_device - register a clock event device*@dev: device to register
调用者
名称描述
setup_APIC_timerSetup the local APIC timer for this CPU. Copy the initialized values* of the boot CPU and register the clock event in the framework.
hpet_legacy_clockevent_register