Searched refs:query (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/cavium/thunderx/ |
A D | Kconfig | 20 bool "Enable ATF query commands" 23 Enable vendor specific ATF query commands such as SPI and SD/MMC 24 devices access, low level environment query, boot device layout
|
/u-boot/drivers/ufs/ |
A D | ufs.c | 742 struct ufs_query *query = &hba->dev_cmd.query; in ufshcd_prepare_utp_query_req_upiu() local 743 u16 len = be16_to_cpu(query->request.upiu_req.length); in ufshcd_prepare_utp_query_req_upiu() 750 UPIU_HEADER_DWORD(0, query->request.query_func, in ufshcd_prepare_utp_query_req_upiu() 765 memcpy(ucd_req_ptr + 1, query->descriptor, len); in ufshcd_prepare_utp_query_req_upiu() 889 if (hba->dev_cmd.query.descriptor && in ufshcd_copy_query_response() 900 be16_to_cpu(hba->dev_cmd.query.request.upiu_req.length); in ufshcd_copy_query_response() 902 memcpy(hba->dev_cmd.query.descriptor, descp, resp_len); in ufshcd_copy_query_response() 970 *request = &hba->dev_cmd.query.request; in ufshcd_init_query() 971 *response = &hba->dev_cmd.query.response; in ufshcd_init_query() 1084 hba->dev_cmd.query.descriptor = desc_buf; in __ufshcd_query_descriptor() [all …]
|
A D | ufs.h | 692 struct ufs_query query; member
|
/u-boot/drivers/sysinfo/ |
A D | Kconfig | 4 Support methods to query hardware configurations from internal
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | keyboard_backlight.asl | 26 /* If query is unsupported, but this code is compiled
|
/u-boot/board/ge/b1x5v2/ |
A D | b1x5v2.c | 329 u8 query[68] = {0x67, 0x00, 0x42, 0x00, 0x03, 0x01, 'E', 0x00, 0x00, 0x00}; in eeti_touch_get_model() local 333 .len = sizeof(query), in eeti_touch_get_model() 334 .buf = query, in eeti_touch_get_model()
|
/u-boot/drivers/gpio/ |
A D | Kconfig | 13 the GPIO uclass. Drivers provide methods to query the 24 the GPIO uclass. Drivers provide methods to query the 35 the GPIO uclass. Drivers provide methods to query the
|
/u-boot/lib/crypto/ |
A D | public_key.c | 438 .query = software_key_query,
|
/u-boot/doc/ |
A D | README.enetaddr | 67 Any other code that wishes to access the MAC address should query the
|
/u-boot/doc/driver-model/ |
A D | fdt-fixup.rst | 57 means that we can query the hardware for the existence and variety of the
|
/u-boot/cmd/ |
A D | efidebug.c | 1514 U_BOOT_CMD_MKENT(query, CONFIG_SYS_MAXARGS, 1, do_efi_query_info,
|
A D | Kconfig | 1175 Enable the 'osd' command which allows to query information from and
|
/u-boot/doc/develop/ |
A D | py_testing.rst | 352 order to test those features, or indirectly in order to query information from
|
Completed in 26 milliseconds