Searched refs:test_dev_config_show_bool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_firmware.c | 349 static ssize_t test_dev_config_show_bool(char *buf, bool val) in test_dev_config_show_bool() function 464 return test_dev_config_show_bool(buf, test_fw_config->into_buf); in config_into_buf_show() 541 return test_dev_config_show_bool(buf, test_fw_config->partial); in config_partial_show() 563 return test_dev_config_show_bool(buf, test_fw_config->sync_direct); in config_sync_direct_show() 579 return test_dev_config_show_bool(buf, test_fw_config->send_uevent); in config_send_uevent_show()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_firmware.c | 388 static ssize_t test_dev_config_show_bool(char *buf, bool val) in test_dev_config_show_bool() function 529 return test_dev_config_show_bool(buf, test_fw_config->into_buf); in config_into_buf_show() 606 return test_dev_config_show_bool(buf, test_fw_config->partial); in config_partial_show() 628 return test_dev_config_show_bool(buf, test_fw_config->sync_direct); in config_sync_direct_show() 644 return test_dev_config_show_bool(buf, test_fw_config->send_uevent); in config_send_uevent_show()
|
Completed in 5 milliseconds