Home
last modified time | relevance | path

Searched refs:lynx (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnosy.c85 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 Dpcs-lynx.c83 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 DMakefile5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/files/
H A Dlinks2.desktop4 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 Dlynx.mk8 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 DConfig.in2 bool "lynx"
9 http://lynx.invisible-island.net/
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/
H A Difmetric_0.3.bb16 # disable lynx support for now
17 EXTRA_OECONF = "--disable-lynx"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0005-replace-lynx-to-curl-in-apachectl-script.patch4 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 D0001-configure-use-correct-CPP.patch35 -[ -f /lynx.os ] && CPP="${CC} -E"
41 +# [ -f /lynx.os ] && CPP="${CC} -E"
/OK3568_Linux_fs/buildroot/package/ifmetric/
H A Difmetric.mk12 IFMETRIC_CONF_OPTS = --disable-lynx --disable-xmltoman
/OK3568_Linux_fs/buildroot/package/libdaemon/
H A Dlibdaemon.mk15 LIBDAEMON_CONF_OPTS = --disable-lynx
/OK3568_Linux_fs/buildroot/package/links/
H A DConfig.in5 Graphics and text mode WWW browser (kind of like lynx).
/OK3568_Linux_fs/buildroot/package/ifplugd/
H A Difplugd.mk16 IFPLUGD_CONF_OPTS = --disable-lynx --with-initdir=/etc/init.d/
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.sub220 -lynx*178)
223 -lynx*5)
226 -lynx*)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/
H A Difplugd_0.28.bb20 EXTRA_OECONF = "--disable-lynx --with-initdir=${sysconfdir}/init.d"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libdaemon/
H A Dlibdaemon_0.14.bb22 EXTRA_OECONF = "--disable-lynx"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/
H A Dpavucontrol_4.0.bb22 EXTRA_OECONF = "--disable-lynx "
/OK3568_Linux_fs/buildroot/package/zip/
H A D0002-configure-Don-t-use-host-CPP.patch31 -[ -f /lynx.os ] && CPP="${CC} -E"
/OK3568_Linux_fs/external/xserver/
H A Dconfig.sub1421 lynx*178)
1424 lynx*5)
1427 lynx*)
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.sub1375 lynx*178)
1378 lynx*5)
1384 lynx*)
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c1107 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 Dfelix_vsc9959.c1083 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 Dlibcanberra_0.30.bb23 --disable-lynx \
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_sable.c634 ALIAS_MV(lynx)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch119 @@ -871,7 +871,7 @@ lynx: unix_make

12