Searched refs:_child (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | charger-manager.c | 1571 struct device_node *_child; in of_cm_parse_desc() local 1590 for_each_child_of_node(child, _child) { in of_cm_parse_desc() 1591 of_property_read_string(_child, in of_cm_parse_desc() 1593 of_property_read_string(_child, in of_cm_parse_desc() 1596 of_property_read_u32(_child, in of_cm_parse_desc() 1599 of_property_read_u32(_child, in of_cm_parse_desc()
|
/Linux-v4.19/drivers/md/bcache/ |
D | btree.c | 126 struct btree *_child = bch_btree_node_get((b)->c, op, key, l, \ 128 if (!IS_ERR(_child)) { \ 129 _r = bch_btree_ ## fn(_child, op, ##__VA_ARGS__); \ 130 rw_unlock(_w, _child); \ 132 _r = PTR_ERR(_child); \
|