| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_dec_cfg.cpp | 175 MppCfgInfoNode *node_info = (MppCfgInfoNode *)buf; in mpp_dec_cfg_flaten() local 183 node_info->name_len = MPP_ALIGN(strlen(name) + 1, sizeof(RK_U64)); in mpp_dec_cfg_flaten() 184 node_info->data_type = api->data_type; in mpp_dec_cfg_flaten() 185 node_info->flag_offset = api->flag_offset; in mpp_dec_cfg_flaten() 186 node_info->flag_value = api->flag_value; in mpp_dec_cfg_flaten() 187 node_info->data_offset = api->data_offset; in mpp_dec_cfg_flaten() 188 node_info->data_size = api->data_size; in mpp_dec_cfg_flaten() 189 node_info->node_next = 0; in mpp_dec_cfg_flaten() 191 node_size = node_info->name_len + sizeof(*node_info); in mpp_dec_cfg_flaten() 192 node_info->node_size = node_size; in mpp_dec_cfg_flaten() [all …]
|
| H A D | mpp_enc_cfg.cpp | 312 MppCfgInfoNode *node_info = (MppCfgInfoNode *)buf; in mpp_enc_cfg_flaten() local 320 node_info->name_len = MPP_ALIGN(strlen(name) + 1, sizeof(RK_U64)); in mpp_enc_cfg_flaten() 321 node_info->data_type = api->data_type; in mpp_enc_cfg_flaten() 322 node_info->flag_offset = api->flag_offset; in mpp_enc_cfg_flaten() 323 node_info->flag_value = api->flag_value; in mpp_enc_cfg_flaten() 324 node_info->data_offset = api->data_offset; in mpp_enc_cfg_flaten() 325 node_info->data_size = api->data_size; in mpp_enc_cfg_flaten() 326 node_info->node_next = 0; in mpp_enc_cfg_flaten() 328 node_size = node_info->name_len + sizeof(*node_info); in mpp_enc_cfg_flaten() 329 node_info->node_size = node_size; in mpp_enc_cfg_flaten() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | mdesc.c | 94 union md_node_info *node_info); 95 static void rel_vdev_port_node_info(union md_node_info *node_info); 100 union md_node_info *node_info); 101 static void rel_ds_port_node_info(union md_node_info *node_info); 339 union md_node_info *node_info) in get_vdev_port_node_info() argument 358 node_info->vdev_port.id = *idp; in get_vdev_port_node_info() 359 node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL); in get_vdev_port_node_info() 360 if (!node_info->vdev_port.name) in get_vdev_port_node_info() 362 node_info->vdev_port.parent_cfg_hdl = *parent_cfg_hdlp; in get_vdev_port_node_info() 367 static void rel_vdev_port_node_info(union md_node_info *node_info) in rel_vdev_port_node_info() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/ |
| H A D | core.c | 73 struct pnp_dev_node_info node_info; variable 198 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources() 221 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources() 273 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources() 353 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist() 533 ret = pnp_bios_dev_node_info(&node_info); in pnpbios_init()
|
| H A D | proc.c | 128 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnp_devices_proc_show() 161 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_show() 188 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_write()
|
| H A D | pnpbios.h | 115 extern struct pnp_dev_node_info node_info;
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | node.h | 56 struct node_info { struct 66 struct node_info ni; /* in-memory node information */ argument 80 static inline void copy_node_info(struct node_info *dst, in copy_node_info() 81 struct node_info *src) in copy_node_info() 114 static inline void node_info_from_raw_nat(struct node_info *ni, in node_info_from_raw_nat() 123 struct node_info *ni) in raw_nat_from_node_info()
|
| H A D | node.c | 457 static void set_node_addr(struct f2fs_sb_info *sbi, struct node_info *ni, in set_node_addr() 548 struct node_info *ni, bool checkpoint_context) in f2fs_get_node_info() 893 struct node_info ni; in truncate_node() 1281 struct node_info new_ni; in f2fs_new_node_page() 1343 struct node_info ni; in read_node_page() 1577 struct node_info ni; in __write_node_page() 2695 struct node_info ni; in f2fs_recover_xattr_data() 2739 struct node_info old_ni, new_ni; in f2fs_recover_inode_page()
|
| H A D | inline.c | 161 struct node_info ni; in f2fs_convert_inline_page() 800 struct node_info ni; in f2fs_inline_data_fiemap()
|
| H A D | gc.c | 913 struct node_info ni; in gc_node_segment() 999 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive() 1166 struct node_info ni; in move_data_block() 1427 struct node_info dni; /* dnode info for the data */ in gc_data_segment()
|
| H A D | recovery.c | 565 struct node_info ni; in do_recover_data()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | mdesc.h | 89 union md_node_info *node_info); 91 const char *node_name, union md_node_info *node_info);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mtd_node.h | 7 struct node_info { struct
|
| H A D | fdt_support.h | 234 void fdt_fixup_mtdparts(void *fdt, void *node_info, int node_info_size); 236 static inline void fdt_fixup_mtdparts(void *fdt, void *node_info, in fdt_fixup_mtdparts() argument
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/ |
| H A D | bsc9131rdb.c | 57 struct node_info nodes[] = {
|
| /OK3568_Linux_fs/u-boot/board/CarMediaLab/flea3/ |
| H A D | flea3.c | 209 struct node_info nodes[] = { in ft_board_setup()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | netlink_compat.c | 1115 struct tipc_node_info node_info; in tipc_nl_compat_node_dump() local 1127 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR])); in tipc_nl_compat_node_dump() 1128 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP])); in tipc_nl_compat_node_dump() 1130 return tipc_add_tlv(msg->rep, TIPC_TLV_NODE_INFO, &node_info, in tipc_nl_compat_node_dump() 1131 sizeof(node_info)); in tipc_nl_compat_node_dump()
|
| /OK3568_Linux_fs/u-boot/board/isee/igep00x0/ |
| H A D | igep00x0.c | 161 static struct node_info nodes[] = { in ft_board_setup()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-c2c.c | 91 int node_info; member 1065 if (c2c.node_info == 1) { in node_entry() 1077 switch (c2c.node_info) { in node_entry() 1982 dim_node.header = header_node[c2c.node_info]; in setup_nodes_header() 1992 if (c2c.node_info > 2) in setup_nodes() 1993 c2c.node_info = 2; in setup_nodes() 2351 c2c.node_info = (c2c.node_info + 1) % 3; in perf_c2c__browse_cacheline() 2695 OPT_INCR('N', "node-info", &c2c.node_info, in perf_c2c__report()
|
| /OK3568_Linux_fs/u-boot/board/isee/igep003x/ |
| H A D | board.c | 215 static struct node_info nodes[] = { in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/ |
| H A D | bsc9132qds.c | 361 struct node_info nodes[] = {
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx7/ |
| H A D | colibri_imx7.c | 412 static struct node_info nodes[] = { in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 1011 void fdt_fixup_mtdparts(void *blob, void *node_info, int node_info_size) in fdt_fixup_mtdparts() argument 1013 struct node_info *ni = node_info; in fdt_fixup_mtdparts()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_vf/ |
| H A D | colibri_vf.c | 584 static struct node_info nodes[] = { in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 593 struct node_info nodes[] = {
|