Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\dim\dim.c Create Date:2022-07-28 07:19:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB

Proto:bool dim_on_top(struct dim *dim)

Type:bool

Parameter:

TypeParameterName
struct dim *dim
11  Case tune_state == DIM_PARKING_ON_TOP
12  Case tune_state == DIM_PARKING_TIRED
13  Return true
14  Case tune_state == DIM_GOING_RIGHT
15  Return steps_left > 1 && steps_right == 1
16  Default
17  Return steps_right > 1 && steps_left == 1
Caller
NameDescribe
net_dim_decision