Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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()
H A Dehci-generic.c88 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in ehci_usb_probe()
118 priv->resets = devm_kcalloc(dev, reset_nb, in ehci_usb_probe()
/openbmc/u-boot/include/dm/
H A Ddevice.h859 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
939 static inline void *devm_kcalloc(struct udevice *dev, in devm_kcalloc() function
/openbmc/u-boot/drivers/gpio/
H A Ddwapb_gpio.c174 plat = devm_kcalloc(dev, 1, sizeof(*plat), GFP_KERNEL); in gpio_dwapb_bind()
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c91 bulk->resets = devm_kcalloc(dev, count, sizeof(struct reset_ctl), in reset_get_bulk()
/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c215 bulk->clks = devm_kcalloc(dev, bulk->count, in socfpga_a10_handoff_workaround()
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c116 bulk->clks = devm_kcalloc(dev, count, sizeof(struct clk), GFP_KERNEL); in clk_get_bulk()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c805 usb_phys = devm_kcalloc(dev, count, sizeof(struct phy), in dwc3_setup_phy()
/openbmc/u-boot/drivers/net/
H A Ddesignware.c688 priv->clocks = devm_kcalloc(dev, clock_nb, sizeof(struct clk), in designware_eth_probe()
H A Dmvpp2.c2231 priv->prs_shadow = devm_kcalloc(dev, MVPP2_PRS_TCAM_SRAM_SIZE, in mvpp2_prs_default_init()
2687 priv->bm_pools = devm_kcalloc(dev, MVPP2_BM_POOLS_NUM, in mvpp2_bm_init()
4620 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
4652 port->rxqs = devm_kcalloc(dev, rxq_number, sizeof(*port->rxqs), in mvpp2_port_init()
5009 priv->aggr_txqs = devm_kcalloc(dev, num_present_cpus(), in mvpp2_init()