Searched refs:pegasus (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dpegasus.c43 #include "pegasus.h"
52 static const char driver_name[] = "pegasus";
65 #include "pegasus.h"
74 #include "pegasus.h"
101 pegasus_t *pegasus = urb->context; local
103 if (!pegasus)
108 if (pegasus->flags & ETH_REGS_CHANGE) {
109 pegasus->flags &= ~ETH_REGS_CHANGE;
110 pegasus->flags |= ETH_REGS_CHANGED;
111 update_eth_regs_async(pegasus);
128 get_registers(pegasus_t * pegasus, __u16 indx, __u16 size, void *data) argument
184 set_registers(pegasus_t * pegasus, __u16 indx, __u16 size, void *data) argument
239 set_register(pegasus_t * pegasus, __u16 indx, __u8 data) argument
292 update_eth_regs_async(pegasus_t * pegasus) argument
320 read_mii_word(pegasus_t * pegasus, __u8 phy, __u8 indx, __u16 * regd) argument
351 pegasus_t *pegasus = (pegasus_t *) netdev_priv(dev); local
358 write_mii_word(pegasus_t * pegasus, __u8 phy, __u8 indx, __u16 regd) argument
387 pegasus_t *pegasus = (pegasus_t *) netdev_priv(dev); local
392 read_eprom_word(pegasus_t * pegasus, __u8 index, __u16 * retdata) argument
423 enable_eprom_write(pegasus_t * pegasus) argument
432 disable_eprom_write(pegasus_t * pegasus) argument
442 write_eprom_word(pegasus_t * pegasus, __u8 index, __u16 data) argument
471 get_node_id(pegasus_t * pegasus, __u8 * id) argument
482 set_ethernet_addr(pegasus_t * pegasus) argument
495 reset_mac(pegasus_t * pegasus) argument
536 pegasus_t *pegasus = netdev_priv(dev); local
564 fill_skb_pool(pegasus_t * pegasus) argument
582 free_skb_pool(pegasus_t * pegasus) argument
594 pull_skb(pegasus_t * pegasus) argument
611 pegasus_t *pegasus = urb->context; local
726 pegasus_t *pegasus; local
769 pegasus_t *pegasus = urb->context; local
805 pegasus_t *pegasus = urb->context; local
863 pegasus_t *pegasus = netdev_priv(net); local
872 pegasus_t *pegasus = netdev_priv(net); local
915 disable_net_traffic(pegasus_t * pegasus) argument
922 get_interrupt_interval(pegasus_t * pegasus) argument
944 pegasus_t *pegasus = netdev_priv(net); local
956 free_all_urbs(pegasus_t * pegasus) argument
964 unlink_all_urbs(pegasus_t * pegasus) argument
972 alloc_urbs(pegasus_t * pegasus) argument
1002 pegasus_t *pegasus = netdev_priv(net); local
1060 pegasus_t *pegasus = netdev_priv(net); local
1074 pegasus_t *pegasus = netdev_priv(dev); local
1086 pegasus_t *pegasus = netdev_priv(dev); local
1095 pegasus_t *pegasus = netdev_priv(dev); local
1124 pegasus_t *pegasus; local
1138 pegasus_t *pegasus = netdev_priv(dev); local
1144 pegasus_t *pegasus = netdev_priv(dev); local
1150 pegasus_t *pegasus = netdev_priv(dev); local
1156 pegasus_t *pegasus = netdev_priv(dev); local
1162 pegasus_t *pegasus = netdev_priv(dev); local
1181 pegasus_t *pegasus = netdev_priv(net); local
1205 pegasus_t *pegasus = netdev_priv(net); local
1226 mii_phy_probe(pegasus_t * pegasus) argument
1242 setup_pegasus_II(pegasus_t * pegasus) argument
1279 pegasus_t *pegasus = container_of(work, pegasus_t, carrier_check.work); local
1292 pegasus_t *pegasus; local
1389 struct pegasus *pegasus = usb_get_intfdata(intf); local
1413 struct pegasus *pegasus = usb_get_intfdata(intf); local
1426 struct pegasus *pegasus = usb_get_intfdata(intf); local
[all...]
H A DMakefile7 obj-$(CONFIG_USB_PEGASUS) += pegasus.o
H A Dpegasus.h85 typedef struct pegasus { struct

Completed in 36 milliseconds