Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_index

Proto:static int do_index(struct sw842_param *p, u8 n)

Type:int

Parameter:

TypeParameterName
struct sw842_param *p
u8n
215  Case n == 2
216  Return __do_index(p, 2, I2_BITS, lling fifo sizes )
217  Case n == 4
218  Return __do_index(p, 4, I4_BITS, I4_FIFO_SIZE)
219  Case n == 8
220  Return __do_index(p, 8, I8_BITS, I8_FIFO_SIZE)
221  Default
222  Return -EINVAL
Caller
NameDescribe
do_op