Function report |
Source Code:include\linux\usb.h |
Create Date:2022-07-28 12:40:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sb_make_path - returns stable device path in the usb tree*@dev: the device whose path is being constructed*@buf: where to put the string*@size: how big is "buf"?* Return: Length of the string (> 0) or negative if size was too small
Proto:static inline int usb_make_path(struct usb_device *dev, char *buf, size_t size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct usb_device * | dev | |
char * | buf | |
size_t | size |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |