Searched refs:kzalloc (Results 151 - 175 of 1596) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-vp3054-i2c.c123 dev->card_priv = kzalloc(sizeof(*vp3054_i2c), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-video-v4l.c209 ctxt = kzalloc(sizeof(*ctxt),GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dtlv320aic23b.c140 client = kzalloc(sizeof(struct i2c_client), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/chips/
H A Dpcf8574.c140 if (!(data = kzalloc(sizeof(struct pcf8574_data), GFP_KERNEL))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dagent.c142 port_priv = kzalloc(sizeof *port_priv, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/gameport/
H A Dfm801-gp.c87 gp = kzalloc(sizeof(struct fm801_gp), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-serio.c134 iforce = kzalloc(sizeof(struct iforce), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dmagellan.c157 magellan = kzalloc(sizeof(struct magellan), GFP_KERNEL);
H A Dwarrior.c149 warrior = kzalloc(sizeof(struct warrior), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/keyboard/
H A Dnewtonkbd.c91 nkbd = kzalloc(sizeof(struct nkbd), GFP_KERNEL);
H A Dstowaway.c95 skbd = kzalloc(sizeof(struct skbd), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dcobalt_btns.c90 bdev = kzalloc(sizeof(struct buttons_dev), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Dct82c710.c179 ct82c710_port = kzalloc(sizeof(struct serio), GFP_KERNEL);
H A Dmaceps2.c124 serio = kzalloc(sizeof(struct serio), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dgunze.c122 gunze = kzalloc(sizeof(struct gunze), GFP_KERNEL);
H A Dmtouch.c135 mtouch = kzalloc(sizeof(struct mtouch), GFP_KERNEL);
H A Dpenmount.c97 pm = kzalloc(sizeof(struct pm), GFP_KERNEL);
H A Dtouchright.c110 tr = kzalloc(sizeof(struct tr), GFP_KERNEL);
H A Dtouchwin.c117 tw = kzalloc(sizeof(struct tw), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dfsm.c29 kzalloc(sizeof (FSMFNPTR) * fsm->state_count * fsm->event_count, GFP_KERNEL);
H A Dst5481_init.c72 adapter = kzalloc(sizeof(struct st5481_adapter), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_init.c84 if (!(card = kzalloc(sizeof(hysdn_card), GFP_KERNEL))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsnsc_event.c275 event_sd = kzalloc(sizeof (struct subch_data_s), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ixp4xx.c106 kzalloc(sizeof(struct ixp4xx_i2c_data), GFP_KERNEL);
H A Di2c-simtec.c80 pd = kzalloc(sizeof(struct simtec_i2c_data), GFP_KERNEL);

Completed in 207 milliseconds

1234567891011>>