Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c301 switch( sp->dev_type ) { in reset_kpad()
445 static void calc_button_repeat( KPADInsideStatus *kp, KPADStatus *sp, u32 dev_type ) in calc_button_repeat() argument
447 if ( dev_type == WPAD_DEV_CLASSIC ) { in calc_button_repeat()
517 static void read_kpad_button( KPADInsideStatus *kp, void *vp, u32 dev_type ) in read_kpad_button() argument
532 if ( dev_type == WPAD_DEV_CLASSIC ) in read_kpad_button()
538 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_button()
553 } else if ( dev_type == WPAD_DEV_CLASSIC ) { in read_kpad_button()
594 if ( dev_type == WPAD_DEV_CLASSIC ) in read_kpad_button()
732 static void read_kpad_acc( KPADInsideStatus *kp, void *vp, u32 dev_type, s32 chan ) in read_kpad_acc() argument
760 if ( dev_type == WPAD_DEV_FREESTYLE ) { in read_kpad_acc()
[all …]
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dsample.c394 if ( kpads[0][0].dev_type != WPAD_DEV_CORE && in draw_object()
395 kpads[0][0].dev_type != WPAD_DEV_FREESTYLE && in draw_object()
396 kpads[0][0].dev_type != WPAD_DEV_CLASSIC) { in draw_object()
408 switch ( kpads[0][0].dev_type ) { in draw_object()
426 switch( kpads[0][0].dev_type ) { in draw_object()
549 if ( kpads[0][0].dev_type == WPAD_DEV_CLASSIC ) { in draw_sample()
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()
596 } else if (kpads[0][cx].dev_type == WPAD_DEV_CLASSIC) { in draw_sample()
/RvlSDK-2.1/include/revolution/
Dkpad.h156 u32 dev_type ; member