Home
last modified time | relevance | path

Searched defs:pegasus (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dpegasus.c90 pegasus_t *pegasus = urb->context; in ctrl_callback() local
115 static int get_registers(pegasus_t * pegasus, u16 indx, u16 size, in get_registers()
164 static int set_registers(pegasus_t * pegasus, u16 indx, u16 size, in set_registers()
214 static int set_register(pegasus_t * pegasus, u16 indx, u8 data) in set_register()
262 static int update_eth_regs_async(pegasus_t * pegasus) in update_eth_regs_async()
285 static int read_mii_word(pegasus_t * pegasus, u8 phy, u8 indx, u16 * regd) in read_mii_word()
311 pegasus_t *pegasus = (pegasus_t *) dev->priv; in mdio_read() local
318 static int write_mii_word(pegasus_t * pegasus, u8 phy, u8 indx, u16 regd) in write_mii_word()
341 pegasus_t *pegasus = (pegasus_t *) dev->priv; in mdio_write() local
346 static int read_eprom_word(pegasus_t * pegasus, u8 index, u16 * retdata) in read_eprom_word()
[all …]
Dpegasus.h86 typedef struct pegasus { struct
106 } pegasus_t; argument