Home
last modified time | relevance | path

Searched refs:odev (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/tiny/
Dofdrm.c286 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 …]
/drivers/net/usb/
Dhso.c695 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 …]
/drivers/block/drbd/
Ddrbd_worker.c1538 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 …]
/drivers/video/fbdev/
Dplatinumfb.c527 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()
/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c247 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()
/drivers/video/fbdev/via/
Dhw.c900 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()
Dhw.h638 void via_odev_to_seq(struct seq_file *m, u32 odev);
Dviafbdev.c1460 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()
/drivers/usb/gadget/udc/
Domap_udc.c2618 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument