/linux/drivers/net/usb/ |
A D | hso.c | 698 if (!odev) { in hso_net_open() 708 odev->rx_buf_size = 0; in hso_net_open() 745 if (!odev || !test_bit(HSO_NET_RUNNING, &odev->flags)) { in write_bulk_callback() 795 odev); in hso_net_start_xmit() 825 if (!odev) in hso_net_tx_timeout() 858 odev->rx_buf_missing) ? count : odev-> in packetizeRx() 884 odev->skb_rx_buf = netdev_alloc_skb(odev->net, in packetizeRx() 938 odev->net->stats.rx_bytes += odev->rx_buf_size; in packetizeRx() 995 if (!odev || !test_bit(HSO_NET_RUNNING, &odev->flags)) { in read_bulk_callback() 1001 net = odev->net; in read_bulk_callback() [all …]
|
/linux/drivers/block/drbd/ |
A D | drbd_worker.c | 1542 if (!odev->ldev || odev->state.disk == D_DISKLESS) in _drbd_may_sync_now() 1550 if (!odev) in _drbd_may_sync_now() 1554 odev->state.aftr_isp || odev->state.peer_isp || in _drbd_may_sync_now() 1555 odev->state.user_isp) in _drbd_may_sync_now() 1569 struct drbd_device *odev; in drbd_pause_after() local 1574 if (odev->state.conn == C_STANDALONE && odev->state.disk == D_DISKLESS) in drbd_pause_after() 1595 struct drbd_device *odev; in drbd_resume_next() local 1600 if (odev->state.conn == C_STANDALONE && odev->state.disk == D_DISKLESS) in drbd_resume_next() 1630 struct drbd_device *odev; in drbd_resync_after_valid() local 1641 if (odev == device) in drbd_resync_after_valid() [all …]
|
/linux/net/core/ |
A D | pktgen.c | 2101 if (pkt_dev->odev) { in pktgen_setup_dev() 2107 if (!odev) { in pktgen_setup_dev() 2112 if (odev->type != ARPHRD_ETHER && odev->type != ARPHRD_LOOPBACK) { in pktgen_setup_dev() 2119 pkt_dev->odev = odev; in pktgen_setup_dev() 2123 dev_put(odev); in pktgen_setup_dev() 2134 if (!pkt_dev->odev) { in pktgen_setup_inject() 2957 skb->dev = odev; in fill_packet_ipv4() 3092 skb->dev = odev; in fill_packet_ipv6() 3445 struct net_device *odev = pkt_dev->odev; in pktgen_xmit() local 3451 if (unlikely(!netif_running(odev) || !netif_carrier_ok(odev))) { in pktgen_xmit() [all …]
|
/linux/drivers/video/fbdev/ |
A D | platinumfb.c | 530 static int platinumfb_probe(struct platform_device* odev) in platinumfb_probe() argument 532 struct device_node *dp = odev->dev.of_node; in platinumfb_probe() 538 dev_info(&odev->dev, "Found Apple Platinum video hardware\n"); in platinumfb_probe() 540 info = framebuffer_alloc(sizeof(*pinfo), &odev->dev); in platinumfb_probe() 548 dev_err(&odev->dev, "Can't get resources\n"); in platinumfb_probe() 552 dev_dbg(&odev->dev, " registers : 0x%llx...0x%llx\n", in platinumfb_probe() 555 dev_dbg(&odev->dev, " framebuffer: 0x%llx...0x%llx\n", in platinumfb_probe() 626 dev_set_drvdata(&odev->dev, info); in platinumfb_probe() 639 static int platinumfb_remove(struct platform_device* odev) in platinumfb_remove() argument 641 struct fb_info *info = dev_get_drvdata(&odev->dev); in platinumfb_remove()
|
/linux/drivers/net/ethernet/mediatek/ |
A D | mtk_ppe_offload.c | 179 struct net_device *odev = NULL; in mtk_flow_offload_replace() local 225 odev = act->dev; in mtk_flow_offload_replace() 329 err = mtk_flow_set_output_device(eth, &foe, odev); in mtk_flow_offload_replace()
|
/linux/net/ipv6/ |
A D | seg6_local.c | 336 struct net_device *odev; in input_action_end_dx2() local 355 odev = dev_get_by_index_rcu(net, slwt->oif); in input_action_end_dx2() 356 if (!odev) in input_action_end_dx2() 362 if (odev->type != ARPHRD_ETHER) in input_action_end_dx2() 365 if (!(odev->flags & IFF_UP) || !netif_carrier_ok(odev)) in input_action_end_dx2() 375 if (skb->len - ETH_HLEN > odev->mtu) in input_action_end_dx2() 378 skb->dev = odev; in input_action_end_dx2()
|
/linux/fs/efs/ |
A D | efs.h | 48 __be16 odev; member
|
A D | inode.c | 116 rdev = be16_to_cpu(efs_inode->di_u.di_dev.odev); in efs_iget()
|
/linux/net/netrom/ |
A D | nr_route.c | 104 struct net_device *odev; in nr_add_node() local 106 if ((odev=nr_dev_get(nr)) != NULL) { /* Can't add routes to ourself */ in nr_add_node() 107 dev_put(odev); in nr_add_node()
|
/linux/drivers/video/fbdev/via/ |
A D | hw.c | 900 u32 odev = 0; in via_parse_odev() local 909 odev |= device_mapping[i].device; in via_parse_odev() 920 return odev; in via_parse_odev() 923 void via_odev_to_seq(struct seq_file *m, u32 odev) in via_odev_to_seq() argument 928 if (odev & device_mapping[i].device) { in via_odev_to_seq()
|
A D | hw.h | 638 void via_odev_to_seq(struct seq_file *m, u32 odev);
|
A D | viafbdev.c | 1460 static ssize_t odev_update(const char __user *buffer, size_t count, u32 *odev) in odev_update() argument 1481 *odev |= devices; in odev_update() 1483 *odev &= ~devices; in odev_update() 1485 *odev = devices; in odev_update()
|
/linux/kernel/bpf/ |
A D | devmap.c | 1107 struct bpf_dtab_netdev *dev, *odev; in dev_map_notification() local 1112 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification() 1113 if (dev == odev) in dev_map_notification()
|
/linux/net/sctp/ |
A D | protocol.c | 491 struct net_device *odev; in sctp_v4_get_dst() local 513 odev = __ip_dev_find(sock_net(sk), laddr->a.v4.sin_addr.s_addr, in sctp_v4_get_dst() 515 if (!odev || odev->ifindex != fl4->flowi4_oif) { in sctp_v4_get_dst()
|
/linux/drivers/usb/gadget/udc/ |
A D | omap_udc.c | 2616 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument
|