Searched refs:_child (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | charger-manager.c | 1573 struct device_node *_child; in of_cm_parse_desc() local 1591 for_each_child_of_node(child, _child) { in of_cm_parse_desc() 1592 of_property_read_string(_child, in of_cm_parse_desc() 1594 of_property_read_string(_child, in of_cm_parse_desc() 1597 of_property_read_u32(_child, in of_cm_parse_desc() 1600 of_property_read_u32(_child, in of_cm_parse_desc()
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.c | 120 struct btree *_child = bch_btree_node_get((b)->c, op, key, l, \ 122 if (!IS_ERR(_child)) { \ 123 _r = bch_btree_ ## fn(_child, op, ##__VA_ARGS__); \ 124 rw_unlock(_w, _child); \ 126 _r = PTR_ERR(_child); \
|