Lines Matching refs:happy_timer
861 hp->happy_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in happy_meal_timer()
862 add_timer(&hp->happy_timer); in happy_meal_timer()
1404 hp->happy_timer.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */ in happy_meal_begin_auto_negotiation()
1405 hp->happy_timer.data = (unsigned long) hp; in happy_meal_begin_auto_negotiation()
1406 hp->happy_timer.function = &happy_meal_timer; in happy_meal_begin_auto_negotiation()
1407 add_timer(&hp->happy_timer); in happy_meal_begin_auto_negotiation()
1422 del_timer(&hp->happy_timer); in happy_meal_init()
2217 del_timer(&hp->happy_timer); in happy_meal_close()
2463 del_timer(&hp->happy_timer); in hme_set_settings()
2783 init_timer(&hp->happy_timer); in happy_meal_sbus_probe_one()
3107 init_timer(&hp->happy_timer); in happy_meal_pci_probe()