Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/net/pcs/
Dpcs-lynx.c84 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local
90 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state()
93 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state()
96 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state()
99 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state()
105 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state()
189 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local
193 return lynx_pcs_config_1000basex(lynx->mdio, mode, advertising); in lynx_pcs_config()
196 return lynx_pcs_config_sgmii(lynx->mdio, mode, advertising); in lynx_pcs_config()
199 dev_err(&lynx->mdio->dev, in lynx_pcs_config()
[all …]
DMakefile7 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
/Linux-v5.15/drivers/net/dsa/ocelot/
Dseville_vsc9953.c1125 struct lynx_pcs *lynx; in vsc9953_mdio_bus_alloc() local
1137 lynx = lynx_pcs_create(pcs); in vsc9953_mdio_bus_alloc()
1138 if (!lynx) { in vsc9953_mdio_bus_alloc()
1143 felix->pcs[port] = lynx; in vsc9953_mdio_bus_alloc()
Dfelix_vsc9959.c1097 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc() local
1109 lynx = lynx_pcs_create(pcs); in vsc9959_mdio_bus_alloc()
1110 if (!lynx) { in vsc9959_mdio_bus_alloc()
1115 felix->pcs[port] = lynx; in vsc9959_mdio_bus_alloc()
/Linux-v5.15/arch/alpha/kernel/
Dsys_sable.c634 ALIAS_MV(lynx)
/Linux-v5.15/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-v5.15/
DMAINTAINERS11052 F: drivers/net/pcs/pcs-lynx.c
11053 F: include/linux/pcs-lynx.h