Home
last modified time | relevance | path

Searched full:tcons (Results 1 – 8 of 8) sorted by relevance

/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c895 * TCONs and display engines is not guaranteed. They may in sun4i_tcon_find_engine_traverse()
949 * the TCONs, and use that connection's remote endpoint ID as our own.
1037 * connections of the TCONs, and use that connection's remote endpoint
1077 * When pipeline has the same number of TCONs and engines which in sun4i_tcon_find_engine()
1081 * TCONs than engines (R40) or TCONs with non-consecutive ids. in sun4i_tcon_find_engine()
1083 * as an id. That means that on R40, any 2 TCONs can be enabled in sun4i_tcon_find_engine()
1085 * TCON TOP, remaining 2 TCONs can't be connected to anything in sun4i_tcon_find_engine()
1267 * and TCONs, so we select the backend with same ID. in sun4i_tcon_bind()
1323 /* panels and bridges are present only on TCONs with channel 0 */ in sun4i_tcon_probe()
Dsun4i_backend.c930 * and TCONs, so we select the backend with same ID. in sun4i_backend_bind()
/linux-5.10/Documentation/devicetree/bindings/display/
Dallwinner,sun4i-a10-display-engine.yaml21 For all connections between components up to the TCONs in the
Dallwinner,sun8i-r40-tcon-top.yaml15 determines relationships between mixers and TCONs, selects source
/linux-5.10/fs/cifs/
Ddfs_cache.c1389 /* Get all tcons that are within a DFS namespace and can be refreshed */
1612 LIST_HEAD(tcons); in refresh_cache_worker()
1632 /* Walk through all TCONs and refresh any expired cache entry */ in refresh_cache_worker()
1641 get_tcons(server, &tcons); in refresh_cache_worker()
1644 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_cache_worker()
1646 * Skip tcp server if any of its tcons failed to refresh in refresh_cache_worker()
Dsmb2pdu.c3633 cifs_dbg(FYI, "Need negotiate, reconnecting tcons\n"); in smb2_reconnect_server()
3676 cifs_dbg(FYI, "Reconnecting tcons finished\n"); in smb2_reconnect_server()
Dconnect.c453 cifs_dbg(FYI, "%s: marking sessions and tcons for reconnect\n", in cifs_reconnect()
5284 * out tcons.
Dsmb2ops.c2757 /* ipc tcons are not refcounted */ in smb2_get_dfs_refer()