/linux/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() 85 path->name); in mmp_register_panel() 110 if (path->panel && path->panel == panel) { in mmp_unregister_panel() 161 if (!path) in mmp_register_path() 185 path->name, path->overlay_num); in mmp_register_path() 197 path->overlays[i].path = path; in mmp_register_path() 207 return path; in mmp_register_path() 221 if (!path) in mmp_unregister_path() [all …]
|
/linux/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/drivers/thunderbolt/ |
A D | path.c | 151 path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_discover() 152 if (!path) in tb_path_discover() 162 kfree(path); in tb_path_discover() 201 return path; in tb_path_discover() 238 path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_alloc() 239 if (!path) in tb_path_alloc() 333 return path; in tb_path_alloc() 362 kfree(path); in tb_path_free() 458 path->name, tb_route(path->hops[0].in_port->sw), in tb_path_deactivate() 487 path->name, tb_route(path->hops[0].in_port->sw), in tb_path_activate() [all …]
|
A D | tunnel.c | 237 if (!path) { in tb_tunnel_discover_pci() 248 if (!path) in tb_tunnel_discover_pci() 310 if (!path) in tb_tunnel_alloc_pci() 318 if (!path) in tb_tunnel_alloc_pci() 801 if (!path) in tb_tunnel_discover_dp() 808 if (!path) in tb_tunnel_discover_dp() 883 if (!path) in tb_tunnel_alloc_dp() 890 if (!path) in tb_tunnel_alloc_dp() 897 if (!path) in tb_tunnel_alloc_dp() 1089 if (!path) in tb_tunnel_alloc_dma() [all …]
|
/linux/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 | namei.c | 564 struct path path; member 1005 nd->path = *path; in nd_jump_link() 1799 struct path path; in step_into() local 1813 nd->path = path; in step_into() 1838 struct path path; in follow_dotdot_rcu() local 1845 nd->path = path; in follow_dotdot_rcu() 1878 struct path path; in follow_dotdot() local 1884 nd->path = path; in follow_dotdot() 2471 struct path *path, struct path *root) in filename_lookup() argument 3501 struct path path; in do_tmpfile() local [all …]
|
A D | fhandle.c | 17 static long do_sys_name_to_handle(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/drivers/net/wireless/realtek/rtw89/ |
A D | rtw8852a_rfk.c | 158 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 1611 for (path = 0; path < 1; path++) { in _iqk_track() 1684 for (path = 0; path < RTW8852A_IQK_SS; path++) { in _iqk_init() 1806 for (path = 0; path < 2; path++) { in _rx_dck() 2695 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_cal_select() 2718 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_cal_select() 2729 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_cal_select() 2764 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_force_bypass() 2809 for (path = 0; path < RTW8852A_DPK_RF_PATH; path++) { in _dpk_track() [all …]
|
/linux/fs/nilfs2/ |
A D | btree.c | 29 if (path == NULL) in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() 857 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_carry_left() 905 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_carry_right() 952 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_split() 987 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_grow() 1211 path[level].bp_op(btree, path, level, &key, &ptr); in nilfs_btree_commit_insert() 1358 path[level].bp_bh = path[level].bp_sib_bh; in nilfs_btree_concat_left() 1561 path[level].bp_op(btree, path, level, NULL, NULL); in nilfs_btree_commit_delete() 1914 path[level].bp_ctxt.bh = path[level].bp_bh; in nilfs_btree_prepare_update_v() [all …]
|
/linux/fs/btrfs/ |
A D | inode-item.c | 93 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 119 if (!path) in btrfs_del_inode_extref() 133 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref() 191 if (!path) in btrfs_del_inode_ref() 203 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], name, in btrfs_del_inode_ref() 266 if (!path) in btrfs_insert_inode_extref() 322 if (!path) in btrfs_insert_inode_ref() 330 ref = btrfs_find_name_in_backref(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() 335 old_size = btrfs_item_size_nr(path->nodes[0], path->slots[0]); in btrfs_insert_inode_ref() 337 ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_insert_inode_ref() [all …]
|
A D | free-space-tree.c | 106 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info() 255 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_bitmaps() 398 ret = btrfs_del_items(trans, root, path, path->slots[0], nr); in convert_free_space_to_extents() 717 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in remove_free_space_extent() 824 if (!path) { in remove_from_free_space_tree() 1017 if (!path) { in add_to_free_space_tree() 1056 if (!path) in populate_free_space_tree() 1201 if (!path) in clear_free_space_tree() 1304 if (!path) { in add_block_group_free_space() 1339 if (!path) { in remove_block_group_free_space() [all …]
|
A D | file-item.c | 146 if (!path) in btrfs_insert_file_extent() 274 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in search_csum_tree() 276 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in search_csum_tree() 277 itemsize = btrfs_item_size_nr(path->nodes[0], path->slots[0]); in search_csum_tree() 293 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in search_csum_tree() 294 itemsize = btrfs_item_size_nr(path->nodes[0], path->slots[0]); in search_csum_tree() 396 if (!path) in btrfs_lookup_bio_sums() 514 if (!path) in btrfs_lookup_csums_range() 570 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_csums_range() 808 if (!path) in btrfs_del_csums() [all …]
|
A D | root-tree.c | 82 path->slots[0]--; in btrfs_find_root() 86 l = path->nodes[0]; in btrfs_find_root() 87 slot = path->slots[0]; in btrfs_find_root() 129 if (!path) in btrfs_update_root() 146 l = path->nodes[0]; in btrfs_update_root() 147 slot = path->slots[0]; in btrfs_update_root() 177 l = path->nodes[0]; in btrfs_update_root() 216 if (!path) in btrfs_find_orphan_roots() 300 if (!path) in btrfs_del_root() 329 if (!path) in btrfs_del_root_ref() [all …]
|
A D | tree-log.c | 459 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in do_overwrite_item() 1032 if (!path) in backref_in_log() 1388 if (!path) in btrfs_inode_ref_exists() 1429 if (!path) in add_link() 1781 if (!path) in fixup_inode_link_count() 2625 if (!path) in replay_one_buffer() 2946 if (!path) in walk_log_tree() 3926 path->nodes[0], path->slots[0], in log_dir_items() 3983 path->nodes[0], path->slots[0], in log_dir_items() 4598 drop_args.path = path; in log_one_extent() [all …]
|
A D | ctree.c | 1068 btrfs_node_blockptr(path->nodes[level], path->slots[level])) in balance_level() 1540 ASSERT(path); in btrfs_find_item() 2122 btrfs_item_key_to_cpu(path->nodes[0], key, path->slots[0]); in btrfs_search_backwards() 2877 path->slots[1]++; in push_leaf_right() 3222 if (path->slots[0] == 0 || path->slots[0] == nritems) in push_for_double_split() 3916 if (!path) in btrfs_insert_item() 3953 path->slots[0]++; in btrfs_duplicate_item() 4025 del_ptr(root, path, 1, path->slots[1]); in btrfs_del_leaf() 4317 btrfs_unlock_up_safe(path, path->lowest_level + 1); in btrfs_search_forward() 4340 WARN_ON(!path->keep_locks && !path->skip_locking); in btrfs_find_next_key() [all …]
|
A D | dir-item.c | 43 leaf = path->nodes[0]; in insert_with_overflow() 83 leaf = path->nodes[0]; in btrfs_insert_xattr_item() 128 if (!path) in btrfs_insert_dir_item() 143 leaf = path->nodes[0]; in btrfs_insert_dir_item() 165 btrfs_free_path(path); in btrfs_insert_dir_item() 240 if (!path) in btrfs_check_dir_item_collision() 272 leaf = path->nodes[0]; in btrfs_check_dir_item_collision() 273 slot = path->slots[0]; in btrfs_check_dir_item_collision() 282 btrfs_free_path(path); in btrfs_check_dir_item_collision() 344 leaf = path->nodes[0]; in btrfs_search_dir_index_item() [all …]
|
/linux/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/fs/ext4/ |
A D | extents.c | 1865 path[1].p_maxdepth = path[0].p_maxdepth; in ext4_ext_try_to_merge_up() 1866 memcpy(path[0].p_hdr, path[1].p_hdr, s); in ext4_ext_try_to_merge_up() 2305 path = path + depth; in ext4_ext_rm_idx() 2990 memset(path + i + 1, 0, sizeof(*path)); in ext4_ext_remove_space() 5863 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5883 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5896 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex() 5925 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode() 5979 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks() 6023 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks() [all …]
|
/linux/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/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/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 147 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local 164 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local 180 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local 197 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local 215 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local 338 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod() argument 373 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot() argument 389 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount() argument [all …]
|
/linux/fs/btrfs/tests/ |
A D | free-space-tree-tests.c | 49 if (path->slots[0] != 0) in __check_free_space_extents() 53 while (++path->slots[0] < btrfs_header_nritems(path->nodes[0])) { in __check_free_space_extents() 54 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 84 path->slots[0] != 0) in __check_free_space_extents() 87 path->slots[0]++; in __check_free_space_extents() 88 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in __check_free_space_extents() 98 btrfs_release_path(path); in __check_free_space_extents() 120 btrfs_release_path(path); in check_free_space_extents() 124 btrfs_release_path(path); in check_free_space_extents() 476 if (!path) { in run_test() [all …]
|
/linux/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/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/drivers/net/wireless/realtek/rtw88/ |
A D | rtw8822c.c | 108 for (path = 0; path < DACK_PATH_8822C; path++) { in rtw8822c_dac_backup_reg() 128 for (path = 0; path < DACK_PATH_8822C; path++) { in rtw8822c_dac_restore_reg() 1015 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_set_power_trim() 1079 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_thermal_trim() 1098 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_pa_bias() 1106 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_pa_bias() 2710 for (path = 0; path < hal->rf_path_num; path++) { in rtw8822c_set_write_tx_power_ref() 2715 for (path = 0; path < hal->rf_path_num; path++) { in rtw8822c_set_write_tx_power_ref() 3654 u8 path = data->path; in rtw8822c_loss_check_state() local 3678 data.path = path; in rtw8822c_dpk_pas_agc() [all …]
|