Home
last modified time | relevance | path

Searched refs:felix (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c193 struct felix *felix = ocelot_to_felix(ocelot); in felix_phylink_validate() local
195 if (felix->info->phylink_validate) in felix_phylink_validate()
196 felix->info->phylink_validate(ocelot, port, supported, state); in felix_phylink_validate()
204 struct felix *felix = ocelot_to_felix(ocelot); in felix_phylink_mac_config() local
207 if (felix->pcs[port]) in felix_phylink_mac_config()
208 phylink_set_pcs(dp->pl, &felix->pcs[port]->pcs); in felix_phylink_mac_config()
246 struct felix *felix = ocelot_to_felix(ocelot); in felix_phylink_mac_link_up() local
313 if (felix->info->port_sched_speed_set) in felix_phylink_mac_link_up()
314 felix->info->port_sched_speed_set(ocelot, port, speed); in felix_phylink_mac_link_up()
368 static int felix_parse_ports_node(struct felix *felix, in felix_parse_ports_node() argument
[all …]
H A Dfelix_vsc9959.c1019 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local
1029 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()
1032 if (!felix->pcs) { in vsc9959_mdio_bus_alloc()
1037 memcpy(&res, felix->info->imdio_res, sizeof(res)); in vsc9959_mdio_bus_alloc()
1039 res.start += felix->imdio_base; in vsc9959_mdio_bus_alloc()
1040 res.end += felix->imdio_base; in vsc9959_mdio_bus_alloc()
1078 felix->imdio = bus; in vsc9959_mdio_bus_alloc()
1080 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc()
1085 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc()
1091 pcs = mdio_device_create(felix->imdio, port); in vsc9959_mdio_bus_alloc()
[all …]
H A Dseville_vsc9953.c1069 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_alloc() local
1075 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9953_mdio_bus_alloc()
1078 if (!felix->pcs) { in vsc9953_mdio_bus_alloc()
1101 felix->imdio = bus; in vsc9953_mdio_bus_alloc()
1103 for (port = 0; port < felix->info->num_ports; port++) { in vsc9953_mdio_bus_alloc()
1109 if (dsa_is_unused_port(felix->ds, port)) in vsc9953_mdio_bus_alloc()
1115 pcs = mdio_device_create(felix->imdio, addr); in vsc9953_mdio_bus_alloc()
1125 felix->pcs[port] = lynx; in vsc9953_mdio_bus_alloc()
1135 struct felix *felix = ocelot_to_felix(ocelot); in vsc9953_mdio_bus_free() local
1139 struct lynx_pcs *pcs = felix->pcs[port]; in vsc9953_mdio_bus_free()
[all …]
H A DMakefile6 felix.o \
10 felix.o \
H A Dfelix.h7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
45 struct felix { struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/bridge/
H A Dmake.log2 CC [M] /root/felix/1015-Release/final/host_drivers/Linux/ssv/bridge/sdiobridge.o
3 /root/felix/1015-Release/final/host_drivers/Linux/ssv/bridge/sdiobridge.c:44:33: fatal error: ../in…
5 make[2]: *** [/root/felix/1015-Release/final/host_drivers/Linux/ssv/bridge/sdiobridge.o] Error 1
6 make[1]: *** [_module_/root/felix/1015-Release/final/host_drivers/Linux/ssv/bridge] Error 2
/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0004-include-Sync-with-current-kernel-headers.patch2 From: Felix Janda <felix.janda@posteo.de>
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
H A D0003-src-Use-stdint-types-everywhere.patch2 From: Felix Janda <felix.janda@posteo.de>
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/
H A D0005-include-Sync-with-kernel-headers.patch2 From: Felix Janda <felix.janda@posteo.de>
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
H A D0006-src-Use-stdint-types-everywhere.patch2 From: Felix Janda <felix.janda@posteo.de>
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
/OK3568_Linux_fs/buildroot/package/libnfnetlink/
H A D0002-include-Sync-with-kernel-headers.patch2 From: Felix Janda <felix.janda@posteo.de>
6 Signed-off-by: Felix Janda <felix.janda@posteo.de>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch2 From: Felix Janda <felix.janda@posteo.de>
H A D0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch2 From: Felix Janda <felix.janda@posteo.de>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/
H A Docelot.txt7 Currently the switches supported by the felix driver are:
/OK3568_Linux_fs/kernel/
H A D.mailmap99 Felix Moeller <felix@derklecks.de>
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32610 Author: Felix Janda <felix.janda@posteo.de>
32619 Signed-off-by: Felix Janda <felix.janda@posteo.de>
126306 Author: Felix Kuehling <felix.kuehling@amd.com>