| /linux-6.15/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 77 static struct device_node *find_dlpar_node(char *drc_name, int *node_type) in find_dlpar_node() argument 83 *node_type = NODE_TYPE_SLOT; in find_dlpar_node() 89 *node_type = NODE_TYPE_PHB; in find_dlpar_node() 95 *node_type = NODE_TYPE_VIO; in find_dlpar_node() 288 int node_type; in dlpar_add_slot() local 295 dn = find_dlpar_node(drc_name, &node_type); in dlpar_add_slot() 301 switch (node_type) { in dlpar_add_slot() 423 int node_type; in dlpar_remove_slot() local 429 dn = find_dlpar_node(drc_name, &node_type); in dlpar_remove_slot() 435 switch (node_type) { in dlpar_remove_slot()
|
| /linux-6.15/fs/ubifs/ |
| H A D | lpt_commit.c | 994 switch (node_type) { in make_node_dirty() 1014 switch (node_type) { in get_lpt_node_len() 1054 int pos = 0, node_type; in get_lpt_node_type() local 1058 return node_type; in get_lpt_node_type() 1072 int pos = 0, node_type, node_len; in is_a_node() local 1078 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node() 1080 node_len = get_lpt_node_len(c, node_type); in is_a_node() 1129 node_len = get_lpt_node_len(c, node_type); in lpt_gc_lnum() 1570 switch (node_type) { in dbg_is_node_dirty() 1641 node_len = get_lpt_node_len(c, node_type); in dbg_check_ltab_lnum() [all …]
|
| H A D | scan.c | 77 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node() 82 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node() 193 snod->type = ch->node_type; in ubifs_add_snod() 198 switch (ch->node_type) { in ubifs_add_snod()
|
| H A D | io.c | 264 type = ch->node_type; in ubifs_check_node() 339 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad() 746 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 963 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node_hmac() 1056 if (type != ch->node_type) { in ubifs_read_node_wbuf() 1058 ch->node_type, type); in ubifs_read_node_wbuf() 1112 if (type != ch->node_type) { in ubifs_read_node() 1114 ch->node_type, type); in ubifs_read_node()
|
| H A D | sb.c | 193 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem() 227 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 279 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem() 293 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem() 320 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
|
| H A D | journal.c | 579 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode() 718 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_update() 724 dent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_update() 890 data->ch.node_type = UBIFS_DATA_NODE; in ubifs_jnl_write_data() 1230 dent1->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1246 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1422 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1437 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1724 trun->ch.node_type = UBIFS_TRUN_NODE; in ubifs_jnl_truncate() 1894 xent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_delete_xattr()
|
| H A D | log.c | 229 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log() 373 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit() 403 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_rl_admin.c | 20 req->node_type = sla->type; in prep_admin_req_msg() 94 u8 node_type) in adf_rl_send_admin_delete_msg() argument 96 return adf_send_admin_rl_delete(accel_dev, node_id, node_type); in adf_rl_send_admin_delete_msg()
|
| H A D | adf_rl_admin.h | 16 u8 node_type);
|
| H A D | adf_admin.h | 22 u8 node_type);
|
| H A D | adf_admin.c | 367 u8 node_type) in adf_send_admin_rl_delete() argument 375 req.node_type = node_type; in adf_send_admin_rl_delete()
|
| H A D | icp_qat_fw_init_admin.h | 93 __u8 node_type; member
|
| /linux-6.15/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_cle.c | 55 buf[j++] = SET_VAL(CLE_TYPE, kn->node_type); in xgene_cle_kn_to_hw() 77 buf[j++] = SET_VAL(CLE_DN_TYPE, dn->node_type) | in xgene_cle_dn_to_hw() 199 .node_type = EWDN, 235 .node_type = EWDN, 283 .node_type = EWDN, 368 .node_type = EWDN, 453 .node_type = EWDN, 539 .node_type = EWDN, 807 kn.node_type = KN; in xgene_enet_cle_init()
|
| H A D | xgene_enet_cle.h | 211 u8 node_type; member 228 u8 node_type; member
|
| /linux-6.15/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_client.c | 75 u8 report_id, node_type; in amd_sfh_work() local 83 node_type = req_node->report_type; in amd_sfh_work() 88 if (node_type == HID_FEATURE_REPORT) { in amd_sfh_work() 98 } else if (node_type == HID_INPUT_REPORT) { in amd_sfh_work()
|
| /linux-6.15/drivers/hwtracing/stm/ |
| H A D | core.c | 375 const struct config_item_type *node_type; member 414 pe->node_type = get_policy_node_type(pdrv->policy_attr); in stm_register_protocol() 415 if (!pe->node_type) in stm_register_protocol() 443 if (pe->node_type) { in stm_unregister_protocol() 444 kfree(pe->node_type->ct_attrs); in stm_unregister_protocol() 445 kfree(pe->node_type); in stm_unregister_protocol() 468 const struct config_item_type **node_type) in stm_lookup_protocol() argument 477 *node_type = pe->node_type; in stm_lookup_protocol()
|
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 940 unsigned node_type, in vivid_detect_feature_set() argument 957 if (node_type & 0x20007) { in vivid_detect_feature_set() 980 if (node_type & 0x40300) { in vivid_detect_feature_set() 1005 dev->has_vid_cap = node_type & 0x0001; in vivid_detect_feature_set() 1015 dev->has_meta_cap = node_type & 0x20000; in vivid_detect_feature_set() 1032 dev->has_vid_out = node_type & 0x0100; in vivid_detect_feature_set() 1058 dev->has_radio_rx = node_type & 0x0010; in vivid_detect_feature_set() 1061 dev->has_radio_tx = node_type & 0x1000; in vivid_detect_feature_set() 1064 dev->has_sdr_cap = node_type & 0x0020; in vivid_detect_feature_set() 1079 dev->has_fb = node_type & 0x10000; in vivid_detect_feature_set() [all …]
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_lru_list.c | 510 u8 node_type = READ_ONCE(node->type); in bpf_common_lru_push_free() local 513 if (WARN_ON_ONCE(node_type == BPF_LRU_LIST_T_FREE) || in bpf_common_lru_push_free() 514 WARN_ON_ONCE(node_type == BPF_LRU_LOCAL_LIST_T_FREE)) in bpf_common_lru_push_free() 517 if (node_type == BPF_LRU_LOCAL_LIST_T_PENDING) { in bpf_common_lru_push_free()
|
| /linux-6.15/net/rds/ |
| H A D | ib.c | 134 if (device->node_type != RDMA_NODE_IB_CA) in rds_ib_add_one() 479 cm_id->device->node_type != RDMA_NODE_IB_CA) in rds_ib_laddr_check() 484 cm_id->device ? cm_id->device->node_type : -1); in rds_ib_laddr_check()
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | radixtree.py | 26 node_type = node.type
|
| /linux-6.15/include/rdma/ |
| H A D | opa_smi.h | 79 u8 node_type; member
|
| H A D | ib_smi.h | 98 u8 node_type; member
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | ws.c | 20 enum irdma_ws_node_type node_type, in irdma_alloc_node() argument 44 if (node_type == WS_NODE_TYPE_LEAF) { in irdma_alloc_node()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-topology.c | 567 int node_type = 0; in sof_ipc4_widget_setup_pcm() local 591 ret = sof_update_ipc_object(scomp, &node_type, in sof_ipc4_widget_setup_pcm() 593 swidget->num_tuples, sizeof(node_type), 1); in sof_ipc4_widget_setup_pcm() 639 ipc4_copier->data.gtw_cfg.node_id = SOF_IPC4_NODE_TYPE(node_type); in sof_ipc4_widget_setup_pcm() 692 int node_type = 0; in sof_ipc4_widget_setup_comp_dai() local 708 ret = sof_update_ipc_object(scomp, &node_type, in sof_ipc4_widget_setup_comp_dai() 710 swidget->num_tuples, sizeof(node_type), 1); in sof_ipc4_widget_setup_comp_dai() 725 node_type, ipc4_copier->dai_type, ipc4_copier->dai_index); in sof_ipc4_widget_setup_comp_dai() 728 ipc4_copier->data.gtw_cfg.node_id = SOF_IPC4_NODE_TYPE(node_type); in sof_ipc4_widget_setup_comp_dai() 2085 u32 node_type; in sof_ipc4_prepare_copier_module() local [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 874 char *node_type; in dump_nodes() local 878 node_type = "root"; in dump_nodes() 880 node_type = "left"; in dump_nodes() 883 node_type = "right"; in dump_nodes() 885 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes()
|