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

/linux-4.1.27/arch/mips/pmcs-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); hwbutton_handler()
141 if (hirq->handle_hi == NULL || hirq->handle_lo == NULL) msp_hwbutton_register()

Completed in 35 milliseconds