Searched refs:_child (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/md/bcache/ |
D | btree.h | 332 struct btree *_child = bch_btree_node_get((b)->c, op, key, l, \ 334 if (!IS_ERR(_child)) { \ 335 _r = bch_btree_ ## fn(_child, op, ##__VA_ARGS__); \ 336 rw_unlock(_w, _child); \ 338 _r = PTR_ERR(_child); \
|
/linux-6.12.1/drivers/power/supply/ |
D | charger-manager.c | 1368 struct device_node *_child; in of_cm_parse_desc() local 1387 for_each_child_of_node(child, _child) { in of_cm_parse_desc() 1388 of_property_read_string(_child, in of_cm_parse_desc() 1390 of_property_read_string(_child, in of_cm_parse_desc() 1393 of_property_read_u32(_child, in of_cm_parse_desc() 1396 of_property_read_u32(_child, in of_cm_parse_desc()
|