Home
last modified time | relevance | path

Searched full:felix (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c11 #include "felix.h"
73 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_remove() local
75 if (!felix) in ocelot_ext_remove()
78 dsa_unregister_switch(felix->ds); in ocelot_ext_remove()
83 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_shutdown() local
85 if (!felix) in ocelot_ext_shutdown()
88 dsa_switch_shutdown(felix->ds); in ocelot_ext_shutdown()
H A DKconfig9 (VSC9959), code named Felix.
33 tristate "Ocelot / Felix Ethernet switch support"
47 This driver supports the VSC9959 (Felix) switch, which is embedded as
H A Dfelix_vsc9959.c22 #include "felix.h"
860 .name = "felix ptp",
959 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local
970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()
973 if (!felix->pcs) { in vsc9959_mdio_bus_alloc()
1020 felix->imdio = bus; in vsc9959_mdio_bus_alloc()
1022 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc()
1026 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc()
1032 phylink_pcs = lynx_pcs_create_mdiodev(felix->imdio, port); in vsc9959_mdio_bus_alloc()
1036 felix->pcs[port] = phylink_pcs; in vsc9959_mdio_bus_alloc()
[all …]
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
86 struct felix { struct
H A DMakefile7 mscc_felix_dsa_lib-objs := felix.o
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h20 * Felix Marti <felix@chelsio.com> *
H A Dsge.h20 * Felix Marti <felix@chelsio.com> *
H A Dgmac.h21 * Felix Marti <felix@chelsio.com> *
H A Delmer0.h20 * Felix Marti <felix@chelsio.com> *
H A Dcphy.h20 * Felix Marti <felix@chelsio.com> *
/linux/drivers/usb/storage/
H A Dunusual_datafab.h71 * Reported by Felix Moeller <felix@derklecks.de>
/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml36 VSC9959 (Felix):
46 port 2 and not to Felix.
93 # Felix VSC9959 (NXP LS1028A)
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_trace.c3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
H A Dtrace.c3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_ops.c2 /* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.c3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
H A Dutil.c3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.h3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
/linux/arch/mips/ath25/
H A DMakefile8 # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
H A Dprom.c10 * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
/linux/Documentation/devicetree/bindings/arm/
H A Dairoha.yaml10 - Felix Fietkau <nbd@nbd.name>
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dmcu.h3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
H A Deeprom.h3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
/linux/Documentation/devicetree/bindings/arm/mediatek/
H A Dmediatek,mt7622-pcie-mirror.yaml11 - Felix Fietkau <nbd@nbd.name>
H A Dmediatek,mt7986-wed-pcie.yaml11 - Felix Fietkau <nbd@nbd.name>

1234567