Searched refs:odev (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Docp.h150 ocp_force_power_off(struct ocp_device *odev) argument
152 mtdcr(DCRN_CPMFR, mfdcr(DCRN_CPMFR) | odev->def->pm);
156 ocp_force_power_on(struct ocp_device *odev) argument
158 mtdcr(DCRN_CPMFR, mfdcr(DCRN_CPMFR) & ~odev->def->pm);
192 struct ocp_device *odev = to_ocp_dev(dev); \
193 type *add = odev->def->additions; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_fs_i.h31 __be16 odev; member in struct:edevs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsetup.c341 int idev, odev; local
348 odev = prom_query_output_device();
349 if (idev == PROMDEV_IKBD && odev == PROMDEV_OSCREEN) {
351 } else if (idev == PROMDEV_ITTYA && odev == PROMDEV_OTTYA) {
353 } else if (idev == PROMDEV_ITTYB && odev == PROMDEV_OTTYB) {
355 } else if (idev == PROMDEV_I_UNK && odev == PROMDEV_OTTYA) {
358 } else if (idev == PROMDEV_I_UNK && odev == PROMDEV_OSCREEN) {
362 prom_printf("Confusing console (idev %d, odev %d)\n",
363 idev, odev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsetup.c378 int idev, odev; local
385 odev = prom_query_output_device();
386 if (idev == PROMDEV_IKBD && odev == PROMDEV_OSCREEN) {
388 } else if (idev == PROMDEV_ITTYA && odev == PROMDEV_OTTYA) {
390 } else if (idev == PROMDEV_ITTYB && odev == PROMDEV_OTTYB) {
392 } else if (idev == PROMDEV_IRSC && odev == PROMDEV_ORSC) {
394 } else if (idev == PROMDEV_IVCONS && odev == PROMDEV_OVCONS) {
403 idev, odev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Docp.c72 struct ocp_device *odev = to_ocp_dev(dev); \
74 return sprintf(buf, format_string, odev->def->field); \
89 void ocp_create_sysfs_dev_files(struct ocp_device *odev) argument
91 struct device *dev = &odev->dev;
101 if (odev->def->additions && odev->def->show)
102 odev->def->show(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c334 struct net_device *odev; /* The out-going device. Note that the device should member in struct:pktgen_dev
593 pkt_dev->clone_skb, pkt_dev->odev->name);
624 seq_printf(seq, "%02X%s", pkt_dev->odev->dev_addr[i],
1684 seq_printf(seq, "%s ", pkt_dev->odev->name);
1690 seq_printf(seq, "%s ", pkt_dev->odev->name);
1877 if (pkt_dev->odev != dev)
1918 struct net_device *odev; local
1922 if (pkt_dev->odev) {
1923 dev_put(pkt_dev->odev);
1924 pkt_dev->odev
2297 fill_packet_ipv4(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
2638 fill_packet_ipv6(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
2819 fill_packet(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3120 struct net_device *odev = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dplatinumfb.c529 static int __devinit platinumfb_probe(struct of_device* odev, argument
532 struct device_node *dp = odev->node;
540 info = framebuffer_alloc(sizeof(*pinfo), &odev->dev);
625 dev_set_drvdata(&odev->dev, info);
632 dev_set_drvdata(&odev->dev, NULL);
639 static int __devexit platinumfb_remove(struct of_device* odev) argument
641 struct fb_info *info = dev_get_drvdata(&odev->dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c687 char *odev = NULL; local
733 odev = *argv;
767 if (idev || odev) {
774 if (odev) {
775 idx = xll_name_to_index(odev);
812 if (!odev && tb[RTA_OIF]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c1236 char *odev = NULL; local
1282 odev = *argv;
1311 if (idev || odev) {
1321 if (odev) {
1322 if ((idx = ll_name_to_index(odev)) == 0) {
1323 fprintf(stderr, "Cannot find device \"%s\"\n", odev);
1365 if (!odev && tb[RTA_OIF])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dinode.c107 rdev = be16_to_cpu(efs_inode->di_u.di_dev.odev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_route.c97 struct net_device *odev; local
99 if ((odev=nr_dev_get(nr)) != NULL) { /* Can't add routes to ourself */
100 dev_put(odev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c1443 struct net_device *odev = NULL; local
1455 odev = dev_get_by_index(pkt_data->ifindex);
1456 if (unlikely(odev && !is_ieee80211_device(odev, dev))) {
1457 dev_put(odev);
1458 odev = NULL;
1460 if (unlikely(!odev)) {
1468 osdata = IEEE80211_DEV_TO_SUB_IF(odev);
1479 control.ifindex = odev->ifindex;
1489 ret = ieee80211_tx(odev, sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c2711 omap_udc_setup(struct platform_device *odev, struct otg_transceiver *xceiv) argument
2742 udc->gadget.dev.parent = &odev->dev;
2744 udc->gadget.dev.dma_mask = odev->dev.dma_mask;

Completed in 143 milliseconds