Searched refs:kobj_t (Results 1 – 2 of 2) sorted by relevance
922 static void check_kobj_outside_frame( KPADInsideStatus *kp, KPADObject *kobj_t ) in check_kobj_outside_frame() argument924 KPADObject *kobj_p = &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ; in check_kobj_outside_frame()933 } while ( --kobj_p >= kobj_t ) ; in check_kobj_outside_frame()940 static void check_kobj_same_position( KPADObject *kobj_t ) in check_kobj_same_position() argument945 op1 = kobj_t ; in check_kobj_same_position()956 } while ( ++op2 <= &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()957 } while ( ++op1 < &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()
939 static void check_kobj_outside_frame( KPADObject *kobj_t ) in check_kobj_outside_frame() argument941 KPADObject *kobj_p = &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ; in check_kobj_outside_frame()950 } while ( --kobj_p >= kobj_t ) ; in check_kobj_outside_frame()957 static void check_kobj_same_position( KPADObject *kobj_t ) in check_kobj_same_position() argument962 op1 = kobj_t ; in check_kobj_same_position()973 } while ( ++op2 <= &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()974 } while ( ++op1 < &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()