Searched refs:WPAD_ERR_NONE (Results 1 – 17 of 17) sorted by relevance
133 if (reason == WPAD_ERR_NONE) in ConnectCallback()220 if (result == WPAD_ERR_NONE) in memory()310 if (status[chan].err == WPAD_ERR_NONE in main()
230 case WPAD_ERR_NONE: in connectCallback()617 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in get_status_name()683 if (WPAD_ERR_NONE == co_ptr[index].err) in renderAimings()704 if (WPAD_ERR_NONE == fs_ptr[index].err) in renderAimings()725 if (WPAD_ERR_NONE == cl_ptr[index].err) in renderAimings()
281 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()387 if (result == WPAD_ERR_NONE) in SpeakerCallback()394 info[chan].Speakers.status = WPAD_ERR_NONE; in SpeakerCallback()427 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
389 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()548 if (result == WPAD_ERR_NONE) in SpeakerCallback()586 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()615 if (result == WPAD_ERR_NONE) in MuteOnCallback()629 if (result == WPAD_ERR_NONE) in MuteOffCallback()
263 if (info[chan].currStat.cr.err == WPAD_ERR_NONE in main()358 if (result == WPAD_ERR_NONE) in SpeakerCallback()379 if (result == WPAD_ERR_NONE) in SpeakerOnCallback()
128 if (WPADProbe(chan, &dev_type) == WPAD_ERR_NONE) in RenderConsoleStatus()
566 if (reason == WPAD_ERR_NONE) in connectCallback()905 case WPAD_ERR_NONE: ptr = &str_status_ok[0]; break; in getErrName()1362 if (wpad->err == WPAD_ERR_NONE || wpad->err == WPAD_ERR_CORRUPTED) in renderDots()
581 if ( fp->err != WPAD_ERR_NONE ) { in read_kpad_button()596 if ( cp->err != WPAD_ERR_NONE ) { in read_kpad_button()612 if ( wp->err != WPAD_ERR_NONE ) { in read_kpad_button()794 if(err==WPAD_ERR_NONE) in read_kpad_acc()823 if ( err != WPAD_ERR_NONE ) { in read_kpad_acc()839 if ( err != WPAD_ERR_NONE ) { in read_kpad_acc()1466 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()1481 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()1497 if ( err != WPAD_ERR_NONE ) { in read_kpad_dpd()1705 if ( err != WPAD_ERR_NONE ) { in read_kpad_stick()[all …]
115 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampStick()229 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampTrigger()284 if (((WPADStatus*)status)->err != WPAD_ERR_NONE) in WPADClampAcc()
910 if ( uwp->u.fs.err != WPAD_ERR_NONE || in read_kpad_acc()1928 KPADiControlDpdCallback( chan, WPAD_ERR_NONE ) ; in KPADiRead()1981 if ( uwp->u.core.err == WPAD_ERR_NONE ) { in KPADiRead()2104 case WPAD_ERR_NONE : in KPADiRead()2144 case WPAD_ERR_NONE : in KPADiRead()2179 case WPAD_ERR_NONE : in KPADiRead()2226 case WPAD_ERR_NONE : in KPADiRead()2469 if ( reason == WPAD_ERR_NONE ) { in KPADiConnectCallback()2511 kp->wbcEnabled = (u8)( ( result == WPAD_ERR_NONE ) ? TRUE : FALSE ) ; in KPADiControlWbcCallback()2519 kp->wbcSetZeroPoint1Done = (u8)( ( result == WPAD_ERR_NONE ) ? TRUE : FALSE ) ; in KPADiUpdateTempWbcCallback()[all …]
213 if(WPAD_ERR_NONE == WPADProbe(WPAD_CHAN0, &type)) in main()
563 if (up->u.core.err == WPAD_ERR_NONE) { in draw_object()872 if ( kpads[0][0].wpad_err == WPAD_ERR_NONE in draw_sample()939 if (kpads[0][cx].wpad_err == WPAD_ERR_NONE) { in draw_sample()976 if ( kpads[0][cx].wpad_err == WPAD_ERR_NONE ) { in draw_sample()1012 if ( kpads[0][cx].wpad_err == WPAD_ERR_NONE ) { in draw_sample()
115 if ( reason == WPAD_ERR_NONE ) in connectCallback()
219 if (reason == WPAD_ERR_NONE) in connectCallback()
257 if (reason == WPAD_ERR_NONE) in connectCallback()
258 if (reason == WPAD_ERR_NONE) in connectCallback()
482 #define WPAD_ERR_NONE 0 macro