Searched refs:new_dev (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Doutput.c85 struct output_device *new_dev; local
88 new_dev = kzalloc(sizeof(struct output_device),GFP_KERNEL);
89 if (!new_dev) {
93 new_dev->props = op;
94 new_dev->class_dev.class = &video_output_class;
95 new_dev->class_dev.dev = dev;
96 strlcpy(new_dev->class_dev.class_id,name,KOBJ_NAME_LEN);
97 class_set_devdata(&new_dev->class_dev,devdata);
98 ret_code = class_device_register(&new_dev->class_dev);
100 kfree(new_dev);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan.c327 static void vlan_setup(struct net_device *new_dev) argument
329 SET_MODULE_OWNER(new_dev);
331 /* new_dev->ifindex = 0; it will be set when added to
335 new_dev->get_stats = vlan_dev_get_stats;
338 new_dev->priv_flags |= IFF_802_1Q_VLAN;
343 new_dev->tx_queue_len = 0;
346 new_dev->change_mtu = vlan_dev_change_mtu;
347 new_dev->open = vlan_dev_open;
348 new_dev->stop = vlan_dev_stop;
349 new_dev
391 struct net_device *new_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/display/
H A Ddisplay-sysfs.c135 struct display_device *new_dev = NULL; local
147 new_dev = kzalloc(sizeof(struct display_device), GFP_KERNEL);
148 if (likely(new_dev) && unlikely(driver->probe(new_dev, devdata))) {
151 ret = idr_get_new(&allocated_dsp, new_dev, &new_dev->idx);
155 new_dev->dev = device_create(display_class, parent, 0,
156 "display%d", new_dev->idx);
157 if (!IS_ERR(new_dev->dev)) {
158 dev_set_drvdata(new_dev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Datkbd.c1149 struct input_dev *old_dev, *new_dev; local
1172 new_dev = input_allocate_device();
1173 if (!new_dev)
1176 atkbd->dev = new_dev;
1184 input_free_device(new_dev);
1206 struct input_dev *old_dev, *new_dev; local
1220 new_dev = input_allocate_device();
1221 if (!new_dev)
1224 atkbd->dev = new_dev;
1231 input_free_device(new_dev);
1252 struct input_dev *old_dev, *new_dev; local
1303 struct input_dev *old_dev, *new_dev; local
1355 struct input_dev *old_dev, *new_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_iface.c41 struct net_device **new_dev, int type)
87 if (new_dev)
88 *new_dev = ndev;
40 ieee80211_if_add(struct net_device *dev, const char *name, struct net_device **new_dev, int type) argument
H A Dieee80211_i.h784 struct net_device **new_dev, int type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dpsmouse-base.c1427 struct input_dev *old_dev, *new_dev; local
1439 new_dev = input_allocate_device();
1440 if (!new_dev)
1446 input_free_device(new_dev);
1457 input_free_device(new_dev);
1462 input_free_device(new_dev);
1481 psmouse->dev = new_dev;
1499 input_free_device(new_dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c2602 __ATTR(new_dev, S_IWUSR, null_show, new_dev_store);

Completed in 98 milliseconds