Home
last modified time | relevance | path

Searched refs:pegasus (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/usb/
H A Dpegasus.c19 #include "pegasus.h"
24 static const char driver_name[] = "pegasus";
51 #include "pegasus.h"
63 * IDs as the Belkin F5D5050, so we need to teach the pegasus driver to
65 * case anyway, seeing as the pegasus is for "Wired" adaptors.
70 #include "pegasus.h"
108 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() argument
110 return usb_control_msg_recv(pegasus->usb, 0, PEGASUS_REQ_GET_REGS, in get_registers()
115 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() argument
120 ret = usb_control_msg_send(pegasus in set_registers()
134 set_register(pegasus_t * pegasus,__u16 indx,__u8 data) set_register() argument
148 update_eth_regs_async(pegasus_t * pegasus) update_eth_regs_async() argument
222 read_mii_word(pegasus_t * pegasus,__u8 phy,__u8 indx,__u16 * regd) read_mii_word() argument
228 write_mii_word(pegasus_t * pegasus,__u8 phy,__u8 indx,__u16 * regd) write_mii_word() argument
235 pegasus_t *pegasus = netdev_priv(dev); mdio_read() local
248 pegasus_t *pegasus = netdev_priv(dev); mdio_write() local
254 read_eprom_word(pegasus_t * pegasus,__u8 index,__u16 * retdata) read_eprom_word() argument
288 enable_eprom_write(pegasus_t * pegasus) enable_eprom_write() argument
296 disable_eprom_write(pegasus_t * pegasus) disable_eprom_write() argument
305 write_eprom_word(pegasus_t * pegasus,__u8 index,__u16 data) write_eprom_word() argument
337 get_node_id(pegasus_t * pegasus,u8 * id) get_node_id() argument
352 set_ethernet_addr(pegasus_t * pegasus) set_ethernet_addr() argument
380 reset_mac(pegasus_t * pegasus) reset_mac() argument
427 pegasus_t *pegasus = netdev_priv(dev); enable_net_traffic() local
467 pegasus_t *pegasus = urb->context; read_bulk_callback() local
577 pegasus_t *pegasus = from_tasklet(pegasus, t, rx_tl); rx_fixup() local
613 pegasus_t *pegasus = urb->context; write_bulk_callback() local
649 pegasus_t *pegasus = urb->context; intr_callback() local
705 pegasus_t *pegasus = netdev_priv(net); pegasus_tx_timeout() local
714 pegasus_t *pegasus = netdev_priv(net); pegasus_start_xmit() local
750 disable_net_traffic(pegasus_t * pegasus) disable_net_traffic() argument
757 get_interrupt_interval(pegasus_t * pegasus) get_interrupt_interval() argument
787 pegasus_t *pegasus = netdev_priv(net); set_carrier() local
799 free_all_urbs(pegasus_t * pegasus) free_all_urbs() argument
806 unlink_all_urbs(pegasus_t * pegasus) unlink_all_urbs() argument
813 alloc_urbs(pegasus_t * pegasus) alloc_urbs() argument
849 pegasus_t *pegasus = netdev_priv(net); pegasus_open() local
902 pegasus_t *pegasus = netdev_priv(net); pegasus_close() local
916 pegasus_t *pegasus = netdev_priv(dev); pegasus_get_drvinfo() local
928 pegasus_t *pegasus = netdev_priv(dev); pegasus_get_wol() local
937 pegasus_t *pegasus = netdev_priv(dev); pegasus_set_wol() local
974 pegasus_t *pegasus; pegasus_get_link_ksettings() local
985 pegasus_t *pegasus = netdev_priv(dev); pegasus_set_link_ksettings() local
991 pegasus_t *pegasus = netdev_priv(dev); pegasus_nway_reset() local
997 pegasus_t *pegasus = netdev_priv(dev); pegasus_get_link() local
1003 pegasus_t *pegasus = netdev_priv(dev); pegasus_get_msglevel() local
1009 pegasus_t *pegasus = netdev_priv(dev); pegasus_set_msglevel() local
1029 pegasus_t *pegasus = netdev_priv(net); pegasus_siocdevprivate() local
1053 pegasus_t *pegasus = netdev_priv(net); pegasus_set_multicast() local
1069 mii_phy_probe(pegasus_t * pegasus) mii_phy_probe() argument
1087 setup_pegasus_II(pegasus_t * pegasus) setup_pegasus_II() argument
1126 pegasus_t *pegasus = container_of(work, pegasus_t, carrier_check.work); check_carrier() local
1155 pegasus_t *pegasus; pegasus_probe() local
1253 struct pegasus *pegasus = usb_get_intfdata(intf); pegasus_disconnect() local
1275 struct pegasus *pegasus = usb_get_intfdata(intf); pegasus_suspend() local
1288 struct pegasus *pegasus = usb_get_intfdata(intf); pegasus_resume() local
[all...]
H A DMakefile8 obj-$(CONFIG_USB_PEGASUS) += pegasus.o
H A Dpegasus.h79 typedef struct pegasus { struct
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-yapp4-pegasus.dts12 compatible = "ysoft,imx6q-yapp4-pegasus", "fsl,imx6q";
H A Dimx6qp-yapp4-pegasus-plus.dts12 compatible = "ysoft,imx6qp-yapp4-pegasus-plus", "fsl,imx6qp";
/linux/
H A DCREDITS2624 D: USB ethernet pegasus/pegasus-II driver
H A DMAINTAINERS27986 W: https://github.com/petkan/pegasus
27987 T: git https://github.com/petkan/pegasus.git
27988 F: drivers/net/usb/pegasus.*