Lines Matching defs:head
1440 BLOCKING_INIT_NOTIFIER_HEAD(&opp_table->head);
1646 blocking_notifier_call_chain(&opp_table->head, OPP_EVENT_REMOVE, opp);
1901 struct list_head **head)
1911 * loop, don't replace it with head otherwise it will become an infinite
1917 *head = &opp->node;
1966 struct list_head *head;
1970 head = &opp_table->opp_list;
1972 ret = _opp_is_duplicate(dev, new_opp, opp_table, &head);
1978 list_add(&new_opp->node, head);
2058 blocking_notifier_call_chain(&opp_table->head, OPP_EVENT_ADD, new_opp);
2923 blocking_notifier_call_chain(&opp_table->head, OPP_EVENT_ENABLE,
2926 blocking_notifier_call_chain(&opp_table->head,
3000 blocking_notifier_call_chain(&opp_table->head, OPP_EVENT_ADJUST_VOLTAGE,
3069 ret = blocking_notifier_chain_register(&opp_table->head, nb);
3094 ret = blocking_notifier_chain_unregister(&opp_table->head, nb);