Home
last modified time | relevance | path

Searched refs:tcon (Results 1 – 25 of 90) sorted by relevance

1234

/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun4i_tcon.c95 clk = tcon->dclk; in sun4i_tcon_channel_set_status()
102 clk = tcon->sclk1; in sun4i_tcon_channel_set_status()
182 tcon->quirks->setup_lvds_phy(tcon, encoder); in sun4i_tcon_lvds_set_status()
256 return tcon; in sun4i_get_tcon0()
270 ret = tcon->quirks->set_mux(tcon, encoder); in sun4i_tcon_set_mux()
516 tcon->dclk_min_div = tcon->quirks->dclk_min_div; in sun4i_tcon0_mode_set_rgb()
1129 tcon = devm_kzalloc(dev, sizeof(*tcon), GFP_KERNEL); in sun4i_tcon_bind()
1130 if (!tcon) in sun4i_tcon_bind()
1133 tcon->drm = drm; in sun4i_tcon_bind()
1134 tcon->dev = dev; in sun4i_tcon_bind()
[all …]
A Dsun4i_dotclock.c18 struct sun4i_tcon *tcon; member
74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() local
79 for (i = tcon->dclk_min_div; i <= tcon->dclk_max_div; i++) { in sun4i_dclk_round_rate()
172 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create()
182 dclk->tcon = tcon; in sun4i_dclk_create()
190 dclk->regmap = tcon->regs; in sun4i_dclk_create()
193 tcon->dclk = clk_register(dev, &dclk->hw); in sun4i_dclk_create()
194 if (IS_ERR(tcon->dclk)) in sun4i_dclk_create()
195 return PTR_ERR(tcon->dclk); in sun4i_dclk_create()
201 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free() argument
[all …]
A Dsun4i_rgb.c27 struct sun4i_tcon *tcon; member
66 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid() local
121 tcon->dclk_min_div = 6; in sun4i_rgb_mode_valid()
122 tcon->dclk_max_div = 127; in sun4i_rgb_mode_valid()
123 rounded_rate = clk_round_rate(tcon->dclk, rate); in sun4i_rgb_mode_valid()
189 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init() argument
198 rgb->tcon = tcon; in sun4i_rgb_init()
201 ret = drm_of_find_panel_or_bridge(tcon->dev->of_node, 1, 0, in sun4i_rgb_init()
218 rgb->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_rgb_init()
/linux-6.3-rc2/fs/cifs/
A Dioctl.c59 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info()
226 ses = tcon->ses; in cifs_dump_full_key()
320 struct cifs_tcon *tcon; in cifs_ioctl() local
339 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
387 xid, tcon, pSMBFile); in cifs_ioctl()
403 tcon, pSMBFile); in cifs_ioctl()
422 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
484 tcon = tlink_tcon(tlink); in cifs_ioctl()
485 if (tcon && tcon->ses->server->ops->notify) { in cifs_ioctl()
506 tcon = tlink_tcon(tlink); in cifs_ioctl()
[all …]
A Dsmb1ops.c519 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon()
580 .tcon = tcon, in cifs_query_path_info()
799 struct cifs_tcon *tcon; in smb_set_file_info() local
816 tcon = tlink_tcon(tlink); in smb_set_file_info()
828 .tcon = tcon, in smb_set_file_info()
991 if (cap_unix(tcon->ses)) { in cifs_query_symlink()
1004 .tcon = tcon, in cifs_query_symlink()
1076 if (tcon->unix_ext) { in cifs_make_node()
1122 .tcon = tcon, in cifs_make_node()
1147 io_parms.tcon = tcon; in cifs_make_node()
[all …]
A Dsmb2inode.c72 struct cifs_ses *ses = tcon->ses; in smb2_compound_op()
92 if (smb3_encryption_required(tcon)) in smb2_compound_op()
109 .tcon = tcon, in smb2_compound_op()
120 rc = SMB2_open_init(tcon, server, in smb2_compound_op()
389 tcon->need_reconnect = true; in smb2_compound_op()
414 tcon->tid, rc); in smb2_compound_op()
417 tcon->tid); in smb2_compound_op()
506 tcon->tid, rc); in smb2_compound_op()
509 tcon->tid); in smb2_compound_op()
805 struct cifs_tcon *tcon; in smb2_set_file_info() local
[all …]
A Dsmb2proto.h68 umode_t mode, struct cifs_tcon *tcon,
72 umode_t mode, struct cifs_tcon *tcon,
104 extern void smb2_set_next_command(struct cifs_tcon *tcon,
120 const char *tree, struct cifs_tcon *tcon,
128 extern int SMB2_open_init(struct cifs_tcon *tcon,
138 extern int SMB2_ioctl_init(struct cifs_tcon *tcon,
155 extern int SMB2_close_init(struct cifs_tcon *tcon,
164 struct cifs_tcon *tcon,
173 extern int SMB2_query_info_init(struct cifs_tcon *tcon,
207 extern int SMB2_set_info_init(struct cifs_tcon *tcon,
[all …]
A Dcifs_swn.c32 struct cifs_tcon *tcon; member
50 if (tcon->ses->user_name != NULL) { in cifs_swn_auth_info_ntlm()
56 if (tcon->ses->password != NULL) { in cifs_swn_auth_info_ntlm()
62 if (tcon->ses->domainName != NULL) { in cifs_swn_auth_info_ntlm()
141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
313 reg = cifs_find_swn_reg(tcon); in cifs_get_swn_reg()
356 reg->tcon = tcon; in cifs_get_swn_reg()
483 ret = cifs_swn_unregister(tcon); in cifs_swn_reconnect()
494 ret = cifs_swn_register(tcon); in cifs_swn_reconnect()
594 swnreg = cifs_get_swn_reg(tcon); in cifs_swn_register()
[all …]
A Dsmb2pdu.c75 if (!tcon || !tcon->ses) in smb3_encryption_required()
109 if (!tcon) in smb2_hdr_assemble()
2950 struct cifs_tcon *tcon = oparms->tcon; in SMB2_open() local
4029 struct cifs_tcon *tcon = io_parms->tcon; in smb3_use_rdma_offload() local
4091 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in smb2_new_read_req()
4223 tcon->tid, tcon->ses->Suid, rdata->offset, in smb2_readv_callback()
4228 tcon->tid, tcon->ses->Suid, in smb2_readv_callback()
4467 tcon->tid, tcon->ses->Suid, in smb2_writev_callback()
4499 .tcon = tcon, in smb2_async_writev()
4677 io_parms->tcon->tid, io_parms->tcon->ses->Suid, in SMB2_write()
[all …]
A Dcifsproto.h78 struct cifs_tcon *tcon,
351 struct cifs_tcon *tcon,
378 struct cifs_tcon *tcon);
392 struct cifs_tcon *tcon,
413 struct cifs_tcon *tcon,
424 umode_t mode, struct cifs_tcon *tcon,
445 struct cifs_tcon *tcon,
450 struct cifs_tcon *tcon,
454 struct cifs_tcon *tcon,
671 struct cifs_tcon *tcon,
[all …]
A Dlink.c189 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
224 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
275 .tcon = tcon, in cifs_query_mf_symlink()
296 io_parms.tcon = tcon; in cifs_query_mf_symlink()
318 .tcon = tcon, in cifs_create_mf_symlink()
333 io_parms.tcon = tcon; in cifs_create_mf_symlink()
361 .tcon = tcon, in smb3_query_mf_symlink()
394 io_parms.tcon = tcon; in smb3_query_mf_symlink()
428 .tcon = tcon, in smb3_create_mf_symlink()
446 io_parms.tcon = tcon; in smb3_create_mf_symlink()
[all …]
A Ddfs.c407 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target()
418 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target()
481 spin_lock(&tcon->tc_lock); in cifs_tree_connect()
488 tcon->status = TID_IN_TCON; in cifs_tree_connect()
489 spin_unlock(&tcon->tc_lock); in cifs_tree_connect()
497 if (tcon->ipc) { in cifs_tree_connect()
501 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
517 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, cifs_sb->local_nls); in cifs_tree_connect()
530 spin_lock(&tcon->tc_lock); in cifs_tree_connect()
535 spin_lock(&tcon->tc_lock); in cifs_tree_connect()
[all …]
A Dsmb2misc.c620 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() local
681 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() local
758 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() local
772 cifs_put_tcon(tcon); in smb2_cancelled_close_fid()
796 cancelled->tcon = tcon; in __smb2_handle_cancelled_cmd()
819 if (tcon->ses) in smb2_handle_cancelled_close()
827 tcon->tc_count++; in smb2_handle_cancelled_close()
833 cifs_put_tcon(tcon); in smb2_handle_cancelled_close()
843 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid() local
852 if (!tcon) in smb2_handle_cancelled_mid()
[all …]
A Dconnect.c2283 return tcon; in cifs_find_tcon()
2299 if (tcon == NULL || tcon->ipc) in cifs_put_tcon()
2371 if (tcon) { in cifs_get_tcon()
2378 return tcon; in cifs_get_tcon()
2573 return tcon; in cifs_get_tcon()
3214 tcon = NULL; in cifs_mount_get_tcon()
3278 mnt_ctx->tcon = tcon; in cifs_mount_get_tcon()
3366 struct cifs_tcon *tcon = mnt_ctx->tcon; in cifs_is_path_remote() local
3585 strscpy(tcon->tree_name, tree, sizeof(tcon->tree_name)); in CIFSTCon()
3847 return tcon; in cifs_construct_tcon()
[all …]
A Ddir.c204 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open &&
308 .tcon = tcon,
361 if (tcon->unix_ext)
424 struct cifs_tcon *tcon; local
474 tcon = tlink_tcon(tlink);
480 server = tcon->ses->server;
547 struct cifs_tcon *tcon; local
566 tcon = tlink_tcon(tlink);
590 struct cifs_tcon *tcon; local
606 tcon = tlink_tcon(tlink);
[all …]
A Dcached_dir.c129 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir()
133 ses = tcon->ses; in open_cached_dir()
135 cfids = tcon->cfids; in open_cached_dir()
186 .tcon = tcon, in open_cached_dir()
219 tcon->need_reconnect = true; in open_cached_dir()
221 tcon->tree_name); in open_cached_dir()
225 cfid->tcon = tcon; in open_cached_dir()
392 struct cifs_tcon *tcon; in close_all_cached_dirs() local
398 tcon = tlink_tcon(tlink); in close_all_cached_dirs()
399 if (IS_ERR(tcon)) in close_all_cached_dirs()
[all …]
A Dsmb2ops.c733 .tcon = tcon, in smb3_qfs_tcon()
776 .tcon = tcon, in smb2_qfs_tcon()
823 .tcon = tcon, in smb2_is_path_accessible()
1107 .tcon = tcon, in smb2_set_ea()
1463 .tcon = tcon, in smb2_ioctl_query_info()
2098 .tcon = tcon, in smb3_notify()
2170 .tcon = tcon, in smb2_query_dir_first()
2502 .tcon = tcon, in smb2_query_info_compound()
2636 .tcon = tcon, in smb311_queryfs()
2930 .tcon = tcon, in smb2_query_symlink()
[all …]
A Dcifsfs.c202 if (tcon->ses->capabilities & tcon->ses->server->vals->cap_large_files) in cifs_read_super()
245 tcon->ses->server->ops->negotiate_rsize(tcon, cifs_sb->ctx); in cifs_read_super()
260 if (tcon->nocase) in cifs_read_super()
547 if (tcon->no_lease) in cifs_show_options()
554 if (tcon->ses->domainName && tcon->ses->domainName[0] != 0) in cifs_show_options()
595 if (tcon->seal) in cifs_show_options()
599 if (tcon->nocase) in cifs_show_options()
607 if (tcon->retry) in cifs_show_options()
732 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
746 if (tcon->ses && tcon->ses->server) { in cifs_umount_begin()
[all …]
A Dfscache.c16 struct cifs_tcon *tcon, in cifs_fscache_fill_volume_coherency() argument
20 cd->resource_id = cpu_to_le64(tcon->resource_id); in cifs_fscache_fill_volume_coherency()
21 cd->vol_create_time = tcon->vol_create_time; in cifs_fscache_fill_volume_coherency()
28 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fscache_get_super_cookie()
36 tcon->fscache = NULL; in cifs_fscache_get_super_cookie()
48 sharename = extract_sharename(tcon->tree_name); in cifs_fscache_get_super_cookie()
63 cifs_fscache_fill_volume_coherency(tcon, &cd); in cifs_fscache_get_super_cookie()
77 tcon->fscache = vcookie; in cifs_fscache_get_super_cookie()
92 cifs_fscache_fill_volume_coherency(tcon, &cd); in cifs_fscache_release_super_cookie()
94 tcon->fscache = NULL; in cifs_fscache_release_super_cookie()
[all …]
A Dcifssmb.c81 if (!tcon) in cifs_reconnect_tcon()
84 ses = tcon->ses; in cifs_reconnect_tcon()
220 tcon, wct); in small_smb_init()
222 if (tcon != NULL) in small_smb_init()
299 if (cifs_chan_needs_reconnect(tcon->ses, tcon->ses->server) || in smb_init_no_reconnect()
512 if ((tcon->ses == NULL) || (tcon->ses->server == NULL)) in CIFSSMBTDis()
1145 struct cifs_tcon *tcon = oparms->tcon; in CIFS_open() local
1387 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBRead() local
1495 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBWrite() local
1749 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBWrite2() local
[all …]
A Dinode.c512 .tcon = tcon,
535 io_parms.tcon = tcon;
581 tcon->ses->server->ops->close(xid, tcon, &fid);
613 rc = tcon->ses->server->ops->query_all_EAs(xid, tcon, path,
750 if (!tcon->unix_ext)
883 if (tcon->unix_ext)
1523 .tcon = tcon,
1834 tcon, xid);
2118 .tcon = tcon,
2684 if (tcon == NULL) {
[all …]
A Dcifs_debug.c91 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
98 tcon->status); in cifs_debug_tcon()
108 if ((tcon->seal) || in cifs_debug_tcon()
112 if (tcon->nocase) in cifs_debug_tcon()
114 if (tcon->unix_ext) in cifs_debug_tcon()
117 tcon->ses->server->ops->dump_share_caps(m, tcon); in cifs_debug_tcon()
118 if (tcon->use_witness) in cifs_debug_tcon()
122 if (tcon->need_reconnect) in cifs_debug_tcon()
174 struct cifs_tcon *tcon; in cifs_debug_files_proc_show() local
193 tcon->tid, in cifs_debug_files_proc_show()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/
A Dfsl_tcon.c41 struct fsl_tcon *tcon, in fsl_tcon_init_regmap() argument
56 return PTR_ERR_OR_ZERO(tcon->regs); in fsl_tcon_init_regmap()
61 struct fsl_tcon *tcon; in fsl_tcon_init() local
70 tcon = devm_kzalloc(dev, sizeof(*tcon), GFP_KERNEL); in fsl_tcon_init()
71 if (!tcon) in fsl_tcon_init()
81 if (IS_ERR(tcon->ipg_clk)) { in fsl_tcon_init()
86 ret = clk_prepare_enable(tcon->ipg_clk); in fsl_tcon_init()
95 return tcon; in fsl_tcon_init()
102 void fsl_tcon_free(struct fsl_tcon *tcon) in fsl_tcon_free() argument
104 clk_disable_unprepare(tcon->ipg_clk); in fsl_tcon_free()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/display/
A Dallwinner,sun4i-a10-tcon.yaml23 - const: allwinner,sun4i-a10-tcon
24 - const: allwinner,sun5i-a13-tcon
25 - const: allwinner,sun6i-a31-tcon
27 - const: allwinner,sun7i-a20-tcon
186 - const: tcon-ch0
187 - const: tcon-ch1
205 - const: tcon-ch0
206 - const: tcon-ch1
225 - const: tcon-ch0
246 - const: tcon-ch0
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dallwinner,sun4i-a10-tcon-ch0-clk.yaml4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml#
24 - allwinner,sun4i-a10-tcon-ch0-clk
25 - allwinner,sun4i-a10-tcon-ch1-clk
49 const: allwinner,sun4i-a10-tcon-ch0-clk
62 compatible = "allwinner,sun4i-a10-tcon-ch0-clk";
65 clock-output-names = "tcon-ch0-sclk";
71 compatible = "allwinner,sun4i-a10-tcon-ch1-clk";
74 clock-output-names = "tcon-ch1-sclk";

Completed in 128 milliseconds

1234