| /linux/drivers/block/drbd/ |
| H A D | drbd_worker.c | 1519 struct drbd_device *odev = device; in _drbd_may_sync_now() local 1523 if (!odev->ldev || odev->state.disk == D_DISKLESS) in _drbd_may_sync_now() 1526 resync_after = rcu_dereference(odev->ldev->disk_conf)->resync_after; in _drbd_may_sync_now() 1530 odev = minor_to_device(resync_after); in _drbd_may_sync_now() 1531 if (!odev) in _drbd_may_sync_now() 1533 if ((odev->state.conn >= C_SYNC_SOURCE && in _drbd_may_sync_now() 1534 odev->state.conn <= C_PAUSED_SYNC_T) || in _drbd_may_sync_now() 1535 odev->state.aftr_isp || odev->state.peer_isp || in _drbd_may_sync_now() 1536 odev->state.user_isp) in _drbd_may_sync_now() 1550 struct drbd_device *odev; in drbd_pause_after() local [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | platinumfb.c | 527 static int platinumfb_probe(struct platform_device* odev) in platinumfb_probe() argument 529 struct device_node *dp = odev->dev.of_node; in platinumfb_probe() 535 dev_info(&odev->dev, "Found Apple Platinum video hardware\n"); in platinumfb_probe() 537 info = framebuffer_alloc(sizeof(*pinfo), &odev->dev); in platinumfb_probe() 545 dev_err(&odev->dev, "Can't get resources\n"); in platinumfb_probe() 549 dev_dbg(&odev->dev, " registers : 0x%llx...0x%llx\n", in platinumfb_probe() 552 dev_dbg(&odev->dev, " framebuffer: 0x%llx...0x%llx\n", in platinumfb_probe() 623 dev_set_drvdata(&odev->dev, info); in platinumfb_probe() 636 static void platinumfb_remove(struct platform_device* odev) in platinumfb_remove() argument 638 struct fb_info *info = dev_get_drvdata(&odev->dev); in platinumfb_remove()
|
| /linux/fs/efs/ |
| H A D | efs.h | 45 __be16 odev; member
|
| /linux/net/sched/ |
| H A D | act_mirred.c | 93 struct net_device *odev; in tcf_mirred_replace_dev() local 95 odev = rcu_replace_pointer(m->tcfm_dev, ndev, in tcf_mirred_replace_dev() 97 netdev_put(odev, &m->tcfm_dev_tracker); in tcf_mirred_replace_dev()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_offload.c | 271 struct net_device *idev = NULL, *odev = NULL; in mtk_flow_offload_replace() local 370 odev = act->dev; in mtk_flow_offload_replace() 483 err = mtk_flow_set_output_device(eth, &foe, odev, data.eth.h_dest, in mtk_flow_offload_replace()
|
| /linux/net/ipv6/ |
| H A D | seg6_local.c | 853 struct net_device *odev; in input_action_end_dx2() local 872 odev = dev_get_by_index_rcu(net, slwt->oif); in input_action_end_dx2() 873 if (!odev) in input_action_end_dx2() 879 if (odev->type != ARPHRD_ETHER) in input_action_end_dx2() 882 if (!(odev->flags & IFF_UP) || !netif_carrier_ok(odev)) in input_action_end_dx2() 892 if (skb->len - ETH_HLEN > odev->mtu) in input_action_end_dx2() 895 skb->dev = odev; in input_action_end_dx2()
|
| /linux/drivers/video/fbdev/via/ |
| H 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()
|
| H A D | hw.h | 638 void via_odev_to_seq(struct seq_file *m, u32 odev);
|
| H 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/net/sctp/ |
| H A D | protocol.c | 498 struct net_device *odev; in sctp_v4_get_dst() local 518 odev = __ip_dev_find(sock_net(sk), laddr->a.v4.sin_addr.s_addr, in sctp_v4_get_dst() 520 if (!odev || odev->ifindex != fl4->flowi4_oif) { in sctp_v4_get_dst()
|
| /linux/kernel/bpf/ |
| H A D | devmap.c | 1163 struct bpf_dtab_netdev *dev, *odev; in dev_map_notification() local 1168 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification() 1169 if (dev == odev) { in dev_map_notification()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_ppe.c | 1039 struct net_device *odev = NULL; in airoha_ppe_flow_offload_replace() local 1107 odev = act->dev; in airoha_ppe_flow_offload_replace() 1138 err = airoha_ppe_foe_entry_prepare(eth, &hwe, odev, offload_type, in airoha_ppe_flow_offload_replace()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4539 static inline void netdev_ref_replace(struct net_device *odev, in DEFINE_FREE() 4544 if (odev) in DEFINE_FREE() 4545 netdev_tracker_free(odev, tracker); in DEFINE_FREE() 4548 __dev_put(odev); in DEFINE_FREE()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | omap_udc.c | 2615 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument
|