Searched refs:devm_kcalloc (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ehci-generic.c | 91 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()
|
D | ohci-generic.c | 87 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()
|
D | xhci-dwc3.c | 126 plat->usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in xhci_dwc3_setup_phy()
|
/external/u-boot/include/dm/ |
D | device.h | 788 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/ |
D | reset-uclass.c | 91 bulk->resets = devm_kcalloc(dev, count, sizeof(struct reset_ctl), in reset_get_bulk()
|
/external/u-boot/drivers/clk/ |
D | clk-uclass.c | 116 bulk->clks = devm_kcalloc(dev, count, sizeof(struct clk), GFP_KERNEL); in clk_get_bulk()
|
/external/u-boot/drivers/net/ |
D | designware.c | 682 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in designware_eth_probe()
|
D | mvpp2.c | 2245 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()
|