Home
last modified time | relevance | path

Searched refs:upstream (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v4.19/drivers/net/phy/
Dsfp-bus.c25 void *upstream; member
343 ops->link_down(bus->upstream); in sfp_register_bus()
345 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus()
366 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
442 bus->upstream = NULL; in sfp_upstream_clear()
460 struct net_device *ndev, void *upstream, in sfp_register_upstream() argument
469 bus->upstream = upstream; in sfp_register_upstream()
515 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy()
529 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
539 ops->link_up(bus->upstream); in sfp_link_up()
[all …]
Dphylink.c1572 static int phylink_sfp_module_insert(void *upstream, in phylink_sfp_module_insert() argument
1575 struct phylink *pl = upstream; in phylink_sfp_module_insert()
1658 static void phylink_sfp_link_down(void *upstream) in phylink_sfp_link_down() argument
1660 struct phylink *pl = upstream; in phylink_sfp_link_down()
1669 static void phylink_sfp_link_up(void *upstream) in phylink_sfp_link_up() argument
1671 struct phylink *pl = upstream; in phylink_sfp_link_up()
1679 static int phylink_sfp_connect_phy(void *upstream, struct phy_device *phy) in phylink_sfp_connect_phy() argument
1681 struct phylink *pl = upstream; in phylink_sfp_connect_phy()
1683 return __phylink_connect_phy(upstream, phy, pl->link_config.interface); in phylink_sfp_connect_phy()
1686 static void phylink_sfp_disconnect_phy(void *upstream) in phylink_sfp_disconnect_phy() argument
[all …]
/Linux-v4.19/drivers/fsi/
Dfsi-master-hub.c92 struct fsi_device *upstream; member
108 return fsi_slave_read(hub->upstream->slave, addr, val, size); in hub_master_read()
120 return fsi_slave_write(hub->upstream->slave, addr, val, size); in hub_master_write()
146 rc = fsi_device_write(hub->upstream, FSI_MSENP0 + (4 * idx), &reg, 4); in hub_master_link_enable()
150 fsi_device_read(hub->upstream, FSI_MENP0 + (4 * idx), &reg, 4); in hub_master_link_enable()
175 struct fsi_device *dev = hub->upstream; in hub_master_init()
275 hub->upstream = fsi_dev; in hub_master_probe()
316 fsi_slave_release_range(hub->upstream->slave, hub->addr, hub->size); in hub_master_remove()
/Linux-v4.19/scripts/dtc/
Dupdate-dtc-source.sh71 scripts/dtc: Update to upstream version ${dtc_version}
73 This adds the following commits from upstream:
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dmrvl,pxa-ssp.txt6 port A phandle reference to a PXA ssp upstream device
18 /* upstream device */
/Linux-v4.19/Documentation/acpi/
Dlinuxized-acpica.txt12 upstream.
182 the ACPICA code in Linux and the upstream ACPICA code, referred to as
194 upstream source code and generate the linuxized fix using the ACPICA
199 Those changes may not be acceptable by ACPICA upstream and in such cases
207 fixups are backported to the upstream ACPICA sources, they must follow
208 the upstream ACPICA rules and so further modifications may appear.
218 This paragraph guides Linux developers to use the ACPICA upstream release
219 utilities to obtain Linux patches corresponding to upstream ACPICA commits
256 If you have local copies of both Linux and upstream ACPICA, you can generate
Dosi.txt35 will be more thoroughly vetted before shipping upstream in the future.
48 In addition, the OEM should send a patch to upstream Linux
54 re-base to upstream. If the distribution can not update the kernel binary,
58 If the string refers to a feature where the upstream kernel
/Linux-v4.19/Documentation/scsi/
Dlpfc.txt10 toward the upstream kernel. As such, we removed #ifdefs for older kernels
15 and extended attribute support is now part of the upstream kernel
29 history of the driver as we push for upstream acceptance.
68 This source package is targeted for the upstream kernel only. (See notes
/Linux-v4.19/drivers/net/fddi/skfp/
Decm.c478 int upstream ; in prop_actions() local
500 upstream = cem_get_upstream(smc,initiator) ; in prop_actions()
502 if (upstream == ENTITY_MAC) { in prop_actions()
509 DB_ECM("ECM : propagate TRACE on PHY %d", upstream); in prop_actions()
510 queue_event(smc,EVENT_PCM+upstream,PC_TRACE) ; in prop_actions()
/Linux-v4.19/Documentation/PCI/
Dpcieaer-howto.txt137 default reset_link function, but different upstream ports might
139 upstream ports should provide their own reset_link functions.
175 at upstream is not required. The AER driver calls error_detected(dev,
188 a hierarchy in question. Then, performing link reset at upstream is
191 function to reset link. Firstly, kernel looks for if the upstream
193 callback of the aer driver. If the upstream component has no aer driver
196 register associated with the downstream port. As for upstream ports,
227 Q: What happens if an upstream port service driver does not provide
231 upstream ports who are attached by the service driver.
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-mux-ltc4306.txt26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
27 on the upstream port.
/Linux-v4.19/drivers/usb/core/
Dport.c479 struct usb_port *upstream; in find_and_link_peer() local
486 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer()
487 if (!upstream || !upstream->peer) in find_and_link_peer()
490 peer_hdev = upstream->peer->child; in find_and_link_peer()
/Linux-v4.19/Documentation/process/
Dstable-kernel-rules.rst32 - It or an equivalent fix must already exist in Linus' tree (upstream).
79 stable@vger.kernel.org. You must note the upstream commit ID in the
91 upstream patch (for example because it had to be backported) this must be very
94 The upstream commit ID must be specified with a separate line above the commit
99 commit <sha1> upstream.
/Linux-v4.19/scripts/package/
Dsnapcraft.template4 description: The upstream Linux kernel
/Linux-v4.19/drivers/staging/wlan-ng/
DREADME7 Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
/Linux-v4.19/Documentation/features/
Darch-support.txt4 support matrix, for all upstream Linux architectures.
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dspecial_inodes.rst35 - Replica inode, used for some non-upstream feature?
/Linux-v4.19/tools/perf/
DCREDITS30 The full history of the files can be found in the upstream Git commits.
/Linux-v4.19/Documentation/openrisc/
DTODO1 The OpenRISC Linux port is fully functional and has been tracking upstream
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dsnps,archs-idu-intc.txt35 interrupts = <0>; /* upstream idu IRQ #24 */
Damlogic,meson-gpio-intc.txt22 - meson,channel-interrupts: Array with the 8 upstream hwirq numbers. These
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-utils.c777 u32 grp_id, bool upstream) in find_pipeline_pad() argument
787 if ((upstream && !(spad->flags & MEDIA_PAD_FL_SINK)) || in find_pipeline_pad()
788 (!upstream && !(spad->flags & MEDIA_PAD_FL_SOURCE))) in find_pipeline_pad()
801 grp_id, upstream); in find_pipeline_pad()
/Linux-v4.19/drivers/pci/pcie/
Daspm.c746 u32 upstream = 0, dwstream = 0; in pcie_config_aspm_link() local
770 upstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
772 upstream |= PCI_EXP_LNKCTL_ASPM_L1; in pcie_config_aspm_link()
786 pcie_config_aspm_dev(parent, upstream); in pcie_config_aspm_link()
790 pcie_config_aspm_dev(parent, upstream); in pcie_config_aspm_link()
/Linux-v4.19/drivers/staging/erofs/
DTODO42 Cc: (for linux-kernel upstream patches)
/Linux-v4.19/drivers/staging/ks7010/
DTODO28 - check what other upstream wireless mechanisms can be used instead of the

1234