Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dscmi_imx_protocol.h32 int (*button_get)(const struct scmi_protocol_handle *ph, u32 *state); member
/linux/drivers/input/keyboard/
H A Dimx-sm-bbm-key.c39 ret = bbnsm->ops->button_get(ph, &state); in scmi_imx_bbm_pwrkey_check_for_events()
/linux/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx-sm-bbm.c343 .button_get = scmi_imx_bbm_button_get,