/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 84 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status() 118 static void sun4i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun4i_tcon_setup_lvds_phy() 142 static void sun6i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun6i_tcon_setup_lvds_phy() 173 static void sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_lvds_set_status() 189 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status() 226 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank() 252 struct sun4i_tcon *tcon; in sun4i_get_tcon0() local 264 static void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_set_mux() 294 static void sun4i_tcon0_mode_set_dithering(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_dithering() 346 static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_cpu() [all …]
|
H A D | sun4i_tcon_dclk.c | 18 struct sun4i_tcon *tcon; member 74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() local 165 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() 201 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
|
H A D | sun4i_rgb.c | 27 struct sun4i_tcon *tcon; member 66 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid() local 189 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init()
|
/openbmc/linux/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_tcon.c | 19 void fsl_tcon_bypass_disable(struct fsl_tcon *tcon) in fsl_tcon_bypass_disable() 25 void fsl_tcon_bypass_enable(struct fsl_tcon *tcon) in fsl_tcon_bypass_enable() 41 struct fsl_tcon *tcon, in fsl_tcon_init_regmap() 61 struct fsl_tcon *tcon; in fsl_tcon_init() local 102 void fsl_tcon_free(struct fsl_tcon *tcon) in fsl_tcon_free()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb1ops.c | 440 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize() 475 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize() 516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() 524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() 546 struct cifs_tcon *tcon, in cifs_query_path_info() 603 static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum() 623 static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info() 642 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats() 668 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats() 705 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo() [all …]
|
H A D | cifssmb.c | 69 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() 210 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() 262 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() 288 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() 301 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() 510 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() 663 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() 740 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() 784 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir() 828 struct cifs_tcon *tcon, const char *name, in CIFSSMBMkDir() [all …]
|
H A D | cifs_swn.c | 32 struct cifs_tcon *tcon; member 35 static int cifs_swn_auth_info_krb(struct cifs_tcon *tcon, struct sk_buff *skb) in cifs_swn_auth_info_krb() 46 static int cifs_swn_auth_info_ntlm(struct cifs_tcon *tcon, struct sk_buff *skb) in cifs_swn_auth_info_ntlm() 252 static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon) in cifs_find_swn_reg() 305 static struct cifs_swn_reg *cifs_get_swn_reg(struct cifs_tcon *tcon) in cifs_get_swn_reg() 463 static int cifs_swn_reconnect(struct cifs_tcon *tcon, struct sockaddr_storage *addr) in cifs_swn_reconnect() 589 int cifs_swn_register(struct cifs_tcon *tcon) in cifs_swn_register() 607 int cifs_swn_unregister(struct cifs_tcon *tcon) in cifs_swn_unregister()
|
H A D | smb2ops.c | 438 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize() 453 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize() 485 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize() 501 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize() 759 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() 806 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() 851 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon() 882 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible() 949 static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum() 957 static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info() [all …]
|
H A D | smb2inode.c | 172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() 862 struct cifs_tcon *tcon, in smb2_query_path_info() 988 struct cifs_tcon *tcon, const char *name, in smb2_mkdir() 1003 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() 1031 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() 1046 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() 1067 static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() 1097 struct cifs_tcon *tcon, in smb2_rename_path() 1121 struct cifs_tcon *tcon, in smb2_create_hardlink() 1134 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size() [all …]
|
H A D | smb2pdu.c | 73 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() 91 const struct cifs_tcon *tcon, in smb2_hdr_assemble() 213 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() 501 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() 527 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in __smb2_plain_req_init() 559 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_plain_req_init() 573 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init() 1279 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() 2013 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc() 2021 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults() [all …]
|
H A D | ioctl.c | 31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info() local 120 static long smb_mnt_get_tcon_info(struct cifs_tcon *tcon, void __user *arg) in smb_mnt_get_tcon_info() 134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() 220 static int cifs_dump_full_key(struct cifs_tcon *tcon, struct smb3_full_key_debug_info __user *in) in cifs_dump_full_key() 339 struct cifs_tcon *tcon; in cifs_ioctl() local
|
H A D | inode.c | 387 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_get_file_info_unix() local 423 struct cifs_tcon *tcon; in cifs_get_unix_fattr() local 511 struct cifs_tcon *tcon; in cifs_sfu_type() local 633 struct cifs_tcon *tcon; in cifs_sfu_mode() local 755 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in smb311_posix_info_to_fattr() local 813 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_open_info_to_fattr() local 892 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_get_file_info() local 983 struct cifs_tcon *tcon, in cifs_backup_query_path_info() 1021 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, in cifs_set_fattr_ino() 1079 struct cifs_tcon *tcon, in reparse_info_to_fattr() [all …]
|
H A D | smb2misc.c | 541 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease() 580 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, in smb2_tcon_find_pending_open_lease() 614 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() local 677 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() local 756 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() local 783 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd() 804 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() 845 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid() local
|
H A D | cached_dir.c | 140 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir() 389 int open_cached_dir_by_dentry(struct cifs_tcon *tcon, in open_cached_dir_by_dentry() 441 void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon, in drop_cached_dir_by_name() 475 struct cifs_tcon *tcon; in close_all_cached_dirs() local 520 void invalidate_all_cached_dirs(struct cifs_tcon *tcon) in invalidate_all_cached_dirs() 561 struct cifs_tcon *tcon = cfid->tcon; in cached_dir_offload_close() local 591 int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]) in cached_dir_lease_break()
|
H A D | dir.c | 40 struct cifs_tcon *tcon, int add_treename) in cifs_build_path_to_root() 74 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry() local 141 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix() local 153 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name() 185 struct cifs_tcon *tcon = tlink_tcon(tlink); local 439 struct cifs_tcon *tcon; local 562 struct cifs_tcon *tcon; local 605 struct cifs_tcon *tcon; local
|
H A D | link.c | 160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() 193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() 250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() 295 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() 335 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() 398 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() 472 struct cifs_tcon *tcon; local
|
H A D | connect.c | 120 struct cifs_tcon *tcon = container_of(work, in smb2_query_server_interfaces() local 211 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect() local 1970 struct cifs_tcon *tcon; in cifs_setup_ipc() local 2052 struct cifs_tcon *tcon; in __cifs_put_smb_ses() local 2456 static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in match_tcon() 2488 struct cifs_tcon *tcon; in cifs_find_tcon() local 2509 cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in cifs_put_tcon() 2591 struct cifs_tcon *tcon; in cifs_get_tcon() local 2885 struct cifs_tcon *tcon, in match_prepath() 2916 struct cifs_tcon *tcon; in cifs_match_super() local [all …]
|
H A D | fscache.c | 26 struct cifs_tcon *tcon, in cifs_fscache_fill_volume_coherency() 35 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() 114 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie() 133 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_get_inode_cookie() local
|
H A D | file.c | 170 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() 288 struct cifs_tcon *tcon; in cifs_posix_open() local 342 struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, in cifs_nt_open() 473 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo() local 606 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in serverclose_work() local 667 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put() local 763 struct cifs_tcon *tcon; in cifs_open() local 928 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() local 961 struct cifs_tcon *tcon; in cifs_reopen_file() local 1218 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) in cifs_reopen_persistent_handles() [all …]
|
H A D | cifs_swn.h | 43 static inline int cifs_swn_register(struct cifs_tcon *tcon) { return 0; } in cifs_swn_register() 44 static inline int cifs_swn_unregister(struct cifs_tcon *tcon) { return 0; } in cifs_swn_unregister()
|
H A D | misc.c | 153 tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in tconInfoFree() 423 struct cifs_tcon *tcon; in is_valid_oplock_break() local 544 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino() local 786 cifs_close_all_deferred_files(struct cifs_tcon *tcon) in cifs_close_all_deferred_files() 818 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry() 1209 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon) in cifs_get_dfs_tcon_super() 1286 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error()
|
H A D | reparse.c | 24 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_create_reparse_symlink() 116 struct cifs_tcon *tcon; in detect_directory_symlink_target() local 280 struct dentry *dentry, struct cifs_tcon *tcon, in mknod_nfs() 417 struct dentry *dentry, struct cifs_tcon *tcon, in mknod_wsl() 459 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_mknod_reparse() 636 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in parse_reparse_point() local
|
H A D | cifs_debug.c | 90 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() 239 struct cifs_tcon *tcon; in cifs_debug_files_proc_show() local 307 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() local 651 struct cifs_tcon *tcon; in cifs_stats_proc_write() local 711 struct cifs_tcon *tcon; in cifs_stats_proc_show() local
|
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
H A D | pwm.c | 19 unsigned long tcon; in pwm_enable() local 33 unsigned long tcon; in pwm_disable() local 66 unsigned long tcon; in pwm_config() local
|
/openbmc/linux/fs/smb/server/mgmt/ |
H A D | tree_connect.c | 100 void ksmbd_tree_connect_put(struct ksmbd_tree_connect *tcon) in ksmbd_tree_connect_put() 135 struct ksmbd_tree_connect *tcon; in ksmbd_tree_conn_lookup() local
|