Searched defs:pegasus (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 127 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() 140 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in set_registers() 153 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() 166 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() 236 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in read_mii_word() 242 static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in write_mii_word() 249 pegasus_t *pegasus = netdev_priv(dev); in mdio_read() local 258 pegasus_t *pegasus = netdev_priv(dev); in mdio_write() local 264 static int read_eprom_word(pegasus_t *pegasus, __u8 index, __u16 *retdata) in read_eprom_word() 295 static inline void enable_eprom_write(pegasus_t *pegasus) in enable_eprom_write() [all …]
|
D | pegasus.h | 82 typedef struct pegasus { struct 104 } pegasus_t; argument
|