Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_hwbutton.c49 void (*handle_lo)(void *); /* Handler: switch input has gone LO */ member
98 .handle_lo = softreset_push,
108 .handle_lo = standby_on,
125 hirq->handle_lo(hirq->data); in hwbutton_handler()
141 if (hirq->handle_hi == NULL || hirq->handle_lo == NULL) in msp_hwbutton_register()