Searched refs:cb_event (Results 1 – 2 of 2) sorted by relevance
| /tools/lib/thermal/ |
| A D | events.c | 155 if (nl_cb_set(th->cb_event, NL_CB_VALID, NL_CB_CUSTOM, in thermal_events_handle() 159 return nl_recvmsgs(th->sk_event, th->cb_event); in thermal_events_handle() 172 if (nl_unsubscribe_thermal(th->sk_event, th->cb_event, in thermal_events_exit() 176 nl_thermal_disconnect(th->sk_event, th->cb_event); in thermal_events_exit() 185 if (nl_thermal_connect(&th->sk_event, &th->cb_event)) in thermal_events_init() 188 if (nl_subscribe_thermal(th->sk_event, th->cb_event, in thermal_events_init()
|
| A D | thermal_nl.h | 20 struct nl_cb *cb_event; member
|
Completed in 5 milliseconds