handle_hi          48 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	void (*handle_hi)(void *);	/* Handler: switch input has gone HI */
handle_hi          97 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	.handle_hi = softreset_release,
handle_hi         107 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	.handle_hi = standby_off,
handle_hi         121 arch/mips/pmcs-msp71xx/msp_hwbutton.c 		hirq->handle_hi(hirq->data);
handle_hi         141 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	if (hirq->handle_hi == NULL || hirq->handle_lo == NULL)