Searched refs:nhlt_endpoint (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/x86/include/asm/ |
A D | acpi_nhlt.h | 13 struct nhlt_endpoint; 95 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type, 104 int nhlt_endpoint_append_config(struct nhlt_endpoint *endpoint, 108 struct nhlt_format *nhlt_add_format(struct nhlt_endpoint *endpoint, 128 int nhlt_endpoint_add_formats(struct nhlt_endpoint *endpoint, 254 struct nhlt_endpoint { struct 274 struct nhlt_endpoint endpoints[MAX_ENDPOINTS]; argument
|
/u-boot/arch/x86/lib/ |
A D | acpi_nhlt.c | 48 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type, in nhlt_add_endpoint() 52 struct nhlt_endpoint *endp; in nhlt_add_endpoint() 102 int nhlt_endpoint_append_config(struct nhlt_endpoint *endp, const void *config, in nhlt_endpoint_append_config() 108 struct nhlt_format *nhlt_add_format(struct nhlt_endpoint *endp, in nhlt_add_format() 149 int nhlt_endpoint_add_formats(struct nhlt_endpoint *endp, in nhlt_endpoint_add_formats() 225 static size_t calc_endpoint_size(struct nhlt_endpoint *endp) in calc_endpoint_size() 274 struct nhlt_endpoint *endp = &nhlt->endpoints[i]; in nhlt_free_resources() 350 static void serialise_endpoint(struct nhlt_endpoint *endp, struct cursor *cur) in serialise_endpoint() 433 struct nhlt_endpoint *endp; in _nhlt_add_single_endpoint()
|
Completed in 5 milliseconds