Lines Matching defs:dev

113 #define dm9620_print(dev, format, args...) devdbg(dev, format, ##args)  argument
114 #define dm9620_err(dev, format, args...) deverr(dev, format, ##args) argument
117 #define dm9620_print(dev, format, args...) printk(format, ##args) argument
118 #define dm9620_err(dev, format, args...) printk(format, ##args) argument
120 static int dm_read(struct usbnet *dev, u8 reg, u16 length, void *data) in dm_read()
130 static int dm_read_reg(struct usbnet *dev, u8 reg, u8 *value) in dm_read_reg()
148 static int dm_write(struct usbnet *dev, u8 reg, u16 length, void *data) in dm_write()
158 static int dm_write_reg(struct usbnet *dev, u8 reg, u8 value) in dm_write_reg()
180 static void dm_write_async_helper(struct usbnet *dev, u8 reg, u8 value, in dm_write_async_helper()
220 static void dm_write_async(struct usbnet *dev, u8 reg, u16 length, void *data) in dm_write_async()
226 static void dm_write_reg_async(struct usbnet *dev, u8 reg, u8 value) in dm_write_reg_async()
234 static int dm_read_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 *value) in dm_read_shared_word()
286 static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 value) in dm_write_shared_word()
328 static int dm_write_eeprom_word(struct usbnet *dev, int phy, u8 offset, u8 value) in dm_write_eeprom_word()
406 static int dm_read_eeprom_word(struct usbnet *dev, u8 offset, void *value) in dm_read_eeprom_word()
414 struct usbnet *dev = netdev_priv(net); in dm9620_set_eeprom() local
429 static int dm9620_get_eeprom_len(struct net_device *dev) in dm9620_get_eeprom_len()
437 struct usbnet *dev = netdev_priv(net); in dm9620_get_eeprom() local
455 struct usbnet *dev = netdev_priv(netdev); in dm9620_mdio_read() local
469 struct usbnet *dev = netdev_priv(netdev); in dm9620_mdio_write() local
492 struct usbnet *dev = netdev_priv(net); in dm9620_get_link() local
499 struct usbnet *dev = netdev_priv(net); in dm9620_ioctl() local
513 struct usbnet *dev = netdev_priv(net); in dm9620_get_wol() local
534 struct usbnet *dev = netdev_priv(net); in dm9620_set_wol() local
566 struct usbnet *dev = netdev_priv(net); in dm9620_set_multicast() local
606 static void __dm9620_set_mac_address(struct usbnet *dev) in __dm9620_set_mac_address()
614 struct usbnet *dev = netdev_priv(net); in dm9620_set_mac_address() local
657 static int dm9620_bind(struct usbnet *dev, struct usb_interface *intf) in dm9620_bind()
831 void dm9620_unbind(struct usbnet *dev, struct usb_interface *intf) in dm9620_unbind()
859 static int dm9620_rx_fixup(struct usbnet *dev, struct sk_buff *skb) in dm9620_rx_fixup()
977 static struct sk_buff *dm9620_tx_fixup(struct usbnet *dev, struct sk_buff *skb, in dm9620_tx_fixup()
1062 static void dm9620_status(struct usbnet *dev, struct urb *urb) in dm9620_status()
1095 static int dm9620_link_reset(struct usbnet *dev) in dm9620_link_reset()