函数源码 |
Source File:include\linux\firmware.h |
Create Date:2022-07-27 07:25:26 |
首页 | Copyright©Brick |
83 84 85 86 87 88 | static inline int request_firmware_direct( const struct firmware **fw, const char *name, struct device *device) { return -EINVAL; } |