Searched defs:pegasus (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/input/tablet/ |
D | pegasus_notetaker.c | 73 struct pegasus { struct 91 static int pegasus_control_msg(struct pegasus *pegasus, u8 *data, int len) in pegasus_control_msg() 125 static int pegasus_set_mode(struct pegasus *pegasus, u8 mode, u8 led) in pegasus_set_mode() 132 static void pegasus_parse_packet(struct pegasus *pegasus) in pegasus_parse_packet() 177 struct pegasus *pegasus = urb->context; in pegasus_irq() local 208 struct pegasus *pegasus = container_of(work, struct pegasus, init); in pegasus_init() local 219 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_open() local 252 struct pegasus *pegasus = input_get_drvdata(dev); in pegasus_close() local 268 struct pegasus *pegasus; in pegasus_probe() local 397 struct pegasus *pegasus = usb_get_intfdata(intf); in pegasus_disconnect() local [all …]
|
/linux-6.12.1/drivers/net/usb/ |
D | pegasus.c | 100 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() 107 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() 126 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() 140 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() 212 static int read_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in read_mii_word() 218 static int write_mii_word(pegasus_t *pegasus, __u8 phy, __u8 indx, __u16 *regd) in write_mii_word() 225 pegasus_t *pegasus = netdev_priv(dev); in mdio_read() local 238 pegasus_t *pegasus = netdev_priv(dev); in mdio_write() local 244 static int read_eprom_word(pegasus_t *pegasus, __u8 index, __u16 *retdata) in read_eprom_word() 278 static inline void enable_eprom_write(pegasus_t *pegasus) in enable_eprom_write() [all …]
|
D | pegasus.h | 79 typedef struct pegasus { struct 100 } pegasus_t; argument
|