Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-generic.c89 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ohci_usb_probe()
115 priv->resets = devm_kcalloc(dev, reset_nb, in ohci_usb_probe()
H A Dehci-generic.c89 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ehci_usb_probe()
119 priv->resets = devm_kcalloc(dev, reset_nb, in ehci_usb_probe()
H A Dohci-da8xx.c102 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ohci_da8xx_probe()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h792 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
872 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
/rk3399_rockchip-uboot/drivers/reset/
H A Dreset-uclass.c94 bulk->resets = devm_kcalloc(dev, count, sizeof(struct reset_ctl), in reset_get_bulk()
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c118 bulk->clks = devm_kcalloc(dev, count, sizeof(struct clk), GFP_KERNEL); in clk_get_bulk()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c901 usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in dwc3_setup_phy()
/rk3399_rockchip-uboot/drivers/net/
H A 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()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c971 usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in dwc2_phy_setup()
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-usbdp.c427 udphy->rsts = devm_kcalloc(dev, cfg->num_rsts, in udphy_reset_init()