Searched refs:kzalloc (Results 201 - 225 of 6955) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c45 post_act = kzalloc(sizeof(*post_act), GFP_KERNEL);
120 handle = kzalloc(sizeof(*handle), GFP_KERNEL);
/linux-master/drivers/input/touchscreen/
H A Dgoodix_berlin_spi.c45 buf = kzalloc(GOODIX_BERLIN_SPI_READ_PREFIX_LEN + val_size, GFP_KERNEL);
85 buf = kzalloc(GOODIX_BERLIN_SPI_WRITE_PREFIX_LEN + len, GFP_KERNEL);
/linux-master/drivers/clk/at91/
H A Dclk-i2s-mux.c60 i2s_ck = kzalloc(sizeof(*i2s_ck), GFP_KERNEL);
H A Dclk-h32mx.c92 h32mxclk = kzalloc(sizeof(*h32mxclk), GFP_KERNEL);
H A Dclk-plldiv.c82 plldiv = kzalloc(sizeof(*plldiv), GFP_KERNEL);
/linux-master/arch/arm/mach-footbridge/
H A Debsa285.c87 led = kzalloc(sizeof(*led), GFP_KERNEL);
/linux-master/arch/m68k/amiga/
H A Dchipram.c50 res = kzalloc(sizeof(struct resource), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusgf119.c88 if (!(bus = kzalloc(sizeof(*bus), GFP_KERNEL)))
H A Dbusnv04.c88 if (!(bus = kzalloc(sizeof(*bus), GFP_KERNEL)))
H A Dbusnv4e.c79 if (!(bus = kzalloc(sizeof(*bus), GFP_KERNEL)))
H A Dpad.c112 if (!(*ppad = kzalloc(sizeof(**ppad), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Drammcp77.c69 if (!(ram = kzalloc(sizeof(*ram), GFP_KERNEL)))
H A Dramgp100.c94 if (!(ram = *pram = kzalloc(sizeof(*ram), GFP_KERNEL)))
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.c62 node = kzalloc(sizeof(*node), GFP_KERNEL);
/linux-master/drivers/mtd/chips/
H A Dmap_absent.c49 mtd = kzalloc(sizeof(*mtd), GFP_KERNEL);
/linux-master/net/caif/
H A Dcfvidl.c24 struct cfsrvl *vid = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC);
/linux-master/drivers/clk/mxs/
H A Dclk-pll.c89 pll = kzalloc(sizeof(*pll), GFP_KERNEL);
/linux-master/drivers/clocksource/
H A Dclps711x-timer.c57 clkevt = kzalloc(sizeof(*clkevt), GFP_KERNEL);
/linux-master/sound/soc/codecs/
H A Dsigmadsp-i2c.c22 buf = kzalloc(2 + len, GFP_KERNEL | GFP_DMA);
/linux-master/drivers/input/
H A Dapm-power.c55 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
/linux-master/drivers/clk/imx/
H A Dclk-gate-exclusive.c70 exgate = kzalloc(sizeof(*exgate), GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c114 *hw_generic = kzalloc(sizeof(struct hw_generic), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_kvdl.c23 kvdl = kzalloc(sizeof(*mlxsw_sp->kvdl) + kvdl_ops->priv_size,
/linux-master/arch/s390/kernel/
H A Druntime_instr.c86 cb = kzalloc(sizeof(*cb), GFP_KERNEL);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_mr.c75 mr = kzalloc(sizeof(*mr), GFP_KERNEL);
144 mr = kzalloc(sizeof(*mr), GFP_KERNEL);
220 mr = kzalloc(sizeof(*mr), GFP_KERNEL);
224 mr->pages = kzalloc(size, GFP_KERNEL);

Completed in 359 milliseconds

1234567891011>>