Searched refs:subtype (Results 1 – 9 of 9) sorted by relevance
| /u-boot/drivers/firmware/ |
| A D | ti_sci_static_data.h | 14 u8 subtype; member 24 .subtype = 1, 31 .subtype = 13, 38 .subtype = 10, 45 .subtype = 0, 58 .subtype = 1, 65 .subtype = 13, 72 .subtype = 10, 79 .subtype = 0, 92 .subtype = 32,
|
| A D | ti_sci.c | 1534 u32 dev_id, u8 subtype, u8 s_host, in ti_sci_get_resource_range() argument 1560 req.subtype = subtype & MSG_RM_RESOURCE_SUBTYPE_MASK; in ti_sci_get_resource_range() 1580 u32 dev_id, u8 subtype, in ti_sci_cmd_get_resource_range_static() argument 1592 if (data->dev_id != dev_id || data->subtype != subtype) { in ti_sci_cmd_get_resource_range_static() 1619 u32 dev_id, u8 subtype, in ti_sci_cmd_get_resource_range() argument 1622 return ti_sci_get_resource_range(handle, dev_id, subtype, in ti_sci_cmd_get_resource_range() 1642 u32 dev_id, u8 subtype, u8 s_host, in ti_sci_cmd_get_resource_range_from_shost() argument 1645 return ti_sci_get_resource_range(handle, dev_id, subtype, s_host, in ti_sci_cmd_get_resource_range_from_shost()
|
| A D | ti_sci.h | 579 u8 subtype; member
|
| /u-boot/lib/crypto/ |
| A D | asymmetric_type.c | 359 if (subtype) { in asymmetric_key_describe() 361 subtype->describe(key, m); in asymmetric_key_describe() 441 if (subtype) { in asymmetric_key_free_preparse() 444 module_put(subtype->owner); in asymmetric_key_free_preparse() 465 if (subtype) { in asymmetric_key_destroy() 466 subtype->destroy(data, auth); in asymmetric_key_destroy() 467 module_put(subtype->owner); in asymmetric_key_destroy() 568 subtype = asymmetric_key_subtype(key); in asymmetric_key_eds_op() 569 if (!subtype || in asymmetric_key_eds_op() 572 if (!subtype->eds_op) in asymmetric_key_eds_op() [all …]
|
| A D | Kconfig | 22 bool "Asymmetric public-key crypto algorithm subtype" 30 bool "Asymmetric public-key crypto algorithm subtype within SPL"
|
| /u-boot/include/linux/soc/ti/ |
| A D | ti_sci_protocol.h | 244 u8 subtype, u16 *range_start, u16 *range_num); 246 u32 dev_id, u8 subtype, u8 s_host,
|
| /u-boot/drivers/serial/ |
| A D | serial_sh.h | 102 # error CPU subtype not defined
|
| /u-boot/include/acpi/ |
| A D | acpi_table.h | 465 u16 subtype; member
|
| /u-boot/doc/develop/uefi/ |
| A D | uefi.rst | 790 'end of entire device path' subtype (0xff). If a user wants to define multiple
|
Completed in 40 milliseconds