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

/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c285 void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev,
288 void (*cmap_write)(struct ofdrm_device *odev, unsigned char index,
355 static int ofdrm_device_init_pci(struct ofdrm_device *odev) argument
357 struct drm_device *dev = &odev->dev;
387 static int ofdrm_device_init_pci(struct ofdrm_device *odev) argument
397 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev, argument
400 struct platform_device *pdev = to_platform_device(odev->dev.dev);
423 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, argument
426 struct drm_device *dev = &odev->dev;
455 static void __iomem *ofdrm_mach64_cmap_ioremap(struct ofdrm_device *odev, argument
473 ofdrm_mach64_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
485 ofdrm_rage128_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
492 ofdrm_rage128_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
503 ofdrm_rage_m3a_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
510 ofdrm_rage_m3a_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
529 ofdrm_rage_m3b_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
536 ofdrm_rage_m3b_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
555 ofdrm_radeon_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
562 ofdrm_gxt2000_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
569 ofdrm_gxt2000_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
578 ofdrm_avivo_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
592 ofdrm_avivo_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
611 ofdrm_qemu_cmap_ioremap(struct ofdrm_device *odev, struct device_node *of_node, u64 fb_base) argument
636 ofdrm_qemu_cmap_write(struct ofdrm_device *odev, unsigned char index, unsigned char r, unsigned char g, unsigned char b) argument
648 ofdrm_device_set_gamma_linear(struct ofdrm_device *odev, const struct drm_format_info *format) argument
686 ofdrm_device_set_gamma(struct ofdrm_device *odev, const struct drm_format_info *format, struct drm_color_lut *lut) argument
761 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); local
805 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); local
845 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); local
892 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev); local
927 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev); local
1005 struct ofdrm_device *odev = ofdrm_device_of_dev(connector->dev); local
1094 struct ofdrm_device *odev; local
1362 struct ofdrm_device *odev; local
[all...]
/linux-master/drivers/net/usb/
H A Dhso.c694 struct hso_net *odev = netdev_priv(net); local
697 if (!odev) {
702 odev->skb_tx_buf = NULL;
705 spin_lock_irqsave(&odev->net_lock, flags);
706 odev->rx_parse_state = WAIT_IP;
707 odev->rx_buf_size = 0;
708 odev->rx_buf_missing = sizeof(struct iphdr);
709 spin_unlock_irqrestore(&odev->net_lock, flags);
712 set_bit(HSO_NET_RUNNING, &odev->flags);
713 hso_start_net_device(odev
724 struct hso_net *odev = netdev_priv(net); local
740 struct hso_net *odev = urb->context; local
771 struct hso_net *odev = netdev_priv(net); local
822 struct hso_net *odev = netdev_priv(net); local
839 packetizeRx(struct hso_net *odev, unsigned char *ip_pkt, unsigned int count, unsigned char is_eop) argument
981 struct hso_net *odev = urb->context; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dplatinumfb.c527 static int platinumfb_probe(struct platform_device* odev) argument
529 struct device_node *dp = odev->dev.of_node;
535 dev_info(&odev->dev, "Found Apple Platinum video hardware\n");
537 info = framebuffer_alloc(sizeof(*pinfo), &odev->dev);
545 dev_err(&odev->dev, "Can't get resources\n");
549 dev_dbg(&odev->dev, " registers : 0x%llx...0x%llx\n",
552 dev_dbg(&odev->dev, " framebuffer: 0x%llx...0x%llx\n",
623 dev_set_drvdata(&odev->dev, info);
636 static void platinumfb_remove(struct platform_device* odev) argument
638 struct fb_info *info = dev_get_drvdata(&odev
[all...]
/linux-master/net/core/
H A Dpktgen.c406 struct net_device *odev; /* The out-going device. member in struct:pktgen_dev
621 pkt_dev->odev->dev_addr : pkt_dev->src_mac);
1200 !(pkt_dev->odev->priv_flags & IFF_TX_SKB_SHARING)))
1260 (!(pkt_dev->odev->priv_flags & IFF_TX_SKB_SHARING)))))
2050 if (pkt_dev->odev != dev)
2119 struct net_device *odev; local
2123 if (pkt_dev->odev) {
2124 netdev_put(pkt_dev->odev, &pkt_dev->dev_tracker);
2125 pkt_dev->odev = NULL;
2128 odev
2879 fill_packet_ipv4(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3007 fill_packet_ipv6(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3137 fill_packet(struct net_device *odev, struct pktgen_dev *pkt_dev) argument
3465 struct net_device *odev = pkt_dev->odev; local
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c1538 struct drbd_device *odev = device; local
1542 if (!odev->ldev || odev->state.disk == D_DISKLESS)
1545 resync_after = rcu_dereference(odev->ldev->disk_conf)->resync_after;
1549 odev = minor_to_device(resync_after);
1550 if (!odev)
1552 if ((odev->state.conn >= C_SYNC_SOURCE &&
1553 odev->state.conn <= C_PAUSED_SYNC_T) ||
1554 odev->state.aftr_isp || odev
1569 struct drbd_device *odev; local
1595 struct drbd_device *odev; local
1630 struct drbd_device *odev; local
[all...]
/linux-master/fs/efs/
H A Defs.h45 __be16 odev; member in struct:edevs
H A Dinode.c117 rdev = be16_to_cpu(efs_inode->di_u.di_dev.odev);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c251 struct net_device *odev = NULL; local
332 odev = act->dev;
447 err = mtk_flow_set_output_device(eth, &foe, odev, data.eth.h_dest,
/linux-master/net/sched/
H A Dact_mirred.c96 struct net_device *odev; local
98 odev = rcu_replace_pointer(m->tcfm_dev, ndev,
100 netdev_put(odev, &m->tcfm_dev_tracker);
/linux-master/net/ipv6/
H A Dseg6_local.c850 struct net_device *odev; local
869 odev = dev_get_by_index_rcu(net, slwt->oif);
870 if (!odev)
876 if (odev->type != ARPHRD_ETHER)
879 if (!(odev->flags & IFF_UP) || !netif_carrier_ok(odev))
889 if (skb->len - ETH_HLEN > odev->mtu)
892 skb->dev = odev;
/linux-master/drivers/video/fbdev/via/
H A Dhw.h638 void via_odev_to_seq(struct seq_file *m, u32 odev);
H A Dhw.c900 u32 odev = 0; local
909 odev |= device_mapping[i].device;
920 return odev;
923 void via_odev_to_seq(struct seq_file *m, u32 odev) argument
928 if (odev & device_mapping[i].device) {
H A Dviafbdev.c1460 static ssize_t odev_update(const char __user *buffer, size_t count, u32 *odev) argument
1481 *odev |= devices;
1483 *odev &= ~devices;
1485 *odev = devices;
/linux-master/net/netrom/
H A Dnr_route.c104 struct net_device *odev; local
106 if ((odev=nr_dev_get(nr)) != NULL) { /* Can't add routes to ourself */
107 dev_put(odev);
/linux-master/kernel/bpf/
H A Ddevmap.c1132 struct bpf_dtab_netdev *dev, *odev; local
1137 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL));
1138 if (dev == odev) {
/linux-master/net/sctp/
H A Dprotocol.c495 struct net_device *odev; local
515 odev = __ip_dev_find(sock_net(sk), laddr->a.v4.sin_addr.s_addr,
517 if (!odev || odev->ifindex != fl4->flowi4_oif) {
/linux-master/include/linux/
H A Dnetdevice.h4130 static inline void netdev_ref_replace(struct net_device *odev, argument
4135 if (odev)
4136 netdev_tracker_free(odev, tracker);
4139 __dev_put(odev);
/linux-master/drivers/usb/gadget/udc/
H A Domap_udc.c2618 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) argument

Completed in 282 milliseconds