/linux-6.6.21/drivers/gpu/drm/tiny/ |
D | ofdrm.c | 286 void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev, 289 void (*cmap_write)(struct ofdrm_device *odev, unsigned char index, 356 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci() argument 358 struct drm_device *dev = &odev->dev; in ofdrm_device_init_pci() 388 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci() argument 398 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev, in ofdrm_find_fb_resource() argument 401 struct platform_device *pdev = to_platform_device(odev->dev.dev); in ofdrm_find_fb_resource() 424 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of() argument 427 struct drm_device *dev = &odev->dev; in get_cmap_address_of() 456 static void __iomem *ofdrm_mach64_cmap_ioremap(struct ofdrm_device *odev, in ofdrm_mach64_cmap_ioremap() argument [all …]
|
/linux-6.6.21/drivers/net/usb/ |
D | hso.c | 695 struct hso_net *odev = netdev_priv(net); in hso_net_open() local 698 if (!odev) { in hso_net_open() 703 odev->skb_tx_buf = NULL; in hso_net_open() 706 spin_lock_irqsave(&odev->net_lock, flags); in hso_net_open() 707 odev->rx_parse_state = WAIT_IP; in hso_net_open() 708 odev->rx_buf_size = 0; in hso_net_open() 709 odev->rx_buf_missing = sizeof(struct iphdr); in hso_net_open() 710 spin_unlock_irqrestore(&odev->net_lock, flags); in hso_net_open() 713 set_bit(HSO_NET_RUNNING, &odev->flags); in hso_net_open() 714 hso_start_net_device(odev->parent); in hso_net_open() [all …]
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_worker.c | 1538 struct drbd_device *odev = device; in _drbd_may_sync_now() local 1542 if (!odev->ldev || odev->state.disk == D_DISKLESS) in _drbd_may_sync_now() 1545 resync_after = rcu_dereference(odev->ldev->disk_conf)->resync_after; in _drbd_may_sync_now() 1549 odev = minor_to_device(resync_after); in _drbd_may_sync_now() 1550 if (!odev) in _drbd_may_sync_now() 1552 if ((odev->state.conn >= C_SYNC_SOURCE && in _drbd_may_sync_now() 1553 odev->state.conn <= C_PAUSED_SYNC_T) || 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 [all …]
|
/linux-6.6.21/net/core/ |
D | pktgen.c | 405 struct net_device *odev; /* The out-going device. member 620 pkt_dev->odev->dev_addr : pkt_dev->src_mac); in pktgen_if_show() 1199 !(pkt_dev->odev->priv_flags & IFF_TX_SKB_SHARING))) in pktgen_if_write() 1258 (!(pkt_dev->odev->priv_flags & IFF_TX_SKB_SHARING))))) in pktgen_if_write() 2029 if (pkt_dev->odev != dev) in pktgen_change_name() 2098 struct net_device *odev; in pktgen_setup_dev() local 2102 if (pkt_dev->odev) { in pktgen_setup_dev() 2103 netdev_put(pkt_dev->odev, &pkt_dev->dev_tracker); in pktgen_setup_dev() 2104 pkt_dev->odev = NULL; in pktgen_setup_dev() 2107 odev = pktgen_dev_get_by_name(pn, pkt_dev, ifname); in pktgen_setup_dev() [all …]
|
/linux-6.6.21/drivers/video/fbdev/ |
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-6.6.21/net/sched/ |
D | act_mirred.c | 173 struct net_device *odev, *ndev; in tcf_mirred_init() local 182 odev = rcu_replace_pointer(m->tcfm_dev, ndev, in tcf_mirred_init() 184 netdev_put(odev, &m->tcfm_dev_tracker); in tcf_mirred_init()
|
/linux-6.6.21/fs/efs/ |
D | efs.h | 45 __be16 odev; member
|
D | inode.c | 118 rdev = be16_to_cpu(efs_inode->di_u.di_dev.odev); in efs_iget()
|
/linux-6.6.21/drivers/net/ethernet/mediatek/ |
D | mtk_ppe_offload.c | 247 struct net_device *odev = NULL; in mtk_flow_offload_replace() local 328 odev = act->dev; in mtk_flow_offload_replace() 443 err = mtk_flow_set_output_device(eth, &foe, odev, data.eth.h_dest, in mtk_flow_offload_replace()
|
/linux-6.6.21/net/ipv6/ |
D | seg6_local.c | 850 struct net_device *odev; in input_action_end_dx2() local 869 odev = dev_get_by_index_rcu(net, slwt->oif); in input_action_end_dx2() 870 if (!odev) in input_action_end_dx2() 876 if (odev->type != ARPHRD_ETHER) in input_action_end_dx2() 879 if (!(odev->flags & IFF_UP) || !netif_carrier_ok(odev)) in input_action_end_dx2() 889 if (skb->len - ETH_HLEN > odev->mtu) in input_action_end_dx2() 892 skb->dev = odev; in input_action_end_dx2()
|
/linux-6.6.21/net/netrom/ |
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-6.6.21/drivers/video/fbdev/via/ |
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()
|
D | hw.h | 638 void via_odev_to_seq(struct seq_file *m, u32 odev);
|
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-6.6.21/kernel/bpf/ |
D | devmap.c | 1121 struct bpf_dtab_netdev *dev, *odev; in dev_map_notification() local 1126 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification() 1127 if (dev == odev) { in dev_map_notification()
|
/linux-6.6.21/net/sctp/ |
D | protocol.c | 495 struct net_device *odev; in sctp_v4_get_dst() local 515 odev = __ip_dev_find(sock_net(sk), laddr->a.v4.sin_addr.s_addr, in sctp_v4_get_dst() 517 if (!odev || odev->ifindex != fl4->flowi4_oif) { in sctp_v4_get_dst()
|
/linux-6.6.21/include/linux/ |
D | netdevice.h | 4144 static inline void netdev_ref_replace(struct net_device *odev, in netdev_ref_replace() argument 4149 if (odev) in netdev_ref_replace() 4150 netdev_tracker_free(odev, tracker); in netdev_ref_replace() 4153 __dev_put(odev); in netdev_ref_replace()
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | omap_udc.c | 2618 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument
|