Home
last modified time | relevance | path

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

/linux/drivers/input/tablet/
H A Dpegasus_notetaker.c76 struct pegasus { struct
94 static int pegasus_control_msg(struct pegasus *pegasus, u8 *data, int len) in pegasus_control_msg()
128 static int pegasus_set_mode(struct pegasus *pegasus, u8 mode, u8 led) in pegasus_set_mode()
135 static void pegasus_parse_packet(struct pegasus *pegasus) in pegasus_parse_packet()
180 struct pegasus *pegasus = urb->context; in pegasus_irq() local
211 struct pegasus *pegasus = container_of(work, struct pegasus, init); in pegasus_init() local
220 static int __pegasus_open(struct pegasus *pegasus) in __pegasus_open()
244 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_open() local
262 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_close() local
279 struct pegasus *pegasus; in pegasus_probe() local
[all …]
/linux/drivers/net/usb/
H A Dpegasus.c108 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers()
115 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers()
134 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register()
148 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async()
222 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in read_mii_word()
228 static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in write_mii_word()
235 pegasus_t *pegasus = netdev_priv(dev); in mdio_read() local
248 pegasus_t *pegasus = netdev_priv(dev); in mdio_write() local
254 static int read_eprom_word(pegasus_t *pegasus, __u8 index, __u16 *retdata) in read_eprom_word()
288 static inline void enable_eprom_write(pegasus_t *pegasus) in enable_eprom_write()
[all …]
H A Dpegasus.h79 typedef struct pegasus { struct
100 } pegasus_t; argument