Searched refs:put_child (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/phy/ |
D | phy-rockchip-usb.c | 113 goto put_child; in rockchip_usb_phy_probe() 120 goto put_child; in rockchip_usb_phy_probe() 134 goto put_child; in rockchip_usb_phy_probe() 141 goto put_child; in rockchip_usb_phy_probe() 146 put_child: in rockchip_usb_phy_probe()
|
D | phy-bcm-cygnus-pcie.c | 159 goto put_child; in cygnus_pcie_phy_probe() 165 goto put_child; in cygnus_pcie_phy_probe() 171 goto put_child; in cygnus_pcie_phy_probe() 179 goto put_child; in cygnus_pcie_phy_probe() 199 put_child: in cygnus_pcie_phy_probe()
|
D | phy-brcmstb-sata.c | 167 goto put_child; in brcm_sata_phy_probe() 173 goto put_child; in brcm_sata_phy_probe() 178 goto put_child; in brcm_sata_phy_probe() 189 goto put_child; in brcm_sata_phy_probe() 205 put_child: in brcm_sata_phy_probe()
|
D | phy-berlin-sata.c | 241 goto put_child; in phy_berlin_sata_probe() 247 goto put_child; in phy_berlin_sata_probe() 253 goto put_child; in phy_berlin_sata_probe() 260 goto put_child; in phy_berlin_sata_probe() 277 put_child: in phy_berlin_sata_probe()
|
D | phy-miphy365x.c | 571 goto put_child; in miphy365x_probe() 580 goto put_child; in miphy365x_probe() 587 goto put_child; in miphy365x_probe() 597 goto put_child; in miphy365x_probe() 603 put_child: in miphy365x_probe()
|
D | phy-mt65xx-usb3.c | 454 goto put_child; in mt65xx_u3phy_probe() 463 goto put_child; in mt65xx_u3phy_probe() 470 goto put_child; in mt65xx_u3phy_probe() 477 goto put_child; in mt65xx_u3phy_probe() 489 put_child: in mt65xx_u3phy_probe()
|
D | phy-miphy28lp.c | 1231 goto put_child; in miphy28lp_probe() 1240 goto put_child; in miphy28lp_probe() 1248 goto put_child; in miphy28lp_probe() 1252 goto put_child; in miphy28lp_probe() 1261 put_child: in miphy28lp_probe()
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 391 static void put_child(struct key_vector *tn, unsigned long i, in put_child() function 448 put_child(tp, get_index(key, tp), n); in put_child_root() 542 put_child(tn, get_index(inode->key, tn), inode); in inflate() 551 put_child(tn, 2 * i + 1, get_child(inode, 1)); in inflate() 552 put_child(tn, 2 * i, get_child(inode, 0)); in inflate() 582 put_child(node1, --j, get_child(inode, --k)); in inflate() 583 put_child(node0, j, get_child(inode, j)); in inflate() 584 put_child(node1, --j, get_child(inode, --k)); in inflate() 585 put_child(node0, j, get_child(inode, j)); in inflate() 593 put_child(tn, 2 * i + 1, node1); in inflate() [all …]
|
/linux-4.4.14/drivers/clk/ |
D | clk-si5351.c | 1186 goto put_child; in si5351_dt_parse() 1192 goto put_child; in si5351_dt_parse() 1210 goto put_child; in si5351_dt_parse() 1233 goto put_child; in si5351_dt_parse() 1242 goto put_child; in si5351_dt_parse() 1259 goto put_child; in si5351_dt_parse() 1286 goto put_child; in si5351_dt_parse() 1299 put_child: in si5351_dt_parse()
|
/linux-4.4.14/drivers/of/ |
D | unittest.c | 209 goto put_child; in of_unittest_check_node_linkage() 214 goto put_child; in of_unittest_check_node_linkage() 219 put_child: in of_unittest_check_node_linkage()
|