Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c902 * TCONs and display engines is not guaranteed. They may in sun4i_tcon_find_engine_traverse()
956 * the TCONs, and use that connection's remote endpoint ID as our own.
1044 * connections of the TCONs, and use that connection's remote endpoint
1084 * When pipeline has the same number of TCONs and engines which in sun4i_tcon_find_engine()
1088 * TCONs than engines (R40) or TCONs with non-consecutive ids. in sun4i_tcon_find_engine()
1090 * as an id. That means that on R40, any 2 TCONs can be enabled in sun4i_tcon_find_engine()
1092 * TCON TOP, remaining 2 TCONs can't be connected to anything in sun4i_tcon_find_engine()
1274 * and TCONs, so we select the backend with same ID. in sun4i_tcon_bind()
1330 /* 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()
/kernel/linux/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
/kernel/linux/linux-5.10/fs/cifs/
Ddfs_cache.c1390 /* Get all tcons that are within a DFS namespace and can be refreshed */
1613 LIST_HEAD(tcons); in refresh_cache_worker()
1633 /* Walk through all TCONs and refresh any expired cache entry */ in refresh_cache_worker()
1642 get_tcons(server, &tcons); in refresh_cache_worker()
1645 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) { in refresh_cache_worker()
1647 * Skip tcp server if any of its tcons failed to refresh in refresh_cache_worker()
Dconnect.c453 cifs_dbg(FYI, "%s: marking sessions and tcons for reconnect\n", in cifs_reconnect()
5290 * out tcons.
Dsmb2pdu.c3648 cifs_dbg(FYI, "Need negotiate, reconnecting tcons\n"); in smb2_reconnect_server()
3691 cifs_dbg(FYI, "Reconnecting tcons finished\n"); in smb2_reconnect_server()
Dsmb2ops.c2778 /* ipc tcons are not refcounted */ in smb2_get_dfs_refer()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch17905 + /* don't relinquish CPU until TCONs are set to operation mode */
17913 + * Turn TCONs into operation mode as soon as the first dumb
29813 + .tcons = &_tcons,
29838 + .tcons = &_tcons,
30417 + const struct dpu_unit *tcons = data->tcons;
30476 + for (i = 0; i < tcons->num; i++) {
35428 + const struct dpu_unit *tcons;