Home
last modified time | relevance | path

Searched refs:handle_hi (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_hwbutton.c48 void (*handle_hi)(void *); /* Handler: switch input has gone HI */ member
97 .handle_hi = softreset_release,
107 .handle_hi = standby_off,
121 hirq->handle_hi(hirq->data); in hwbutton_handler()
141 if (hirq->handle_hi == NULL || hirq->handle_lo == NULL) in msp_hwbutton_register()