Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\usb.h Create Date:2022-07-28 12:41:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_usb_anchor

Proto:static inline void init_usb_anchor(struct usb_anchor *anchor)

Type:void

Parameter:

TypeParameterName
struct usb_anchor *anchor
1359  memset(anchor, 0, size of anchor )
1360  Initialization list head
1361  init_waitqueue_head( & wait)
1362  Process spin lock initialization( & lock)