Searched refs:pegasus_t (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | pegasus.c | 125 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() 132 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() 151 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() 165 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() 200 static int __mii_op(pegasus_t *p, __u8 phy, __u8 indx, __u16 *regd, __u8 cmd) in __mii_op() 237 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in read_mii_word() 243 static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in write_mii_word() 250 pegasus_t *pegasus = netdev_priv(dev); in mdio_read() 263 pegasus_t *pegasus = netdev_priv(dev); in mdio_write() 269 static int read_eprom_word(pegasus_t *pegasus, __u8 index, __u16 *retdata) in read_eprom_word() [all …]
|
| H A D | pegasus.h | 100 } pegasus_t; typedef
|