/linux-6.12.1/drivers/net/phy/ |
D | phy_link_topology.c | 32 enum phy_upstream upt, void *upstream) in phy_link_topo_add_phy() argument 53 pdn->upstream.netdev = (struct net_device *)upstream; in phy_link_topo_add_phy() 55 pdn->parent_sfp_bus = pdn->upstream.netdev->sfp_bus; in phy_link_topo_add_phy() 58 pdn->upstream.phydev = (struct phy_device *)upstream; in phy_link_topo_add_phy() 60 pdn->parent_sfp_bus = pdn->upstream.phydev->sfp_bus; in phy_link_topo_add_phy()
|
D | sfp-bus.c | 28 void *upstream; member 465 ops->link_down(bus->upstream); in sfp_register_bus() 467 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus() 476 bus->upstream_ops->attach(bus->upstream, bus); in sfp_register_bus() 485 bus->upstream_ops->detach(bus->upstream, bus); in sfp_unregister_bus() 490 ops->disconnect_phy(bus->upstream, bus->phydev); in sfp_unregister_bus() 586 bus->upstream = NULL; in sfp_upstream_clear() 674 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() argument 686 bus->upstream = upstream; in sfp_bus_add_upstream() 754 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy() [all …]
|
D | marvell-88x2222.c | 476 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert() argument 479 struct phy_device *phydev = upstream; in mv2222_sfp_insert() 519 static void mv2222_sfp_remove(void *upstream) in mv2222_sfp_remove() argument 521 struct phy_device *phydev = upstream; in mv2222_sfp_remove() 531 static void mv2222_sfp_link_up(void *upstream) in mv2222_sfp_link_up() argument 533 struct phy_device *phydev = upstream; in mv2222_sfp_link_up() 540 static void mv2222_sfp_link_down(void *upstream) in mv2222_sfp_link_down() argument 542 struct phy_device *phydev = upstream; in mv2222_sfp_link_down()
|
D | phylink.c | 3162 static void phylink_sfp_attach(void *upstream, struct sfp_bus *bus) in phylink_sfp_attach() argument 3164 struct phylink *pl = upstream; in phylink_sfp_attach() 3169 static void phylink_sfp_detach(void *upstream, struct sfp_bus *bus) in phylink_sfp_detach() argument 3171 struct phylink *pl = upstream; in phylink_sfp_detach() 3353 static int phylink_sfp_module_insert(void *upstream, in phylink_sfp_module_insert() argument 3356 struct phylink *pl = upstream; in phylink_sfp_module_insert() 3373 static int phylink_sfp_module_start(void *upstream) in phylink_sfp_module_start() argument 3375 struct phylink *pl = upstream; in phylink_sfp_module_start() 3392 static void phylink_sfp_module_stop(void *upstream) in phylink_sfp_module_stop() argument 3394 struct phylink *pl = upstream; in phylink_sfp_module_stop() [all …]
|
/linux-6.12.1/drivers/fsi/ |
D | fsi-master-hub.c | 38 struct fsi_device *upstream; member 54 return fsi_slave_read(hub->upstream->slave, addr, val, size); in hub_master_read() 66 return fsi_slave_write(hub->upstream->slave, addr, val, size); in hub_master_write() 94 return fsi_device_write(hub->upstream, FSI_MCENP0 + (4 * idx), in hub_master_link_enable() 97 rc = fsi_device_write(hub->upstream, FSI_MSENP0 + (4 * idx), ®, 4); in hub_master_link_enable() 126 struct fsi_device *dev = hub->upstream; in hub_master_init() 226 hub->upstream = fsi_dev; in hub_master_probe() 267 fsi_slave_release_range(hub->upstream->slave, hub->addr, hub->size); in hub_master_remove()
|
/linux-6.12.1/Documentation/driver-api/cxl/ |
D | access-coordinates.rst | 12 the endpoints behind a switch being more than the switch upstream link. 13 A similar situation can occur within the host, upstream of the root ports. 16 upstream link being a limiting factor in mind. 64 endpoint CDAT and the upstream link bandwidth is calculated. If the endpoint 71 upstream device of the parent switch. 75 If there is another switch upstream, the code takes the min() of the current 76 gathered bandwidth and the upstream link bandwidth. If there's a switch 77 upstream, then the SSLBIS of the upstream switch.
|
/linux-6.12.1/Documentation/translations/sp_SP/process/ |
D | contribution-maturity-model.rst | 24 upstream, como revisar los parches de otras personas, reestructurar la 29 expectativas comunes para la participación con la comunidad upstream 41 upstream. 63 * Las contribuciones de código upstream de un ingeniero de software se 84 * El número de contribuciones al kernel upstream por equipo u 88 contribuciones upstream relativo al total de desarrolladores 92 upstream en el que se basa el kernel interno. 103 de tecnología upstream, escribir documentación, etc. 112 * El desarrollo del kernel upstream se considera un puesto de trabajo 119 de trabajo upstream a trabajo enfocado en perseguir directamente los
|
/linux-6.12.1/Documentation/process/ |
D | contribution-maturity-model.rst | 19 take on upstream contributions such as reviewing other people’s patches, 24 expectations for upstream community engagement aim to increase the 35 upstream community. 58 * A Software Engineer’s upstream code contributions will be considered 78 * The number of upstream kernel contributions by team or organization 80 * The percentage of kernel developers who have made upstream 84 and/or products, and the publication date of the upstream kernel 94 such as writing or maintaining tests, upstream tech debt reduction,
|
/linux-6.12.1/include/linux/ |
D | phy_link_topology.h | 32 } upstream; member 42 enum phy_upstream upt, void *upstream); 65 enum phy_upstream upt, void *upstream) in phy_link_topo_add_phy() argument
|
/linux-6.12.1/Documentation/kbuild/ |
D | gcc-plugins.rst | 39 compiler features that are neither in GCC nor Clang upstream. Once 40 their utility is proven, the goal is to upstream the feature into GCC 45 upstream compiler support (in either GCC or Clang). 48 bring the feature to upstream GCC (rather than just as a kernel-specific 53 to upstream the feature to GCC (and Clang). 55 After a feature is available in upstream GCC, the plugin will be made
|
/linux-6.12.1/drivers/staging/media/imx/ |
D | imx-media-utils.c | 656 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_pad() argument 667 if ((upstream && !(spad->flags & MEDIA_PAD_FL_SINK)) || in imx_media_pipeline_pad() 668 (!upstream && !(spad->flags & MEDIA_PAD_FL_SOURCE))) in imx_media_pipeline_pad() 683 buftype, upstream); in imx_media_pipeline_pad() 692 buftype, upstream); in imx_media_pipeline_pad() 708 enum v4l2_buf_type buftype, bool upstream) in find_pipeline_entity() argument 724 pad = imx_media_pipeline_pad(start, grp_id, buftype, upstream); in find_pipeline_entity() 736 bool upstream) in imx_media_pipeline_subdev() argument 740 me = find_pipeline_entity(start_entity, grp_id, 0, upstream); in imx_media_pipeline_subdev()
|
D | imx-media.h | 208 enum v4l2_buf_type buftype, bool upstream); 211 bool upstream);
|
/linux-6.12.1/Documentation/driver-api/acpi/ |
D | linuxized-acpica.rst | 18 upstream. 198 the ACPICA code in Linux and the upstream ACPICA code, referred to as 210 upstream source code and generate the linuxized fix using the ACPICA 215 Those changes may not be acceptable by ACPICA upstream and in such cases 223 fixups are backported to the upstream ACPICA sources, they must follow 224 the upstream ACPICA rules and so further modifications may appear. 235 This paragraph guides Linux developers to use the ACPICA upstream release 236 utilities to obtain Linux patches corresponding to upstream ACPICA commits 273 If you have local copies of both Linux and upstream ACPICA, you can generate
|
/linux-6.12.1/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 68 newer base or avoiding a merge with an upstream repository is not 102 required before any given branch finds its way into an upstream repository. 127 requests, and upstream maintainers should verify the tags when pulling 135 Merging from sibling or upstream trees 139 trees tend to be a red flag when it comes time to push a branch upstream. 152 you are managing is stable and ready for upstream. Frequent merges can 160 Even then, you should not back merge a tree above your immediate upstream 161 tree; if a higher-level back merge is really required, the upstream tree 165 maintainer merges with the upstream in order to resolve merge conflicts 185 asking upstream to do. [all …]
|
D | messy-diffstat.rst | 8 process of sending work upstream. Normally, the result includes a nice 73 upstream is a well-known way to get a grumpy response. 96 shows what is really going on. That request can then be sent upstream.
|
/linux-6.12.1/scripts/dtc/ |
D | update-dtc-source.sh | 72 scripts/dtc: Update to upstream version ${dtc_version} 74 This adds the following commits from upstream:
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | mrvl,pxa-ssp.txt | 6 port A phandle reference to a PXA ssp upstream device 18 /* upstream device */
|
/linux-6.12.1/Documentation/scsi/ |
D | lpfc.rst | 11 toward the upstream kernel. As such, we removed #ifdefs for older kernels 16 and extended attribute support is now part of the upstream kernel 27 history of the driver as we push for upstream acceptance. 67 This source package is targeted for the upstream kernel only. (See notes
|
/linux-6.12.1/drivers/net/fddi/skfp/ |
D | ecm.c | 468 int upstream ; in prop_actions() local 490 upstream = cem_get_upstream(smc,initiator) ; in prop_actions() 492 if (upstream == ENTITY_MAC) { in prop_actions() 499 DB_ECM("ECM : propagate TRACE on PHY %d", upstream); in prop_actions() 500 queue_event(smc,EVENT_PCM+upstream,PC_TRACE) ; in prop_actions()
|
/linux-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-ltc4306.txt | 26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators 27 on the upstream port.
|
/linux-6.12.1/net/ethtool/ |
D | phy.c | 92 struct phy_device *upstream = pdn->upstream.phydev; in ethnl_phy_fill_reply() local 96 if (nla_put_u32(skb, ETHTOOL_A_PHY_UPSTREAM_INDEX, upstream->phyindex)) in ethnl_phy_fill_reply()
|
/linux-6.12.1/scripts/package/ |
D | snapcraft.template | 4 description: The upstream Linux kernel
|
/linux-6.12.1/Documentation/features/ |
D | arch-support.txt | 4 support matrix, for all upstream Linux architectures.
|
/linux-6.12.1/Documentation/networking/ |
D | phy-link-topology.rst | 48 its SFP upstream ops. 90 upstream is phylink (so, no media-converter). 92 PHY drivers that can be used as SFP upstream need to call :c:func:`phy_sfp_attach_phy`
|
/linux-6.12.1/drivers/usb/core/ |
D | port.c | 665 struct usb_port *upstream; in find_and_link_peer() local 672 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer() 673 if (!upstream || !upstream->peer) in find_and_link_peer() 676 peer_hdev = upstream->peer->child; in find_and_link_peer()
|