Home
last modified time | relevance | path

Searched refs:devm_kcalloc (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci-generic.c87 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ohci_usb_probe()
113 priv->resets = devm_kcalloc(dev, reset_nb, in ohci_usb_probe()
Dehci-generic.c91 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ehci_usb_probe()
121 priv->resets = devm_kcalloc(dev, reset_nb, in ehci_usb_probe()
Dxhci-dwc3.c126 plat->usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in xhci_dwc3_setup_phy()
/external/u-boot/include/dm/
Ddevice.h788 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
868 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
/external/u-boot/drivers/reset/
Dreset-uclass.c91 bulk->resets = devm_kcalloc(dev, count, sizeof(struct reset_ctl), in reset_get_bulk()
/external/u-boot/drivers/clk/
Dclk-uclass.c116 bulk->clks = devm_kcalloc(dev, count, sizeof(struct clk), GFP_KERNEL); in clk_get_bulk()
/external/u-boot/drivers/net/
Ddesignware.c682 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in designware_eth_probe()
Dmvpp2.c2245 priv->prs_shadow = devm_kcalloc(dev, MVPP2_PRS_TCAM_SRAM_SIZE, in mvpp2_prs_default_init()
2701 priv->bm_pools = devm_kcalloc(dev, MVPP2_BM_POOLS_NUM, in mvpp2_bm_init()
4634 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
4666 port->rxqs = devm_kcalloc(dev, rxq_number, sizeof(*port->rxqs), in mvpp2_port_init()
5028 priv->aggr_txqs = devm_kcalloc(dev, num_present_cpus(), in mvpp2_init()