Home
last modified time | relevance | path

Searched refs:pegasus (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/usb/
H A Dpegasus.c108 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() argument
110 return usb_control_msg_recv(pegasus->usb, 0, PEGASUS_REQ_GET_REGS, in get_registers()
115 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() argument
120 ret = usb_control_msg_send(pegasus->usb, 0, PEGASUS_REQ_SET_REGS, in set_registers()
124 netif_dbg(pegasus, drv, pegasus->net, "%s failed with %d\n", __func__, ret); in set_registers()
134 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() argument
139 ret = usb_control_msg_send(pegasus->usb, 0, PEGASUS_REQ_SET_REG, in set_register()
143 netif_dbg(pegasus, drv, pegasus->net, "%s failed with %d\n", __func__, ret); in set_register()
148 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() argument
169 usb_fill_control_urb(async_urb, pegasus->usb, in update_eth_regs_async()
[all …]
H A DMakefile8 obj-$(CONFIG_USB_PEGASUS) += pegasus.o
H A Dpegasus.h79 typedef struct pegasus { struct
H A DKconfig78 If in doubt then look at <file:drivers/net/usb/pegasus.h> for the
86 module will be called pegasus.
/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() argument
109 result = usb_control_msg(pegasus->usbdev, in pegasus_control_msg()
110 usb_sndctrlpipe(pegasus->usbdev, 0), in pegasus_control_msg()
120 dev_err(&pegasus->usbdev->dev, "control msg error: %d\n", in pegasus_control_msg()
128 static int pegasus_set_mode(struct pegasus *pegasus, u8 mode, u8 led) in pegasus_set_mode() argument
132 return pegasus_control_msg(pegasus, cmd, sizeof(cmd)); in pegasus_set_mode()
135 static void pegasus_parse_packet(struct pegasus *pegasus) in pegasus_parse_packet() argument
137 unsigned char *data = pegasus->data; in pegasus_parse_packet()
138 struct input_dev *dev = pegasus->dev; in pegasus_parse_packet()
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-yapp4-pegasus.dts12 compatible = "ysoft,imx6q-yapp4-pegasus", "fsl,imx6q";
H A Dimx6qp-yapp4-pegasus-plus.dts12 compatible = "ysoft,imx6qp-yapp4-pegasus-plus", "fsl,imx6qp";
H A DMakefile274 imx6q-yapp4-pegasus.dtb \
290 imx6qp-yapp4-pegasus-plus.dtb \
/linux/
H A DCREDITS2617 D: USB ethernet pegasus/pegasus-II driver
H A DMAINTAINERS27419 W: https://github.com/petkan/pegasus
27420 T: git https://github.com/petkan/pegasus.git
27421 F: drivers/net/usb/pegasus.*