Function report |
Source Code:lib\test_firmware.c |
Create Date:2022-07-28 06:28:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:config_num_requests_store
Proto:static ssize_t config_num_requests_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
struct device_attribute * | attr | |
const char * | buf | |
size_t | count |
381 | mutex_lock( & test_fw_mutex) |
383 | pr_err("Must call release_all_firmware prior to changing config\n") |
385 | mutex_unlock( & test_fw_mutex) |
386 | Go to out |
388 | mutex_unlock( & test_fw_mutex) |
390 | rc = test_dev_config_update_u8(buf, count, & num_requests) |
393 | out : |
394 | Return rc |
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 |