Searched defs:illegal (Results 1 - 2 of 2) sorted by relevance

/drivers/power/
H A Dda9052-battery.c302 static int da9052_bat_check_presence(struct da9052_battery *bat, int *illegal) argument
311 *illegal = 1;
313 *illegal = 0;
492 int illegal; local
496 ret = da9052_bat_check_presence(bat, &illegal);
500 if (illegal && psp != POWER_SUPPLY_PROP_PRESENT)
/drivers/net/fddi/skfp/
H A Dsmt.c475 int illegal = 0 ; local
534 * ignore frames with illegal length
551 illegal = 1;
555 illegal = 1;
558 if (illegal) {
682 illegal = 2 ;
746 illegal = 1 ;
808 if (illegal) {
810 illegal,0) ;

Completed in 105 milliseconds