/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-dev.c | 380 &rkisp1->capture_devs[i].vnode.vdev.entity; in rkisp1_create_links() 398 ret = media_create_pad_link(&rkisp1->params.vnode.vdev.entity, 0, in rkisp1_create_links() 409 &rkisp1->stats.vnode.vdev.entity, 0, in rkisp1_create_links()
|
H A D | rkisp1-capture.c | 1005 struct rkisp1_vdev_node *node = &cap->vnode; in rkisp1_vb2_stop_streaming() 1031 struct media_entity *entity = &cap->vnode.vdev.entity; in rkisp1_vb2_start_streaming() 1036 ret = video_device_pipeline_start(&cap->vnode.vdev, &cap->rkisp1->pipe); in rkisp1_vb2_start_streaming() 1072 video_device_pipeline_stop(&cap->vnode.vdev); in rkisp1_vb2_start_streaming() 1274 rkisp1_vdev_to_node(&cap->vnode.vdev); in rkisp1_s_fmt_vid_cap_mplane() 1377 if (!video_is_registered(&cap->vnode.vdev)) in rkisp1_unregister_capture() 1380 media_entity_cleanup(&cap->vnode.vdev.entity); in rkisp1_unregister_capture() 1381 vb2_video_unregister_device(&cap->vnode.vdev); in rkisp1_unregister_capture() 1382 mutex_destroy(&cap->vnode.vlock); in rkisp1_unregister_capture() 1400 struct video_device *vdev = &cap->vnode in rkisp1_register_capture() [all...] |
H A D | rkisp1-stats.c | 439 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_register() 487 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_unregister()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | xdr_fs.h | 55 __be32 vnode; member
|
H A D | afs.h | 54 afs_vnodeid_t vnode; /* Lower 64-bits of file index within volume */ member
|
H A D | protocol_yfs.h | 82 struct yfs_xdr_vnode vnode; member
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe_common.h | 27 #include "vnode.h" 150 int pipecommon_unlink(struct Vnode *vnode);
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-capture.c | 917 struct rkisp1_vdev_node *node = &cap->vnode; in rkisp1_vb2_stop_streaming() 984 struct media_entity *entity = &cap->vnode.vdev.entity; in rkisp1_vb2_start_streaming() 1200 rkisp1_vdev_to_node(&cap->vnode.vdev); in rkisp1_s_fmt_vid_cap_mplane() 1297 media_entity_cleanup(&cap->vnode.vdev.entity); in rkisp1_unregister_capture() 1298 vb2_video_unregister_device(&cap->vnode.vdev); in rkisp1_unregister_capture() 1315 struct video_device *vdev = &cap->vnode.vdev; in rkisp1_register_capture()
|
H A D | rkisp1-stats.c | 382 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_register() 430 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_unregister()
|
/kernel/linux/linux-5.10/init/ |
H A D | main.c | 327 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline() local 338 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline() 339 if (!vnode) { in xbc_snprint_cmdline() 346 xbc_array_for_each_value(vnode, val) { in xbc_snprint_cmdline()
|
/kernel/linux/linux-6.6/init/ |
H A D | main.c | 326 struct xbc_node *knode, *vnode; in xbc_snprint_cmdline() local 337 vnode = xbc_node_get_child(knode); in xbc_snprint_cmdline() 338 if (!vnode) { in xbc_snprint_cmdline() 345 xbc_array_for_each_value(vnode, val) { in xbc_snprint_cmdline()
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | process_proc.c | 166 struct Vnode *vnode = VnodeFind(fd); in ProcfsContainerGet() local 167 if (vnode == NULL) { in ProcfsContainerGet() 172 struct ProcDirEntry *entry = VnodeToEntry(vnode); in ProcfsContainerGet()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | vio.h | 148 extern struct vio_dev *vio_find_node(struct device_node *vnode);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | vio.h | 149 extern struct vio_dev *vio_find_node(struct device_node *vnode);
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | afs.h | 54 afs_vnodeid_t vnode; /* Lower 64-bits of file index within volume */ member
|
H A D | protocol_yfs.h | 82 struct yfs_xdr_vnode vnode; member
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 41 #include "vnode.h" 2167 ssize_t fatfs_readlink(struct Vnode *vnode, char *buffer, size_t bufLen) in fatfs_readlink() argument 2173 DIR_FILE *dfp = (DIR_FILE *)(vnode->data); in fatfs_readlink() 2213 ssize_t fatfs_readpage(struct Vnode *vnode, char *buff, off_t pos) in fatfs_readpage() argument 2215 FATFS *fs = (FATFS *)(vnode->originMount->data); in fatfs_readpage() 2216 DIR_FILE *dfp = (DIR_FILE *)(vnode->data); in fatfs_readpage() 2311 ssize_t fatfs_writepage(struct Vnode *vnode, char *buff, off_t pos, size_t buflen) in fatfs_writepage() argument 2313 FATFS *fs = (FATFS *)(vnode->originMount->data); in fatfs_writepage() 2314 DIR_FILE *dfp = (DIR_FILE *)(vnode->data); in fatfs_writepage()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1654 * @vnode: device_node of the virtual device we're looking for 1659 struct vio_dev *vio_find_node(struct device_node *vnode) in vio_find_node() argument 1664 vnode_parent = of_get_parent(vnode); in vio_find_node() 1672 prop = of_get_property(vnode, "reg", NULL); in vio_find_node() 1678 snprintf(kobj_name, sizeof(kobj_name), "%pOFn", vnode); in vio_find_node()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1670 * @vnode: device_node of the virtual device we're looking for 1675 struct vio_dev *vio_find_node(struct device_node *vnode) in vio_find_node() argument 1680 vnode_parent = of_get_parent(vnode); in vio_find_node() 1688 prop = of_get_property(vnode, "reg", NULL); in vio_find_node() 1694 snprintf(kobj_name, sizeof(kobj_name), "%pOFn", vnode); in vio_find_node()
|
/kernel/liteos_a/fs/vfs/ |
H A D | Makefile | 35 $(LITEOSTOPDIR)/fs/vfs/vnode.c \
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_vm_map.h | 98 struct Vnode *vnode; member
|
/third_party/libuv/src/unix/ |
H A D | ibmi.c | 55 #include <sys/vnode.h>
|
/third_party/node/deps/uv/src/unix/ |
H A D | ibmi.c | 55 #include <sys/vnode.h>
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
H A D | vfs_shellcmd.c | 226 struct Vnode *vnode = NULL; in osShellCmdCat() local 239 ret = VnodeLookup(fullpath, &vnode, O_RDONLY); in osShellCmdCat() 247 if (vnode->type != VNODE_TYPE_REG) { in osShellCmdCat()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_vlan.c | 23 .head_offset = offsetof(struct net_bridge_vlan, vnode), 193 &masterv->vnode, br_vlan_rht_params); in br_vlan_put_master() 303 err = rhashtable_lookup_insert_fast(&vg->vlan_hash, &v->vnode, in __vlan_add() 374 rhashtable_remove_fast(&vg->vlan_hash, &v->vnode, in __vlan_del()
|