Searched defs:pegasus (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/input/tablet/ |
D | pegasus_notetaker.c | 72 struct pegasus { struct 90 static int pegasus_control_msg(struct pegasus *pegasus, u8 *data, int len) in pegasus_control_msg() 124 static int pegasus_set_mode(struct pegasus *pegasus, u8 mode, u8 led) in pegasus_set_mode() 131 static void pegasus_parse_packet(struct pegasus *pegasus) in pegasus_parse_packet() 176 struct pegasus *pegasus = urb->context; in pegasus_irq() local 207 struct pegasus *pegasus = container_of(work, struct pegasus, init); in pegasus_init() local 218 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_open() local 251 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_close() local 267 struct pegasus *pegasus; in pegasus_probe() local 390 struct pegasus *pegasus = usb_get_intfdata(intf); in pegasus_disconnect() local [all …]
|
/Linux-v4.19/drivers/net/usb/ |
D | pegasus.c | 127 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() 148 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() 168 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() 187 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() 257 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in read_mii_word() 263 static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in write_mii_word() 270 pegasus_t *pegasus = netdev_priv(dev); in mdio_read() local 279 pegasus_t *pegasus = netdev_priv(dev); in mdio_write() local 285 static int read_eprom_word(pegasus_t *pegasus, __u8 index, __u16 *retdata) in read_eprom_word() 316 static inline void enable_eprom_write(pegasus_t *pegasus) in enable_eprom_write() [all …]
|
D | pegasus.h | 82 typedef struct pegasus { struct 103 } pegasus_t; argument
|