Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sysfb/
H A Dofdrm.c292 void __iomem *(*cmap_ioremap)(struct ofdrm_device *odev,
295 void (*cmap_write)(struct ofdrm_device *odev, unsigned char index,
358 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
360 struct drm_device *dev = &odev->sysfb.dev; in ofdrm_device_init_pci()
391 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
401 static struct resource *ofdrm_find_fb_resource(struct ofdrm_device *odev, in ofdrm_find_fb_resource()
404 struct platform_device *pdev = to_platform_device(odev->sysfb.dev.dev); in ofdrm_find_fb_resource()
427 static void __iomem *get_cmap_address_of(struct ofdrm_device *odev, struct device_node *of_node, in get_cmap_address_of()
430 struct drm_device *dev = &odev->sysfb.dev; in get_cmap_address_of()
459 static void __iomem *ofdrm_mach64_cmap_ioremap(struct ofdrm_device *odev, in ofdrm_mach64_cmap_ioremap()
356 ofdrm_device_init_pci(struct ofdrm_device * odev) ofdrm_device_init_pci() argument
389 ofdrm_device_init_pci(struct ofdrm_device * odev) ofdrm_device_init_pci() argument
399 ofdrm_find_fb_resource(struct ofdrm_device * odev,struct resource * fb_res) ofdrm_find_fb_resource() argument
425 get_cmap_address_of(struct ofdrm_device * odev,struct device_node * of_node,int bar_no,unsigned long offset,unsigned long size) get_cmap_address_of() argument
457 ofdrm_mach64_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_mach64_cmap_ioremap() argument
475 ofdrm_mach64_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_mach64_cmap_write() argument
487 ofdrm_rage128_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage128_cmap_ioremap() argument
494 ofdrm_rage128_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_rage128_cmap_write() argument
505 ofdrm_rage_m3a_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage_m3a_cmap_ioremap() argument
512 ofdrm_rage_m3a_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_rage_m3a_cmap_write() argument
531 ofdrm_rage_m3b_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage_m3b_cmap_ioremap() argument
538 ofdrm_rage_m3b_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_rage_m3b_cmap_write() argument
557 ofdrm_radeon_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_radeon_cmap_ioremap() argument
564 ofdrm_gxt2000_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_gxt2000_cmap_ioremap() argument
571 ofdrm_gxt2000_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_gxt2000_cmap_write() argument
580 ofdrm_avivo_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_avivo_cmap_ioremap() argument
594 ofdrm_avivo_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_avivo_cmap_write() argument
613 ofdrm_qemu_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_qemu_cmap_ioremap() argument
638 ofdrm_qemu_cmap_write(struct ofdrm_device * odev,unsigned char index,unsigned char r,unsigned char g,unsigned char b) ofdrm_qemu_cmap_write() argument
654 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); ofdrm_set_gamma_lut() local
666 ofdrm_device_fill_gamma(struct ofdrm_device * odev,const struct drm_format_info * format) ofdrm_device_fill_gamma() argument
688 ofdrm_device_load_gamma(struct ofdrm_device * odev,const struct drm_format_info * format,struct drm_color_lut * lut) ofdrm_device_load_gamma() argument
730 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev); ofdrm_crtc_helper_atomic_flush() local
822 struct ofdrm_device *odev; ofdrm_device_create() local
1102 struct ofdrm_device *odev; ofdrm_probe() local
[all...]
/linux/drivers/block/drbd/
H A Ddrbd_worker.c1519 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 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()
/linux/fs/efs/
H A Defs.h45 __be16 odev; member
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c271 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/sched/
H A Dact_mirred.c97 struct net_device *odev; in tcf_mirred_replace_dev() local
99 odev = rcu_replace_pointer(m->tcfm_dev, ndev, in tcf_mirred_replace_dev()
101 netdev_put(odev, &m->tcfm_dev_tracker); in tcf_mirred_replace_dev()
/linux/net/ipv6/
H A Dseg6_local.c853 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 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()
H A Dhw.h638 void via_odev_to_seq(struct seq_file *m, u32 odev);
H A 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()
/linux/net/sctp/
H A Dprotocol.c498 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 Ddevmap.c1182 struct bpf_dtab_netdev *dev, *odev; in dev_map_notification()
1187 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL));
1188 if (dev == odev) { in dev_map_init()
1163 struct bpf_dtab_netdev *dev, *odev; dev_map_notification() local
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c1063 struct net_device *odev = NULL; in airoha_ppe_flow_offload_replace()
1131 odev = act->dev; in airoha_ppe_flow_offload_replace()
1162 err = airoha_ppe_foe_entry_prepare(eth, &hwe, odev, offload_type, in airoha_ppe_flow_offload_replace()
1039 struct net_device *odev = NULL; airoha_ppe_flow_offload_replace() local
/linux/include/linux/
H A Dnetdevice.h4557 static inline void netdev_ref_replace(struct net_device *odev,
4562 if (odev)
4563 netdev_tracker_free(odev, tracker);
4566 __dev_put(odev);
/linux/drivers/usb/gadget/udc/
H A Domap_udc.c2611 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup() argument