Searched refs:pegasus (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/usb/ |
| H A D | pegasus.c | 100 static int get_registers(pegasus_t *pegasus, __u16 indx, __u16 size, void *data) in get_registers() argument 102 return usb_control_msg_recv(pegasus->usb, 0, PEGASUS_REQ_GET_REGS, in get_registers() 107 static int set_registers(pegasus_t *pegasus, __u16 indx, __u16 size, in set_registers() argument 112 ret = usb_control_msg_send(pegasus->usb, 0, PEGASUS_REQ_SET_REGS, in set_registers() 116 netif_dbg(pegasus, drv, pegasus->net, "%s failed with %d\n", __func__, ret); in set_registers() 126 static int set_register(pegasus_t *pegasus, __u16 indx, __u8 data) in set_register() argument 131 ret = usb_control_msg_send(pegasus->usb, 0, PEGASUS_REQ_SET_REG, in set_register() 135 netif_dbg(pegasus, drv, pegasus->net, "%s failed with %d\n", __func__, ret); in set_register() 140 static int update_eth_regs_async(pegasus_t *pegasus) in update_eth_regs_async() argument 161 usb_fill_control_urb(async_urb, pegasus->usb, in update_eth_regs_async() [all …]
|
| H A D | Makefile | 8 obj-$(CONFIG_USB_PEGASUS) += pegasus.o
|
| H A D | pegasus.h | 79 typedef struct pegasus { struct
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-yapp4-pegasus.dts | 12 compatible = "ysoft,imx6q-yapp4-pegasus", "fsl,imx6q";
|
| H A D | imx6qp-yapp4-pegasus-plus.dts | 12 compatible = "ysoft,imx6qp-yapp4-pegasus-plus", "fsl,imx6qp";
|
| H A D | Makefile | 274 imx6q-yapp4-pegasus.dtb \ 290 imx6qp-yapp4-pegasus-plus.dtb \
|
| /linux/ |
| H A D | CREDITS | 2609 D: USB ethernet pegasus/pegasus-II driver
|
| H A D | MAINTAINERS | 27042 W: https://github.com/petkan/pegasus 27043 T: git https://github.com/petkan/pegasus.git 27044 F: drivers/net/usb/pegasus.*
|