函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\hpet.c Create Date:2022-07-27 09:42:07
Last Modify:2020-03-16 21:38:50 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:hpet_init_clockevent

函数原型:static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating)

返回类型:void

参数:

类型参数名称
struct hpet_channel *hc
unsigned intrating
398  evt等于evt
400  rating等于rating
401  irq等于irq
402  name等于name
403  cpumask等于cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(cpu)
404  set_state_oneshot等于hpet_clkevt_set_state_oneshot
405  set_next_event等于hpet_clkevt_set_next_event
406  set_state_shutdown等于hpet_clkevt_set_state_shutdown
408  features等于CLOCK_EVT_FEAT_ONESHOT
409  如果boot_cfg按位与HPET_TN_PERIODIC
410  features或等于CLOCK_EVT_FEAT_PERIODIC
411  set_state_periodic等于hpet_clkevt_set_state_periodic
调用者
名称描述
hpet_legacy_clockevent_register