Searched full:rtl8366rb (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/drivers/net/dsa/realtek/ |
D | rtl8366rb.h | 89 * struct rtl8366rb - RTL8366RB-specific data 94 struct rtl8366rb { struct
|
D | Makefile | 14 rtl8366-objs := rtl8366-core.o rtl8366rb.o 16 rtl8366-objs += rtl8366rb-leds.o
|
D | Kconfig | 40 tristate "Realtek RTL8366RB switch driver" 44 Select to enable support for Realtek RTL8366RB.
|
D | rtl8366rb-leds.c | 7 #include "rtl8366rb.h" 88 struct rtl8366rb *rb = priv->chip_data; in rtl8366rb_setup_led()
|
D | rtl8366rb.c | 2 /* Realtek SMI subdriver for the Realtek RTL8366RB ethernet switch 30 #include "rtl8366rb.h" 465 .name = "RTL8366RB", 548 "RTL8366RB", priv); in rtl8366rb_setup_cascaded_irq() 801 struct rtl8366rb *rb; in rtl8366rb_setup() 1274 struct rtl8366rb *rb; in rtl8366rb_vlan_filtering() 1381 struct rtl8366rb *rb; in rtl8366rb_change_mtu() 1597 struct rtl8366rb *rb; in rtl8366rb_set_mc_index() 1774 dev_info(dev, "found an RTL8366RB switch\n"); in rtl8366rb_detect() 1845 .chip_data_sz = sizeof(struct rtl8366rb), [all …]
|
D | realtek-mdio.c | 8 * RTL8366RB - Probably reads out "RTL8366 revision B", has a quite 12 * RTL8368S - Seems to be an alternative name for RTL8366RB
|
D | realtek-smi.c | 14 * RTL8366RB - Probably reads out "RTL8366 revision B", has a quite 18 * RTL8368S - Seems to be an alternative name for RTL8366RB
|
D | rtl8366-core.c | 3 * RTL8366RB and RTL8366S
|
/linux-6.14.4/Documentation/devicetree/bindings/net/dsa/ |
D | realtek.yaml | 41 - realtek,rtl8366rb 47 realtek,rtl8366rb: 48 Use with models RTL8366RB, RTL8366S 151 compatible = "realtek,rtl8366rb";
|
/linux-6.14.4/net/dsa/ |
D | tag_rtl4_a.c | 4 * Currently only supports protocol "A" found in RTL8366RB 31 * 0xa = RTL8366RB DSA protocol
|
D | Kconfig | 133 the Realtek RTL8366RB.
|
/linux-6.14.4/arch/arm/boot/dts/gemini/ |
D | gemini-dlink-dir-685.dts | 189 /* This is a RealTek RTL8366RB switch and PHY using SMI over GPIO */ 191 compatible = "realtek,rtl8366rb"; 360 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO
|
/linux-6.14.4/drivers/net/phy/realtek/ |
D | realtek_main.c | 1557 .name = "RTL8366RB Gigabit Ethernet", 1560 * embedded inside the RTL8366RB, they get unmasked when the 1584 /* Interrupt handling analogous to RTL8366RB */
|