Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/net/pcs/
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 …]
DMakefile5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
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()
Dfelix_vsc9959.c1081 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc() local
1093 lynx = lynx_pcs_create(pcs); in vsc9959_mdio_bus_alloc()
1094 if (!lynx) { in vsc9959_mdio_bus_alloc()
1099 felix->pcs[port] = lynx; in vsc9959_mdio_bus_alloc()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dsys_sable.c634 ALIAS_MV(lynx)
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dspkguide.txt792 lynx web browser. You definitely want to turn cursor tracking off when
824 Suppose you want to start lynx and go to the Speakup site.
832 type the word lynx, followed by a space. Now press and hold the speakup
/kernel/linux/linux-5.10/
DMAINTAINERS10365 F: drivers/net/pcs/pcs-lynx.c
10366 F: include/linux/pcs-lynx.h