Searched refs:handle_lo (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_hwbutton.c49 void (*handle_lo)(void *); /* Handler: switch input has gone LO */ member in struct:hwbutton_interrupt
98 .handle_lo = softreset_push,
108 .handle_lo = standby_on,
125 hirq->handle_lo(hirq->data);
141 if (hirq->handle_hi == NULL || hirq->handle_lo == NULL)

Completed in 95 milliseconds