Home
last modified time | relevance | path

Searched defs:odev (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c356 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
388 static int ofdrm_device_init_pci(struct ofdrm_device *odev) in ofdrm_device_init_pci()
649 static void ofdrm_device_set_gamma_linear(struct ofdrm_device *odev, in ofdrm_device_set_gamma_linear()
687 static void ofdrm_device_set_gamma(struct ofdrm_device *odev, in ofdrm_device_set_gamma()
792 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); in ofdrm_primary_plane_helper_atomic_update() local
832 struct ofdrm_device *odev = ofdrm_device_of_dev(dev); in ofdrm_primary_plane_helper_atomic_disable() local
879 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev); in ofdrm_crtc_helper_mode_valid() local
914 struct ofdrm_device *odev = ofdrm_device_of_dev(crtc->dev); in ofdrm_crtc_helper_atomic_flush() local
992 struct ofdrm_device *odev = ofdrm_device_of_dev(connector->dev); in ofdrm_connector_helper_get_modes() local
1081 struct ofdrm_device *odev; in ofdrm_device_create() local
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dplatinumfb.c527 static int platinumfb_probe(struct platform_device* odev) in platinumfb_probe()
636 static void platinumfb_remove(struct platform_device* odev) in platinumfb_remove()
/openbmc/linux/drivers/net/usb/
H A Dhso.c695 struct hso_net *odev = netdev_priv(net); in hso_net_open() local
725 struct hso_net *odev = netdev_priv(net); in hso_net_close() local
741 struct hso_net *odev = urb->context; in write_bulk_callback() local
772 struct hso_net *odev = netdev_priv(net); in hso_net_start_xmit() local
823 struct hso_net *odev = netdev_priv(net); in hso_net_tx_timeout() local
840 static void packetizeRx(struct hso_net *odev, unsigned char *ip_pkt, in packetizeRx()
982 struct hso_net *odev = urb->context; in read_bulk_callback() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_worker.c1538 struct drbd_device *odev = device; in _drbd_may_sync_now() local
1569 struct drbd_device *odev; in drbd_pause_after() local
1595 struct drbd_device *odev; in drbd_resume_next() local
1630 struct drbd_device *odev; in drbd_resync_after_valid() local
/openbmc/linux/net/core/
H A Dpktgen.c405 struct net_device *odev; /* The out-going device. member
2098 struct net_device *odev; in pktgen_setup_dev() local
2858 static struct sk_buff *fill_packet_ipv4(struct net_device *odev, in fill_packet_ipv4()
2986 static struct sk_buff *fill_packet_ipv6(struct net_device *odev, in fill_packet_ipv6()
3116 static struct sk_buff *fill_packet(struct net_device *odev, in fill_packet()
3444 struct net_device *odev = pkt_dev->odev; in pktgen_xmit() local
/openbmc/linux/drivers/video/fbdev/via/
H A Dhw.c900 u32 odev = 0; in via_parse_odev() local
923 void via_odev_to_seq(struct seq_file *m, u32 odev) in via_odev_to_seq()
H A Dviafbdev.c1460 static ssize_t odev_update(const char __user *buffer, size_t count, u32 *odev) in odev_update()
/openbmc/linux/fs/efs/
H A Defs.h45 __be16 odev; member
/openbmc/linux/net/sched/
H A Dact_mirred.c173 struct net_device *odev, *ndev; in tcf_mirred_init() local
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c247 struct net_device *odev = NULL; in mtk_flow_offload_replace() local
/openbmc/linux/net/netrom/
H A Dnr_route.c104 struct net_device *odev; in nr_add_node() local
/openbmc/linux/kernel/bpf/
H A Ddevmap.c1122 struct bpf_dtab_netdev *dev, *odev; in dev_map_notification() local
/openbmc/linux/net/sctp/
H A Dprotocol.c495 struct net_device *odev; in sctp_v4_get_dst() local
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c2618 omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv) in omap_udc_setup()
/openbmc/linux/net/ipv6/
H A Dseg6_local.c850 struct net_device *odev; in input_action_end_dx2() local
/openbmc/linux/include/linux/
H A Dnetdevice.h4144 static inline void netdev_ref_replace(struct net_device *odev, in netdev_ref_replace()