Lines Matching refs:happy_timer
860 hp->happy_timer.expires = jiffies + ((12 * HZ)/10); /* 1.2 sec. */ in happy_meal_timer()
861 add_timer(&hp->happy_timer); in happy_meal_timer()
1414 hp->happy_timer.expires = jiffies + (12 * HZ)/10; /* 1.2 sec. */ in happy_meal_begin_auto_negotiation()
1415 hp->happy_timer.data = (unsigned long) hp; in happy_meal_begin_auto_negotiation()
1416 hp->happy_timer.function = happy_meal_timer; in happy_meal_begin_auto_negotiation()
1417 add_timer(&hp->happy_timer); in happy_meal_begin_auto_negotiation()
1432 del_timer(&hp->happy_timer); in happy_meal_init()
2229 del_timer(&hp->happy_timer); in happy_meal_close()
2498 del_timer(&hp->happy_timer); in hme_set_settings()
2817 init_timer(&hp->happy_timer); in happy_meal_sbus_probe_one()
3131 init_timer(&hp->happy_timer); in happy_meal_pci_probe()