| /kernel/linux/linux-5.10/drivers/video/fbdev/mmp/ |
| D | core.c | 16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() argument 19 if (path && overlay_id < path->overlay_num) in path_get_overlay() 20 return &path->overlays[overlay_id]; in path_get_overlay() 24 static int path_check_status(struct mmp_path *path) in path_check_status() argument 27 for (i = 0; i < path->overlay_num; i++) in path_check_status() 28 if (path->overlays[i].status) in path_check_status() 41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() argument 44 BUG_ON(!path || !modelist); in path_get_modelist() 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() [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/mmp/ |
| D | core.c | 16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() argument 19 if (path && overlay_id < path->overlay_num) in path_get_overlay() 20 return &path->overlays[overlay_id]; in path_get_overlay() 24 static int path_check_status(struct mmp_path *path) in path_check_status() argument 27 for (i = 0; i < path->overlay_num; i++) in path_check_status() 28 if (path->overlays[i].status) in path_check_status() 41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() argument 44 BUG_ON(!path || !modelist); in path_get_modelist() 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() [all …]
|
| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| D | path.c | 3 * Thunderbolt driver - path/tunnel functionality 50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port() 81 * tb_path_discover() - Discover a path 82 * @src: First input port of a path 83 * @src_hopid: Starting HopID of a path (%-1 if don't care) 84 * @dst: Expected destination port of the path (%NULL if don't care) 87 * @name: Name of the path 90 * Follows a path starting from @src and @src_hopid to the last output 91 * port of the path. Allocates HopIDs for the visited ports (if 92 * @alloc_hopid is true). Call tb_path_free() to release the path and [all …]
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | path.c | 3 * Thunderbolt driver - path/tunnel functionality 50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port() 81 * tb_path_discover() - Discover a path 82 * @src: First input port of a path 83 * @src_hopid: Starting HopID of a path (%-1 if don't care) 84 * @dst: Expected destination port of the path (%NULL if don't care) 87 * @name: Name of the path 89 * Follows a path starting from @src and @src_hopid to the last output 90 * port of the path. Allocates HopIDs for the visited ports. Call 91 * tb_path_free() to release the path and allocated HopIDs when the path [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | init.c | 19 struct path path; in init_mount() local 22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount() 25 ret = path_mount(dev_name, &path, type_page, flags, data_page); in init_mount() 26 path_put(&path); in init_mount() 33 struct path path; in init_umount() local 38 ret = kern_path(name, lookup_flags, &path); in init_umount() 41 return path_umount(&path, flags); in init_umount() 46 struct path path; in init_chdir() local 49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir() 52 error = path_permission(&path, MAY_EXEC | MAY_CHDIR); in init_chdir() [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | init.c | 19 struct path path; in init_mount() local 22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount() 25 ret = path_mount(dev_name, &path, type_page, flags, data_page); in init_mount() 26 path_put(&path); in init_mount() 33 struct path path; in init_umount() local 38 ret = kern_path(name, lookup_flags, &path); in init_umount() 41 return path_umount(&path, flags); in init_umount() 46 struct path path; in init_chdir() local 49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir() 52 error = inode_permission(path.dentry->d_inode, MAY_EXEC | MAY_CHDIR); in init_chdir() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| D | rtw8852c_rfk.c | 151 u8 path; in _wait_rx_mode() local 155 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 156 if (!(kpath & BIT(path))) in _wait_rx_mode() 160 2, 5000, false, rtwdev, path, 0x00, in _wait_rx_mode() 164 path, ret); in _wait_rx_mode() 302 enum rtw89_rf_path path, u8 index) in _dack_reload_by_path() argument 310 path_offset = (path == RF_PATH_A ? 0 : 0x28); in _dack_reload_by_path() 318 val32 |= dack->msbk_d[path][index][i + 12] << (i * 8); in _dack_reload_by_path() 327 val32 |= dack->msbk_d[path][index][i + 8] << (i * 8); in _dack_reload_by_path() 336 val32 |= dack->msbk_d[path][index][i + 4] << (i * 8); in _dack_reload_by_path() [all …]
|
| D | rtw8852a_rfk.c | 94 u8 path; in _wait_rx_mode() local 98 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 99 if (!(kpath & BIT(path))) in _wait_rx_mode() 103 2, 5000, false, rtwdev, path, 0x00, in _wait_rx_mode() 107 path, ret); in _wait_rx_mode() 254 enum rtw89_rf_path path, u8 index) in _dack_reload_by_path() argument 266 if (path == RF_PATH_A) in _dack_reload_by_path() 275 tmp |= dack->msbk_d[path][index][i + 12] << (i * 8); in _dack_reload_by_path() 283 tmp |= dack->msbk_d[path][index][i + 8] << (i * 8); in _dack_reload_by_path() 291 tmp |= dack->msbk_d[path][index][i + 4] << (i * 8); in _dack_reload_by_path() [all …]
|
| D | rtw8852b_rfk.c | 234 enum rtw89_rf_path path, bool is_bybb) in _rfk_rf_direct_cntrl() argument 237 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x1); in _rfk_rf_direct_cntrl() 239 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x0); in _rfk_rf_direct_cntrl() 243 enum rtw89_rf_path path, bool is_bybb) in _rfk_drf_direct_cntrl() argument 246 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x1); in _rfk_drf_direct_cntrl() 248 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x0); in _rfk_drf_direct_cntrl() 251 static bool _iqk_check_cal(struct rtw89_dev *rtwdev, u8 path) in _iqk_check_cal() argument 268 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, ret=%d\n", path, ret); in _iqk_check_cal() 270 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, 0x8008 = 0x%x\n", path, val); in _iqk_check_cal() 294 enum rtw89_rf_path path) in _set_rx_dck() argument [all …]
|
| D | rtw8851b_rfk.c | 141 u8 path) in _adc_fifo_rst() argument 149 enum rtw89_rf_path path, bool is_bybb) in _rfk_rf_direct_cntrl() argument 152 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x1); in _rfk_rf_direct_cntrl() 154 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x0); in _rfk_rf_direct_cntrl() 158 enum rtw89_rf_path path, bool is_bybb) in _rfk_drf_direct_cntrl() argument 161 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x1); in _rfk_drf_direct_cntrl() 163 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x0); in _rfk_drf_direct_cntrl() 169 u8 path; in _wait_rx_mode() local 172 for (path = 0; path < RF_PATH_MAX; path++) { in _wait_rx_mode() 173 if (!(kpath & BIT(path))) in _wait_rx_mode() [all …]
|
| /kernel/linux/linux-6.6/fs/nilfs2/ |
| D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path() 29 if (path == NULL) in nilfs_btree_alloc_path() 33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path() 34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path() 35 path[level].bp_index = 0; in nilfs_btree_alloc_path() 36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 38 path[level].bp_op = NULL; in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() [all …]
|
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path() 29 if (path == NULL) in nilfs_btree_alloc_path() 33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path() 34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path() 35 path[level].bp_index = 0; in nilfs_btree_alloc_path() 36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path() 38 path[level].bp_op = NULL; in nilfs_btree_alloc_path() 42 return path; in nilfs_btree_alloc_path() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
| D | resolve_test.c | 112 const char *path; member 117 const char *path; member 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
| D | resolve_test.c | 112 const char *path; member 117 const char *path; member 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/ |
| D | typical_media_device.svg | 3 …path="url(#a)" fill-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRat… 4 …path id="path15" d="m1505.5 13443c-293 0-585 292-585 585v2340c0 293 292 586 585 586h3275c293 0 586… 6 <path id="path37" d="m2371.5 9608h-2260v-1270h4520v1270h-2260z" fill="#ff8080" style=""/><path id="… 7 <path id="path51" d="m2363.5 8053h-2269v-1224h4537v1224h-2268z" fill="#ff8080" style=""/><path id="… 8 <path id="path65" d="m13622 10386h-3810v-1281h7620v1281h-3810z" fill="#cfc" style=""/><path id="pat… 9 <path id="path79" d="m12080 12182h-2268v-1412h4536v1412h-2268z" fill="#cfe7f5" style=""/><path id="… 10 <path id="path93" d="m3050.5 15498h-1563v-1715h3126v1715h-1563z" fill="#fc9" style=""/><path id="pa… 11 …path id="path107" d="m4629.5 5866 385-353v176h1167v-176l386 353-386 354v-177h-1167v177l-385-354z" … 12 …path id="path127" d="m7872.5 11464 385-353v176h1166v-176l386 353-386 354v-177h-1166v177l-385-354z"… 14 <path id="path159" d="m11062 7098h-1250v-875h2499v875h-1249z" fill="#cff" style=""/><path id="path1… [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | typical_media_device.svg | 3 …path="url(#a)" fill-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRat… 4 …path id="path15" d="m1505.5 13443c-293 0-585 292-585 585v2340c0 293 292 586 585 586h3275c293 0 586… 6 <path id="path37" d="m2371.5 9608h-2260v-1270h4520v1270h-2260z" fill="#ff8080" style=""/><path id="… 7 <path id="path51" d="m2363.5 8053h-2269v-1224h4537v1224h-2268z" fill="#ff8080" style=""/><path id="… 8 <path id="path65" d="m13622 10386h-3810v-1281h7620v1281h-3810z" fill="#cfc" style=""/><path id="pat… 9 <path id="path79" d="m12080 12182h-2268v-1412h4536v1412h-2268z" fill="#cfe7f5" style=""/><path id="… 10 <path id="path93" d="m3050.5 15498h-1563v-1715h3126v1715h-1563z" fill="#fc9" style=""/><path id="pa… 11 …path id="path107" d="m4629.5 5866 385-353v176h1167v-176l386 353-386 354v-177h-1167v177l-385-354z" … 12 …path id="path127" d="m7872.5 11464 385-353v176h1166v-176l386 353-386 354v-177h-1166v177l-385-354z"… 14 <path id="path159" d="m11062 7098h-1250v-875h2499v875h-1249z" fill="#cff" style=""/><path id="path1… [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | inode-item.c | 76 struct btrfs_path *path, in btrfs_lookup_inode_extref() argument 88 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 93 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 104 struct btrfs_path *path; in btrfs_del_inode_extref() local 118 path = btrfs_alloc_path(); in btrfs_del_inode_extref() 119 if (!path) in btrfs_del_inode_extref() 122 path->leave_spinning = 1; in btrfs_del_inode_extref() 124 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 135 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref() 143 leaf = path->nodes[0]; in btrfs_del_inode_extref() [all …]
|
| D | free-space-tree.c | 17 struct btrfs_path *path); 52 struct btrfs_path *path) in add_new_free_space_info() argument 64 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info() 68 leaf = path->nodes[0]; in add_new_free_space_info() 69 info = btrfs_item_ptr(leaf, path->slots[0], in add_new_free_space_info() 77 btrfs_release_path(path); in add_new_free_space_info() 85 struct btrfs_path *path, int cow) in search_free_space_info() argument 96 ret = btrfs_search_slot(trans, root, &key, path, 0, cow); in search_free_space_info() 106 return btrfs_item_ptr(path->nodes[0], path->slots[0], in search_free_space_info() 187 struct btrfs_path *path) in convert_free_space_to_bitmaps() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_path.c | 4 /* A library for configuring path from GMAC/GDM to target PHY 18 int (*set_path)(struct mtk_eth *eth, int path); 21 static const char *mtk_eth_path_name(int path) in mtk_eth_path_name() argument 23 switch (path) { in mtk_eth_path_name() 39 return "unknown path"; in mtk_eth_path_name() 43 static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, int path) in set_mux_gdm1_to_gmac1_esw() argument 48 switch (path) { in set_mux_gdm1_to_gmac1_esw() 68 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gdm1_to_gmac1_esw() 69 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 74 static int set_mux_gmac2_gmac0_to_gephy(struct mtk_eth *eth, int path) in set_mux_gmac2_gmac0_to_gephy() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_path.c | 4 /* A library for configuring path from GMAC/GDM to target PHY 18 int (*set_path)(struct mtk_eth *eth, u64 path); 21 static const char *mtk_eth_path_name(u64 path) in mtk_eth_path_name() argument 23 switch (path) { in mtk_eth_path_name() 39 return "unknown path"; in mtk_eth_path_name() 43 static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, u64 path) in set_mux_gdm1_to_gmac1_esw() argument 48 switch (path) { in set_mux_gdm1_to_gmac1_esw() 70 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gdm1_to_gmac1_esw() 71 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 76 static int set_mux_gmac2_gmac0_to_gephy(struct mtk_eth *eth, u64 path) in set_mux_gmac2_gmac0_to_gephy() argument [all …]
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | cgroup.h | 56 TP_PROTO(struct cgroup *cgrp, const char *path), 58 TP_ARGS(cgrp, path), 64 __string( path, path ) 71 __assign_str(path, path); 74 TP_printk("root=%d id=%llu level=%d path=%s", 75 __entry->root, __entry->id, __entry->level, __get_str(path)) 80 TP_PROTO(struct cgroup *cgrp, const char *path), 82 TP_ARGS(cgrp, path) 87 TP_PROTO(struct cgroup *cgrp, const char *path), 89 TP_ARGS(cgrp, path) [all …]
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | cgroup.h | 56 TP_PROTO(struct cgroup *cgrp, const char *path), 58 TP_ARGS(cgrp, path), 64 __string( path, path ) 71 __assign_str(path, path); 74 TP_printk("root=%d id=%llu level=%d path=%s", 75 __entry->root, __entry->id, __entry->level, __get_str(path)) 80 TP_PROTO(struct cgroup *cgrp, const char *path), 82 TP_ARGS(cgrp, path) 87 TP_PROTO(struct cgroup *cgrp, const char *path), 89 TP_ARGS(cgrp, path) [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | inode-item.c | 85 struct btrfs_path *path, in btrfs_lookup_inode_extref() argument 97 ret = btrfs_search_slot(trans, root, &key, path, ins_len, cow); in btrfs_lookup_inode_extref() 102 return btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_lookup_inode_extref() 113 struct btrfs_path *path; in btrfs_del_inode_extref() local 127 path = btrfs_alloc_path(); in btrfs_del_inode_extref() 128 if (!path) in btrfs_del_inode_extref() 131 ret = btrfs_search_slot(trans, root, &key, path, -1, 1); in btrfs_del_inode_extref() 142 extref = btrfs_find_name_in_ext_backref(path->nodes[0], path->slots[0], in btrfs_del_inode_extref() 150 leaf = path->nodes[0]; in btrfs_del_inode_extref() 151 item_size = btrfs_item_size(leaf, path->slots[0]); in btrfs_del_inode_extref() [all …]
|
| /kernel/linux/linux-6.6/include/net/iucv/ |
| D | iucv.h | 43 * path until an iucv_path_resume is issued. 88 * pathid: 16 bit path identification 90 * flags: properties of the path: IPRMDATA, IPQUSCE, IPPRTY 92 * private: private information of the handler associated with the path 93 * list: list_head for the iucv_handler path list. 136 * type 0x01 has been received. The base code allocates a path 137 * structure and "asks" the handler if this path belongs to the 138 * handler. To accept the path the path_pending function needs 148 * type 0x02 has been received for a path that has been established 156 * his end of the communication path. The path still exists and [all …]
|
| /kernel/linux/linux-5.10/include/net/iucv/ |
| D | iucv.h | 43 * path until an iucv_path_resume is issued. 88 * pathid: 16 bit path identification 90 * flags: properties of the path: IPRMDATA, IPQUSCE, IPPRTY 92 * private: private information of the handler associated with the path 93 * list: list_head for the iucv_handler path list. 136 * type 0x01 has been received. The base code allocates a path 137 * structure and "asks" the handler if this path belongs to the 138 * handler. To accept the path the path_pending function needs 148 * type 0x02 has been received for a path that has been established 156 * his end of the communication path. The path still exists and [all …]
|