Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c901 * TCONs and display engines is not guaranteed. They may in sun4i_tcon_find_engine_traverse()
955 * the TCONs, and use that connection's remote endpoint ID as our own.
1043 * connections of the TCONs, and use that connection's remote endpoint
1083 * When pipeline has the same number of TCONs and engines which in sun4i_tcon_find_engine()
1087 * TCONs than engines (R40) or TCONs with non-consecutive ids. in sun4i_tcon_find_engine()
1089 * as an id. That means that on R40, any 2 TCONs can be enabled in sun4i_tcon_find_engine()
1091 * TCON TOP, remaining 2 TCONs can't be connected to anything in sun4i_tcon_find_engine()
1273 * and TCONs, so we select the backend with same ID. in sun4i_tcon_bind()
1329 /* panels and bridges are present only on TCONs with channel 0 */ in sun4i_tcon_probe()
Dsun4i_backend.c908 * and TCONs, so we select the backend with same ID. in sun4i_backend_bind()
/Linux-v6.1/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-v6.1/fs/cifs/
Ddfs_cache.c1523 struct list_head tcons; in refresh_mounts() local
1525 INIT_LIST_HEAD(&tcons); in refresh_mounts()
1541 list_add_tail(&tcon->ulist, &tcons); in refresh_mounts()
1549 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_mounts()
Dconnect.c230 * Mark all sessions and tcons for reconnect.
251 cifs_dbg(FYI, "%s: marking necessary sessions and tcons for reconnect\n", __func__); in cifs_mark_tcp_ses_conns_for_reconnect()
513 * Unconditionally mark all sessions & tcons for reconnect as we might be connecting to a in reconnect_dfs_server()
1885 * On session close, the IPC is closed and the server must release all tcons of the session.
4407 * out tcons.
Dsmb2pdu.c3832 cifs_dbg(FYI, "Reconnecting tcons and channels\n"); in smb2_reconnect_server()
3920 cifs_dbg(FYI, "Reconnecting tcons and channels finished\n"); in smb2_reconnect_server()
Dsmb2ops.c2747 /* ipc tcons are not refcounted */ in smb2_get_dfs_refer()