Searched refs:evt_key (Results 1 – 1 of 1) sorted by relevance
368 scmi_get_active_handler(struct scmi_notify_instance *ni, u32 evt_key);383 u32 evt_key, void *report) in scmi_lookup_and_call_event_chain() argument394 hndl = scmi_get_active_handler(ni, evt_key); in scmi_lookup_and_call_event_chain()399 KEY_XTRACT_EVT_ID(evt_key), in scmi_lookup_and_call_event_chain()852 scmi_allocate_event_handler(struct scmi_notify_instance *ni, u32 evt_key) in scmi_allocate_event_handler() argument859 hndl->key = evt_key; in scmi_allocate_event_handler()1012 u32 evt_key, bool create) in __scmi_event_handler_get_ops() argument1017 r_evt = SCMI_GET_REVT(ni, KEY_XTRACT_PROTO_ID(evt_key), in __scmi_event_handler_get_ops()1018 KEY_XTRACT_EVT_ID(evt_key)); in __scmi_event_handler_get_ops()1025 hndl, evt_key); in __scmi_event_handler_get_ops()[all …]