Home
last modified time | relevance | path

Searched refs:total (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c976 int rc, total = 0; in tfa2_hap_cnt_sequencer_count() local
980 rc = tfa2_cnt_grep_nth_profile_name(cnt, devidx, total, ".seq.hap"); in tfa2_hap_cnt_sequencer_count()
987 total++; in tfa2_hap_cnt_sequencer_count()
990 return rc ? rc : total; /* return error or count */ in tfa2_hap_cnt_sequencer_count()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1126 uint32_t total = 0U; in USB_HostIp3516HsFindStartFrame() local
1142 total = pipe->busHsTime; in USB_HostIp3516HsFindStartFrame()
1156 total += p->busHsTime; in USB_HostIp3516HsFindStartFrame()
1168 total += p->busHsTime; in USB_HostIp3516HsFindStartFrame()
1183 total += p->busHsTime; in USB_HostIp3516HsFindStartFrame()
1194 if ((float)total > USB_HOST_IP3516HS_PERIODIC_BANDWIDTH) in USB_HostIp3516HsFindStartFrame()
1230 total = 0U; in USB_HostIp3516HsFindStartFrame()
Dusb_host_ohci.c710 uint32_t total = 0U; in USB_HostOhciFindStartFrame() local
724 total = 0U; in USB_HostOhciFindStartFrame()
732 total += p->busTime; in USB_HostOhciFindStartFrame()
735 if ((float)total > USB_HOST_OHCI_PERIODIC_BANDWIDTH) in USB_HostOhciFindStartFrame()