Searched refs:evt_key (Results 1 – 1 of 1) sorted by relevance
371 scmi_get_active_handler(struct scmi_notify_instance *ni, u32 evt_key);386 u32 evt_key, void *report) in scmi_lookup_and_call_event_chain() argument397 hndl = scmi_get_active_handler(ni, evt_key); in scmi_lookup_and_call_event_chain()402 KEY_XTRACT_EVT_ID(evt_key), in scmi_lookup_and_call_event_chain()876 scmi_allocate_event_handler(struct scmi_notify_instance *ni, u32 evt_key) in scmi_allocate_event_handler() argument883 hndl->key = evt_key; in scmi_allocate_event_handler()1048 u32 evt_key, bool create) in __scmi_event_handler_get_ops() argument1053 r_evt = SCMI_GET_REVT(ni, KEY_XTRACT_PROTO_ID(evt_key), in __scmi_event_handler_get_ops()1054 KEY_XTRACT_EVT_ID(evt_key)); in __scmi_event_handler_get_ops()1061 hndl, evt_key); in __scmi_event_handler_get_ops()[all …]