Lines Matching refs:MALLOC
378 irb = (dbus_irb_t *) MALLOC(dhd_bus->pub.osh, size_irb); in dbus_irbq_init()
632 nv_memblock = MALLOC(dhd_bus->pub.osh, MAX_NVRAMBUF_SIZE); in dbus_get_fw_nvram()
664 memptr = fw_memblock = MALLOC(dhd_bus->pub.osh, memblock_size); in dbus_get_fw_nvram()
681 dhd_bus->image = MALLOC(dhd_bus->pub.osh, total_len); in dbus_get_fw_nvram()
870 dhd_bus->image = MALLOC(dhd_bus->pub.osh, len); in dbus_get_nvram()
978 int8 *tmp = MALLOC(dhd_bus->pub.osh, temp_len); in dbus_do_download()
1442 dhd_bus = MALLOC(osh, sizeof(dhd_bus_t)); in dbus_attach()
1464 dhd_bus->tx_q = MALLOC(osh, sizeof(dbus_irbq_t)); in dbus_attach()
1474 dhd_bus->rx_q = MALLOC(osh, sizeof(dbus_irbq_t)); in dbus_attach()
1495 dhd_bus->extdl.fw = MALLOC(osh, extdl->fwlen); in dbus_attach()
1503 dhd_bus->extdl.vars = MALLOC(osh, extdl->varslen); in dbus_attach()
2083 cis = MALLOC(dhd_bus->pub.osh, otp_size * 2); in dbus_otp()