| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | nosy.c | 85 lynx_get(struct pcilynx *lynx) in lynx_get() argument 87 kref_get(&lynx->kref); in lynx_get() 89 return lynx; in lynx_get() 99 lynx_put(struct pcilynx *lynx) in lynx_put() argument 101 kref_put(&lynx->kref, lynx_release); in lynx_put() 105 struct pcilynx *lynx; member 145 list_empty(&client->lynx->link)) in packet_buffer_get() 214 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write() argument 216 writel(data, lynx->registers + offset); in reg_write() 220 reg_read(struct pcilynx *lynx, int offset) in reg_read() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/pcs/ |
| H A D | pcs-lynx.c | 83 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local 88 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 91 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state() 94 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state() 97 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 103 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state() 163 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local 168 return lynx_pcs_config_sgmii(lynx->mdio, mode, advertising); in lynx_pcs_config() 171 dev_err(&lynx->mdio->dev, in lynx_pcs_config() 177 return lynx_pcs_config_usxgmii(lynx->mdio, mode, advertising); in lynx_pcs_config() [all …]
|
| H A D | Makefile | 5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/files/ |
| H A D | links2.desktop | 4 Comment=Links is a browser very similar to lynx 5 Comment[es]=El links es un browser para modo texto, similar a lynx 7 Comment[pt]=O links é um browser para modo texto, similar ao lynx 8 Comment[pt_BR]=O links é um browser para modo texto, similar ao lynx
|
| /OK3568_Linux_fs/buildroot/package/lynx/ |
| H A D | lynx.mk | 8 LYNX_SOURCE = lynx$(LYNX_VERSION).tar.bz2 9 LYNX_SITE = ftp://ftp.invisible-island.net/lynx/tarballs 11 …https://salsa.debian.org/lynx-team/lynx/-/raw/debian/2.9.0dev.6-3_deb11u1/debian/patches/90_CVE-20…
|
| H A D | Config.in | 2 bool "lynx" 9 http://lynx.invisible-island.net/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ |
| H A D | ifmetric_0.3.bb | 16 # disable lynx support for now 17 EXTRA_OECONF = "--disable-lynx"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0005-replace-lynx-to-curl-in-apachectl-script.patch | 4 Subject: [PATCH] replace lynx to curl in apachectl script 19 # url given on the command line. Designed for lynx, however other
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-configure-use-correct-CPP.patch | 35 -[ -f /lynx.os ] && CPP="${CC} -E" 41 +# [ -f /lynx.os ] && CPP="${CC} -E"
|
| /OK3568_Linux_fs/buildroot/package/ifmetric/ |
| H A D | ifmetric.mk | 12 IFMETRIC_CONF_OPTS = --disable-lynx --disable-xmltoman
|
| /OK3568_Linux_fs/buildroot/package/libdaemon/ |
| H A D | libdaemon.mk | 15 LIBDAEMON_CONF_OPTS = --disable-lynx
|
| /OK3568_Linux_fs/buildroot/package/links/ |
| H A D | Config.in | 5 Graphics and text mode WWW browser (kind of like lynx).
|
| /OK3568_Linux_fs/buildroot/package/ifplugd/ |
| H A D | ifplugd.mk | 16 IFPLUGD_CONF_OPTS = --disable-lynx --with-initdir=/etc/init.d/
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.sub | 220 -lynx*178) 223 -lynx*5) 226 -lynx*)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ |
| H A D | ifplugd_0.28.bb | 20 EXTRA_OECONF = "--disable-lynx --with-initdir=${sysconfdir}/init.d"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libdaemon/ |
| H A D | libdaemon_0.14.bb | 22 EXTRA_OECONF = "--disable-lynx"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/ |
| H A D | pavucontrol_4.0.bb | 22 EXTRA_OECONF = "--disable-lynx "
|
| /OK3568_Linux_fs/buildroot/package/zip/ |
| H A D | 0002-configure-Don-t-use-host-CPP.patch | 31 -[ -f /lynx.os ] && CPP="${CC} -E"
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.sub | 1421 lynx*178) 1424 lynx*5) 1427 lynx*)
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.sub | 1375 lynx*178) 1378 lynx*5) 1384 lynx*)
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/ |
| H A D | seville_vsc9953.c | 1107 struct lynx_pcs *lynx; in vsc9953_mdio_bus_alloc() local 1119 lynx = lynx_pcs_create(pcs); in vsc9953_mdio_bus_alloc() 1120 if (!lynx) { in vsc9953_mdio_bus_alloc() 1125 felix->pcs[port] = lynx; in vsc9953_mdio_bus_alloc()
|
| H A D | felix_vsc9959.c | 1083 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc() local 1095 lynx = lynx_pcs_create(pcs); in vsc9959_mdio_bus_alloc() 1096 if (!lynx) { in vsc9959_mdio_bus_alloc() 1101 felix->pcs[port] = lynx; in vsc9959_mdio_bus_alloc()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libcanberra/ |
| H A D | libcanberra_0.30.bb | 23 --disable-lynx \
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | sys_sable.c | 634 ALIAS_MV(lynx)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | unzip_optimization.patch | 119 @@ -871,7 +871,7 @@ lynx: unix_make
|