/linux-6.12.1/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() 216 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write() argument 218 writel(data, lynx->registers + offset); in reg_write() 222 reg_read(struct pcilynx *lynx, int offset) in reg_read() argument [all …]
|
/linux-6.12.1/drivers/net/pcs/ |
D | pcs-lynx.c | 36 #define lynx_to_phylink_pcs(lynx) (&(lynx)->pcs) argument 85 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local 91 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 94 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state() 97 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state() 100 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 106 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state() 174 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local 180 return lynx_pcs_config_giga(lynx->mdio, ifmode, advertising, in lynx_pcs_config() 184 dev_err(&lynx->mdio->dev, in lynx_pcs_config() [all …]
|
D | Makefile | 8 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1043-post.dtsi | 59 compatible = "fsl,lynx-pcs"; 64 compatible = "fsl,lynx-pcs"; 69 compatible = "fsl,lynx-pcs";
|
D | fsl-ls1046-post.dtsi | 63 compatible = "fsl,lynx-pcs"; 68 compatible = "fsl,lynx-pcs"; 73 compatible = "fsl,lynx-pcs";
|
D | fsl-lx2160a.dtsi | 625 compatible = "fsl,lynx-28g"; 631 compatible = "fsl,lynx-28g";
|
/linux-6.12.1/drivers/phy/freescale/ |
D | Makefile | 7 obj-$(CONFIG_PHY_FSL_LYNX_28G) += phy-fsl-lynx-28g.o
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6dl-yapp4-lynx.dts | 12 compatible = "ysoft,imx6dl-yapp4-lynx", "fsl,imx6dl";
|
D | Makefile | 151 imx6dl-yapp4-lynx.dtb \
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 64 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-3.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-5.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-2.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-1.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-10g-1.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-10g-1.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-5.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-2.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-10g-0.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-1-1g-1.dtsi | 60 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-10g-0.dtsi | 61 compatible = "fsl,lynx-pcs";
|
D | qoriq-fman3-0-1g-3.dtsi | 60 compatible = "fsl,lynx-pcs";
|
/linux-6.12.1/Documentation/admin-guide/ |
D | spkguide.txt | 798 lynx web browser. You definitely want to turn cursor tracking off when 830 Suppose you want to start lynx and go to the Speakup site. 838 type the word lynx, followed by a space. Now press and hold the speakup
|
/linux-6.12.1/ |
D | MAINTAINERS | 13523 F: Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml 13524 F: drivers/phy/freescale/phy-fsl-lynx-28g.c 13530 F: drivers/net/pcs/pcs-lynx.c 13531 F: include/linux/pcs-lynx.h
|