Home
last modified time | relevance | path

Searched refs:WPAD_DEV_FREESTYLE (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c302 case WPAD_DEV_FREESTYLE: in reset_kpad()
538 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_button()
760 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_acc()
762 WPADGetAccGravityUnit( chan, WPAD_DEV_FREESTYLE, &fs1G); in read_kpad_acc()
774 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_acc()
831 if ( dev_type != WPAD_DEV_FREESTYLE ) return ; in read_kpad_acc()
864 if ( dev_type == WPAD_DEV_FREESTYLE ) { in get_kobj()
1412 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_dpd()
1425 get_kobj( kp, fp, WPAD_DEV_FREESTYLE ) ; in read_kpad_dpd()
1645 if ( sp->dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_stick()
[all …]
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dhandling.c221 case WPAD_DEV_FREESTYLE: in connectCallback()
324 case WPAD_DEV_FREESTYLE: in extensionCallback()
561 if (WPAD_DEV_FREESTYLE == type) in renderStatus()
634 case WPAD_DEV_FREESTYLE: in get_dev_name()
Dsync-callback.c335 case WPAD_DEV_FREESTYLE: in renderStatus()
Ddistance.c108 if ((WPAD_DEV_CORE == type) || (WPAD_DEV_FREESTYLE == type)) in main()
Dsimple.c156 if ((WPAD_DEV_CORE == type) || (WPAD_DEV_FREESTYLE == type)) in main()
Dsampling.c136 if ((WPAD_DEV_CORE == type) || (WPAD_DEV_FREESTYLE == type)) in main()
Dpointing.c133 if ((WPAD_DEV_CORE == type) || (WPAD_DEV_FREESTYLE == type)) in main()
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dsample.c395 kpads[0][0].dev_type != WPAD_DEV_FREESTYLE && in draw_object()
412 case WPAD_DEV_FREESTYLE: in draw_object()
431 case WPAD_DEV_FREESTYLE: in draw_object()
585 if(kpads[0][cx].dev_type == WPAD_DEV_FREESTYLE) { in draw_sample()
594 if(kpads[0][cx].dev_type == WPAD_DEV_FREESTYLE) { in draw_sample()
/RvlSDK-2.1/include/revolution/
Dwpad.h244 #define WPAD_DEV_FREESTYLE 1 macro
364 #define WPAD_DEV_FREESTYLE 1
/RvlSDK-2.1/build/libraries/wpad/src/
DWPADClamp.c307 WPADGetAccGravityUnit(chan, WPAD_DEV_FREESTYLE, &funit); in WPADClampAcc()