Home
last modified time | relevance | path

Searched refs:mc_node (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/leds/rgb/
H A Dleds-ncp5623.c156 struct fwnode_handle *mc_node, *led_node; in ncp5623_probe() local
171 mc_node = device_get_named_child_node(dev, "multi-led"); in ncp5623_probe()
172 if (!mc_node) in ncp5623_probe()
175 fwnode_for_each_child_node(mc_node, led_node) in ncp5623_probe()
184 fwnode_for_each_available_child_node(mc_node, led_node) { in ncp5623_probe()
197 init_data.fwnode = mc_node; in ncp5623_probe()
219 fwnode_handle_put(mc_node); in ncp5623_probe()
/linux/include/linux/ceph/
H A Dosd_client.h332 struct rb_node mc_node; /* map check */ member
/linux/net/ceph/
H A Dosd_client.c2793 WARN_ON(!RB_EMPTY_NODE(&lreq->mc_node)); in linger_release()
2835 RB_CLEAR_NODE(&lreq->mc_node); in linger_alloc()
2850 DEFINE_RB_FUNCS(linger_mc, struct ceph_osd_linger_request, linger_id, mc_node) in DEFINE_RB_INSDEL_FUNCS()