/linux-6.3-rc2/drivers/video/fbdev/mmp/ |
A D | core.c | 19 if (path && overlay_id < path->overlay_num) in path_get_overlay() 46 if (path->panel && path->panel->get_modelist) in path_get_modelist() 47 return path->panel->get_modelist(path->panel, modelist); in path_get_modelist() 110 if (path->panel && path->panel == panel) { in mmp_unregister_panel() 141 return path; in mmp_get_path() 160 if (!path) in mmp_register_path() 184 path->name, path->overlay_num); in mmp_register_path() 196 path->overlays[i].path = path; in mmp_register_path() 206 return path; in mmp_register_path() 220 if (!path) in mmp_unregister_path() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | rtw8852c_rfk.c | 155 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 1510 for (path = 0; path < RTW8852C_IQK_SS; path++) { in _iqk_init() 2719 for (path = 0; path < RTW8852C_DPK_RF_PATH; path++) in _dpk_cal_select() 3855 for (path = 0; path < 2; path++) { in _ctrl_bw() 3931 for (path = 0; path < 2; path++) { in _ctrl_ch() 3947 for (path = 0; path < 2; path++) { in _rxbb_bw() 4078 for (path = 0; path < 2; path++) in rtw8852c_rck() 4123 for (path = 0; path < 2; path++) { in _rx_dck() 4188 for (path = 0; path < RF_PATH_NUM_8852C; path++) { in rtw8852c_rx_dck_track() 4207 for (path = 0; path < RF_PATH_NUM_8852C; path++) { in rtw8852c_rx_dck_track() [all …]
|
A D | rtw8852a_rfk.c | 98 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 588 path, BIT(path), tmp); in _iqk_read_xym_dbcc0() 1551 for (path = 0; path < 1; path++) { in _iqk_track() 1624 for (path = 0; path < RTW8852A_IQK_SS; path++) { in _iqk_init() 1746 for (path = 0; path < 2; path++) { in _rx_dck() 2636 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) in _dpk_cal_select() 2647 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_cal_select() 2659 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_cal_select() 2670 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_cal_select() 2706 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_force_bypass() [all …]
|
A D | rtw8852b_rfk.c | 311 for (path = 0; path < RF_PATH_NUM_8852B; path++) { in _rx_dck() 1576 for (path = 0; path < RTW8852B_IQK_SS; path++) { in _iqk_init() 1593 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 2518 for (path = 0; path < RTW8852B_DPK_RF_PATH; path++) in _dpk_cal_select() 2524 for (path = 0; path < RTW8852B_DPK_RF_PATH; path++) { in _dpk_cal_select() 2534 for (path = 0; path < RTW8852B_DPK_RF_PATH; path++) { in _dpk_cal_select() 2542 for (path = 0; path < RTW8852B_DPK_RF_PATH; path++) { in _dpk_cal_select() 2609 for (path = 0; path < RF_PATH_NUM_8852B; path++) { in _dpk_track() 2715 for (path = 0; path < RF_PATH_NUM_8852B; path++) { in _set_dpd_backoff() 3759 for (path = 0; path < RF_PATH_NUM_8852B; path++) in rtw8852b_rck() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/openat2/ |
A D | resolve_test.c | 112 const char *path; member 117 const char *path; member 168 .out.path = "root", .pass = true }, in test_openat2_opath_tests() 171 .out.path = "etc", .pass = true }, in test_openat2_opath_tests() 214 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 217 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 220 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 223 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 331 .out.path = "/", .pass = true }, in test_openat2_opath_tests() 334 .out.path = "/", .pass = true }, in test_openat2_opath_tests() [all …]
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | path.c | 153 path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_discover() 154 if (!path) in tb_path_discover() 165 kfree(path); in tb_path_discover() 211 return path; in tb_path_discover() 248 path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_alloc() 249 if (!path) in tb_path_alloc() 345 return path; in tb_path_alloc() 376 kfree(path); in tb_path_free() 472 path->name, tb_route(path->hops[0].in_port->sw), in tb_path_deactivate() 501 path->name, tb_route(path->hops[0].in_port->sw), in tb_path_activate() [all …]
|
/linux-6.3-rc2/fs/ |
A D | init.c | 19 struct path path; in init_mount() local 33 struct path path; in init_umount() local 46 struct path path; in init_chdir() local 61 struct path path; in init_chroot() local 85 struct path path; in init_chown() local 102 struct path path; in init_chmod() local 115 struct path path; in init_eaccess() local 129 struct path path; in init_stat() local 144 struct path path; in init_mknod() local 204 struct path path; in init_symlink() local [all …]
|
A D | fhandle.c | 17 static long do_sys_name_to_handle(const struct path *path, in do_sys_name_to_handle() argument 97 struct path path; in SYSCALL_DEFINE5() local 110 path_put(&path); in SYSCALL_DEFINE5() 140 struct path *path) in do_handle_to_path() argument 146 if (IS_ERR(path->mnt)) { in do_handle_to_path() 152 path->dentry = exportfs_decode_fh(path->mnt, in do_handle_to_path() 162 mntput(path->mnt); in do_handle_to_path() 168 struct path *path) in handle_to_path() argument 219 struct path path; in do_handle_open() local 229 path_put(&path); in do_handle_open() [all …]
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | btree.c | 29 if (path == NULL) in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() 868 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_carry_left() 916 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_carry_right() 963 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_split() 998 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_grow() 1222 path[level].bp_op(btree, path, level, &key, &ptr); in nilfs_btree_commit_insert() 1369 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_concat_left() 1572 path[level].bp_op(btree, path, level, NULL, NULL); in nilfs_btree_commit_delete() 1927 path[level].bp_ctxt.bh = path[level].bp_bh; in nilfs_btree_prepare_update_v() [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | inode-item.c | 102 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 128 if (!path) in btrfs_del_inode_extref() 142 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref() 199 if (!path) in btrfs_del_inode_ref() 273 if (!path) in btrfs_insert_inode_extref() 327 if (!path) in btrfs_insert_inode_ref() 335 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 340 old_size = btrfs_item_size(path->nodes[0], path->slots[0]); in btrfs_insert_inode_ref() 342 ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 360 ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() [all …]
|
A D | free-space-tree.c | 125 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info() 274 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_bitmaps() 417 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_extents() 736 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in remove_free_space_extent() 843 if (!path) { in remove_from_free_space_tree() 1036 if (!path) { in add_to_free_space_tree() 1075 if (!path) in populate_free_space_tree() 1225 if (!path) in clear_free_space_tree() 1333 if (!path) { in add_block_group_free_space() 1368 if (!path) { in remove_block_group_free_space() [all …]
|
A D | file-item.c | 171 if (!path) in btrfs_insert_hole_extent() 300 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in search_csum_tree() 303 itemsize = btrfs_item_size(path->nodes[0], path->slots[0]); in search_csum_tree() 321 itemsize = btrfs_item_size(path->nodes[0], path->slots[0]); in search_csum_tree() 419 if (!path) in btrfs_lookup_bio_sums() 535 if (!path) in btrfs_lookup_csums_list() 609 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_list() 676 if (!path) in btrfs_lookup_csums_bitmap() 743 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_bitmap() 956 if (!path) in btrfs_del_csums() [all …]
|
A D | root-tree.c | 87 path->slots[0]--; in btrfs_find_root() 91 l = path->nodes[0]; in btrfs_find_root() 92 slot = path->slots[0]; in btrfs_find_root() 134 if (!path) in btrfs_update_root() 151 l = path->nodes[0]; in btrfs_update_root() 152 slot = path->slots[0]; in btrfs_update_root() 182 l = path->nodes[0]; in btrfs_update_root() 221 if (!path) in btrfs_find_orphan_roots() 320 if (!path) in btrfs_del_root() 347 if (!path) in btrfs_del_root_ref() [all …]
|
A D | ctree.c | 1196 btrfs_node_blockptr(path->nodes[level], path->slots[level])) in balance_level() 1504 btrfs_tree_unlock_rw(path->nodes[i], path->locks[i]); in unlock_up() 1703 ASSERT(path); in btrfs_find_item() 2466 btrfs_item_key_to_cpu(path->nodes[0], key, path->slots[0]); in btrfs_search_backwards() 3556 if (path->slots[0] == 0 || path->slots[0] == nritems) in push_for_double_split() 4229 if (!path) in btrfs_insert_item() 4338 del_ptr(root, path, 1, path->slots[1]); in btrfs_del_leaf() 4648 btrfs_unlock_up_safe(path, path->lowest_level + 1); in btrfs_search_forward() 4671 WARN_ON(!path->keep_locks && !path->skip_locking); in btrfs_find_next_key() 4687 if (path->locks[level + 1] || path->skip_locking) { in btrfs_find_next_key() [all …]
|
A D | tree-log.c | 457 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in overwrite_item() 1027 if (!path) in backref_in_log() 1607 if (!path) in fixup_inode_link_count() 2055 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in find_dir_range() 2082 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in find_dir_range() 2410 if (!path) in replay_one_buffer() 2731 if (!path) in walk_log_tree() 4699 drop_args.path = path; in log_one_extent() 5420 if (!path) in log_new_dir_dentries() 6155 path->slots[0], slot - path->slots[0]); in batch_delete_dir_index_items() [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/mmp/hw/ |
A D | mmp_ctrl.c | 122 struct mmp_path *path = overlay->path; in dmafetch_set_fmt() local 171 struct mmp_path *path = overlay->path; in dmafetch_onoff() local 177 writel(tmp, ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_onoff() 185 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable() 198 path->name, stat_name(path->status)); in path_onoff() 205 if (path->panel && path->panel->set_onoff) in path_onoff() 206 path->panel->set_onoff(path->panel, 1); in path_onoff() 208 if (path->panel && path->panel->set_onoff) in path_onoff() 209 path->panel->set_onoff(path->panel, 0); in path_onoff() 225 if (overlay->path->ops.check_status(overlay->path) in overlay_set_onoff() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mediatek/ |
A D | mtk_eth_path.c | 23 switch (path) { in mtk_eth_path_name() 48 switch (path) { in set_mux_gdm1_to_gmac1_esw() 79 switch (path) { in set_mux_gmac2_gmac0_to_gephy() 102 switch (path) { in set_mux_u3_gmac2_to_qphy() 125 switch (path) { in set_mux_gmac1_gmac2_to_sgmii_rgmii() 165 switch (path) { in set_mux_gmac12_to_gephy_sgmii() 219 mtk_eth_path_name(path)); in mtk_eth_mux_setup() 244 int path; in mtk_gmac_sgmii_path_setup() local 255 int path = 0; in mtk_gmac_gephy_path_setup() local 260 if (!path) in mtk_gmac_gephy_path_setup() [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | cgroup.h | 58 TP_ARGS(cgrp, path), 64 __string( path, path ) 71 __assign_str(path, path); 82 TP_ARGS(cgrp, path) 89 TP_ARGS(cgrp, path) 96 TP_ARGS(cgrp, path) 103 TP_ARGS(cgrp, path) 110 TP_ARGS(cgrp, path) 117 TP_ARGS(cgrp, path) 176 __string( path, path ) [all …]
|
/linux-6.3-rc2/security/tomoyo/ |
A D | tomoyo.c | 120 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr() argument 132 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate() argument 159 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local 176 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local 192 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local 209 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local 227 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local 359 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod() argument 394 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot() argument 410 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount() argument [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | trace-event-info.c | 94 if (!path) { in record_header_files() 117 if (!path) { in record_header_files() 226 char *path; in record_ftrace_files() local 230 if (!path) { in record_ftrace_files() 257 char *path; in record_event_files() local 337 char *path; in record_ftrace_printk() local 365 char *path; in record_saved_cmdline() local 443 path = zalloc(sizeof(*path)); in tracepoint_id_to_path() 471 struct tracepoint_path *path = zalloc(sizeof(*path)); in tracepoint_name_to_path() local 482 if (path->system == NULL || path->name == NULL) { in tracepoint_name_to_path() [all …]
|
/linux-6.3-rc2/include/net/iucv/ |
A D | iucv.h | 226 struct iucv_path *path; in iucv_path_alloc() local 228 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc() 229 if (path) { in iucv_path_alloc() 230 path->msglim = msglim; in iucv_path_alloc() 231 path->flags = flags; in iucv_path_alloc() 233 return path; in iucv_path_alloc() 242 static inline void iucv_path_free(struct iucv_path *path) in iucv_path_free() argument 244 kfree(path); in iucv_path_free() 467 int (*__message_receive)(struct iucv_path *path, 477 int (*message_send2way)(struct iucv_path *path, [all …]
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 1872 path[1].p_maxdepth = path[0].p_maxdepth; in ext4_ext_try_to_merge_up() 1873 memcpy(path[0].p_hdr, path[1].p_hdr, s); in ext4_ext_try_to_merge_up() 2309 path = path + depth; in ext4_ext_rm_idx() 2993 memset(path + i + 1, 0, sizeof(*path)); in ext4_ext_remove_space() 5883 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5903 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5916 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5944 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode() 5996 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks() 6037 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks() [all …]
|
/linux-6.3-rc2/fs/btrfs/tests/ |
A D | free-space-tree-tests.c | 50 if (path->slots[0] != 0) in __check_free_space_extents() 54 while (++path->slots[0] < btrfs_header_nritems(path->nodes[0])) { in __check_free_space_extents() 55 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 85 path->slots[0] != 0) in __check_free_space_extents() 88 path->slots[0]++; in __check_free_space_extents() 89 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 99 btrfs_release_path(path); in __check_free_space_extents() 121 btrfs_release_path(path); in check_free_space_extents() 125 btrfs_release_path(path); in check_free_space_extents() 480 if (!path) { in run_test() [all …]
|
/linux-6.3-rc2/drivers/interconnect/ |
A D | core.c | 159 if (!path) in path_init() 174 return path; in path_init() 240 return path; in path_find() 577 if (!path) in icc_set_tag() 600 if (!path) in icc_get_name() 629 if (!path) in icc_set_bw() 632 if (WARN_ON(IS_ERR(path) || !path->num_nodes)) in icc_set_bw() 679 if (!path) in __icc_enable() 682 if (WARN_ON(IS_ERR(path) || !path->num_nodes)) in __icc_enable() 692 return icc_set_bw(path, path->reqs[0].avg_bw, in __icc_enable() [all …]
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kernel_include.py | 34 import os.path 63 path = os.path.realpath( 70 % (self.name, path)) 72 self.arguments[0] = path 74 env.note_dependency(os.path.abspath(path)) 91 source_dir = os.path.dirname(os.path.abspath(source)) 92 path = directives.path(self.arguments[0]) 93 if path.startswith('<') and path.endswith('>'): 94 path = os.path.join(self.standard_include_path, path[1:-1]) 95 path = os.path.normpath(os.path.join(source_dir, path)) [all …]
|