Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/asus_oled/
Dasus_oled.c160 static void enable_oled(struct asus_oled_dev *odev, uint8_t enabl) in enable_oled()
202 struct asus_oled_dev *odev = usb_get_intfdata(intf); in set_enabled() local
216 struct asus_oled_dev *odev = in class_set_enabled() local
232 struct asus_oled_dev *odev = usb_get_intfdata(intf); in get_enabled() local
240 struct asus_oled_dev *odev = in class_get_enabled() local
323 static void send_data(struct asus_oled_dev *odev) in send_data()
356 static int append_values(struct asus_oled_dev *odev, uint8_t val, size_t count) in append_values()
422 static ssize_t odev_set_picture(struct asus_oled_dev *odev, in odev_set_picture()
641 struct asus_oled_dev *odev = NULL; in asus_oled_probe() local
751 struct asus_oled_dev *odev; in asus_oled_disconnect() local
/linux-3.3/drivers/block/drbd/
Ddrbd_worker.c1333 struct drbd_conf *odev = mdev; in _drbd_may_sync_now() local
1356 struct drbd_conf *odev; in _drbd_pause_after() local
1381 struct drbd_conf *odev; in _drbd_resume_next() local
1416 struct drbd_conf *odev; in sync_after_error() local
Ddrbd_nl.c1364 struct drbd_conf *odev; in drbd_nl_net_conf() local
/linux-3.3/drivers/video/
Dplatinumfb.c536 static int __devinit platinumfb_probe(struct platform_device* odev) in platinumfb_probe()
648 static int __devexit platinumfb_remove(struct platform_device* odev) in platinumfb_remove()
/linux-3.3/drivers/net/usb/
Dhso.c725 struct hso_net *odev = netdev_priv(net); in hso_net_open() local
755 struct hso_net *odev = netdev_priv(net); in hso_net_close() local
771 struct hso_net *odev = urb->context; in write_bulk_callback() local
802 struct hso_net *odev = netdev_priv(net); in hso_net_start_xmit() local
853 struct hso_net *odev = netdev_priv(net); in hso_net_tx_timeout() local
871 static void packetizeRx(struct hso_net *odev, unsigned char *ip_pkt, in packetizeRx()
1015 struct hso_net *odev = urb->context; in read_bulk_callback() local
/linux-3.3/net/core/
Dpktgen.c366 struct net_device *odev; /* The out-going device. member
1976 struct net_device *odev; in pktgen_setup_dev() local
2633 static struct sk_buff *fill_packet_ipv4(struct net_device *odev, in fill_packet_ipv4()
2857 static struct sk_buff *fill_packet_ipv6(struct net_device *odev, in fill_packet_ipv6()
2972 static struct sk_buff *fill_packet(struct net_device *odev, in fill_packet()
3298 struct net_device *odev = pkt_dev->odev; in pktgen_xmit() local
/linux-3.3/drivers/video/via/
Dhw.c915 u32 odev = 0; in via_parse_odev() local
938 void via_odev_to_seq(struct seq_file *m, u32 odev) in via_odev_to_seq()
Dviafbdev.c1504 static ssize_t odev_update(const char __user *buffer, size_t count, u32 *odev) in odev_update()
/linux-3.3/fs/efs/
Defs.h41 __be16 odev; member
/linux-3.3/net/netrom/
Dnr_route.c99 struct net_device *odev; in nr_add_node() local
/linux-3.3/drivers/usb/gadget/
Domap_udc.c2653 omap_udc_setup(struct platform_device *odev, struct otg_transceiver *xceiv) in omap_udc_setup()