Searched refs:link_type (Results 1 – 2 of 2) sorted by relevance
47 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type, in nhlt_add_endpoint() argument53 if (link_type < NHLT_LINK_HDA || link_type >= NHLT_MAX_LINK_TYPES) in nhlt_add_endpoint()61 endp->link_type = link_type; in nhlt_add_endpoint()62 endp->instance_id = nhlt->current_instance_id[link_type]; in nhlt_add_endpoint()190 void nhlt_next_instance(struct nhlt *nhlt, int link_type) in nhlt_next_instance() argument192 if (link_type < NHLT_LINK_HDA || link_type >= NHLT_MAX_LINK_TYPES) in nhlt_next_instance()195 nhlt->current_instance_id[link_type]++; in nhlt_next_instance()229 sz += sizeof(endp->length) + sizeof(endp->link_type); in calc_endpoint_size()355 ser8(cur, endp->link_type); in serialise_endpoint()
95 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type,138 void nhlt_next_instance(struct nhlt *nhlt, int link_type);256 u8 link_type; member
Completed in 5 milliseconds