| /linux/drivers/net/ethernet/asix/ |
| H A D | Kconfig | 2 # Asix network device configuration 6 bool "Asix devices" 10 interface based on a chip from ASIX, say Y. 15 tristate "Asix AX88796C-SPI support" 20 Say Y here if you intend to use ASIX AX88796C attached in SPI mode.
|
| H A D | ax88796c_ioctl.h | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
| H A D | ax88796c_spi.h | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
| H A D | ax88796c_spi.c | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
| H A D | Makefile | 2 # Makefile for the Asix network device drivers.
|
| H A D | ax88796c_ioctl.c | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver
|
| H A D | ax88796c_main.h | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 19 #define ADP_NAME "ASIX AX88796C SPI Ethernet Adapter"
|
| H A D | ax88796c_main.c | 3 * Copyright (c) 2010 ASIX Electronics Corporation 6 * ASIX AX88796C SPI Fast Ethernet Linux driver 178 "MAC address read from ASIX chip\n"); in ax88796c_load_mac_addr() 1119 { .compatible = "asix,ax88796c" }, 1165 MODULE_DESCRIPTION("ASIX AX88796C SPI Ethernet driver");
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | asix,ax88796c.yaml | 4 $id: http://devicetree.org/schemas/net/asix,ax88796c.yaml# 7 title: ASIX AX88796C SPI Ethernet Adapter 13 ASIX AX88796C is an Ethernet controller with a built in PHY. This 26 const: asix,ax88796c 66 compatible = "asix,ax88796c";
|
| /linux/drivers/net/usb/ |
| H A D | ax88172a.c | 3 * ASIX AX88172A based USB 2.0 Ethernet Devices 15 #include "asix.h" 75 priv->mdio->name = "Asix MDIO Bus"; in ax88172a_init_mdio() 218 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88172a_bind() 348 .description = "ASIX AX88172A USB 2.0 Ethernet",
|
| H A D | asix_devices.c | 3 * ASIX AX8817X based USB 2.0 Ethernet Devices 10 #include "asix.h" 681 priv->mdio->name = "Asix MDIO Bus"; in ax88772_init_mdio() 907 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88772_bind() 1312 /* Asix framing packs multiple eth frames into a 2K usb bulk transfer */ in ax88178_bind() 1327 .description = "ASIX AX8817x USB 2.0 Ethernet", 1367 .description = "ASIX AX88772 USB 2.0 Ethernet", 1378 .description = "ASIX AX88772B USB 2.0 Ethernet", 1402 .description = "ASIX AX88178 USB 2.0 Ethernet", 1421 * Appears to be compatible with Asix 88772B. [all …]
|
| H A D | Makefile | 13 obj-$(CONFIG_USB_NET_AX8817X) += asix.o 14 asix-y := asix_devices.o asix_common.o ax88172a.o
|
| H A D | ax88179_178a.c | 3 * ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Devices 5 * Copyright (C) 2011-2013 ASIX 1266 "MAC address read from ASIX chip"); in ax88179_get_mac_addr() 1611 /* Read MAC address from DTB or asix chip */ in ax88179_reset() 1713 .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet", 1726 .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet", 1883 /* ASIX AX88179 10/100/1000 */ 1887 /* ASIX AX88178A 10/100/1000 */ 1953 MODULE_DESCRIPTION("ASIX AX88179/178A based USB 3.0/2.0 Gigabit Ethernet Devices");
|
| H A D | aqc111.h | 6 * Copyright (C) 2017-2018 ASIX
|
| H A D | asix_common.c | 3 * ASIX AX8817X based USB 2.0 Ethernet Devices 10 #include "asix.h"
|
| H A D | aqc111.c | 6 * Copyright (C) 2017-2018 ASIX 1257 "ASIX USB 3.1 Gen1 to 5G Multi-Gigabit Ethernet Adapter" 1276 "ASIX USB 3.1 Gen1 to 2.5G Multi-Gigabit Ethernet Adapter"
|
| H A D | cdc_ether.c | 817 /* ASIX USB 3.1 Gen1 to 5G Multi-Gigabit Ethernet Adapter(based on AQC111U) */ 825 /* ASIX USB 3.1 Gen1 to 2.5G Multi-Gigabit Ethernet Adapter(based on AQC112U) */
|
| /linux/drivers/net/phy/ |
| H A D | Kconfig | 155 tristate "Asix PHYs" 157 Currently supports the Asix Electronics PHY found in the X-Surf 100 161 bool "Rust reference driver for Asix PHYs" 164 Uses the Rust reference driver for Asix PHYs (ax88796b_rust.ko). 165 The features are equivalent. It supports the Asix Electronics PHY
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos3250-artik5-eval.dts | 57 compatible = "asix,ax88796c";
|
| /linux/drivers/net/can/sja1000/ |
| H A D | ems_pci.c | 105 #define EMS_PCI_V3_CONF_SIZE 128 /* size of ASIX control area */ 326 /* ASIX chip asserts local reset to CAN controllers in ems_pci_add_card()
|
| /linux/drivers/net/ethernet/ |
| H A D | Makefile | 24 obj-$(CONFIG_NET_VENDOR_ASIX) += asix/
|
| H A D | Kconfig | 34 source "drivers/net/ethernet/asix/Kconfig"
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip.h | 354 The ASIX chip works only in chained mode.
|
| /linux/rust/kernel/pci/ |
| H A D | id.rs | 424 ASIX = bindings::PCI_VENDOR_ID_ASIX, // 0x125b
|
| /linux/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 117 only drivers which do support it are the hub driver, kaweth, asix,
|