Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firewire/
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 …]
/Linux-v6.1/drivers/net/pcs/
Dpcs-lynx.c38 #define lynx_to_phylink_pcs(lynx) (&(lynx)->pcs) argument
42 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_get_mdio_device() local
44 return lynx->mdio; in lynx_get_mdio_device()
96 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local
102 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state()
105 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state()
108 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state()
111 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state()
117 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state()
183 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local
[all …]
DMakefile7 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
/Linux-v6.1/drivers/phy/freescale/
DMakefile6 obj-$(CONFIG_PHY_FSL_LYNX_28G) += phy-fsl-lynx-28g.o
/Linux-v6.1/arch/alpha/kernel/
Dsys_sable.c634 ALIAS_MV(lynx)
/Linux-v6.1/Documentation/admin-guide/
Dspkguide.txt793 lynx web browser. You definitely want to turn cursor tracking off when
825 Suppose you want to start lynx and go to the Speakup site.
833 type the word lynx, followed by a space. Now press and hold the speakup
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dfsl-lx2160a.dtsi616 compatible = "fsl,lynx-28g";
/Linux-v6.1/
DMAINTAINERS12097 F: Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml
12098 F: drivers/phy/freescale/phy-fsl-lynx-28g.c
12104 F: drivers/net/pcs/pcs-lynx.c
12105 F: include/linux/pcs-lynx.h