Searched refs:lynx (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/net/pcs/ |
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 …]
|
D | Makefile | 5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
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()
|
D | felix_vsc9959.c | 1081 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/ |
D | sys_sable.c | 634 ALIAS_MV(lynx)
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | spkguide.txt | 792 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/ |
D | MAINTAINERS | 10365 F: drivers/net/pcs/pcs-lynx.c 10366 F: include/linux/pcs-lynx.h
|