Searched refs:type_index (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_hwmon.c | 31 unsigned int type_index; member 380 mlwsw_hwmon_attr->type_index); in mlxsw_hwmon_module_temp_label_show() 567 mlxsw_hwmon_attr->type_index = type_index; in mlxsw_hwmon_attr_add() 619 unsigned int type_index; in mlxsw_hwmon_fans_init() local 632 for (type_index = 0; type_index < MLXSW_MFCR_TACHOS_MAX; type_index++) { in mlxsw_hwmon_fans_init() 633 if (tacho_active & BIT(type_index)) { in mlxsw_hwmon_fans_init() 636 type_index, num); in mlxsw_hwmon_fans_init() 639 type_index, num++); in mlxsw_hwmon_fans_init() 643 for (type_index = 0; type_index < MLXSW_MFCR_PWMS_MAX; type_index++) { in mlxsw_hwmon_fans_init() 644 if (pwm_active & BIT(type_index)) in mlxsw_hwmon_fans_init() [all …]
|
/linux/arch/x86/kernel/ |
A D | devicetree.c | 215 int type_index; in dt_irqdomain_alloc() local 220 type_index = fwspec->param[1]; in dt_irqdomain_alloc() 221 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc() 224 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()
|
/linux/scripts/ |
A D | asn1_compiler.c | 716 static struct type **type_index; variable 768 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list() 769 if (!type_index) { in build_type_list() 780 type_index[t] = &types[t]; in build_type_list() 787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list() 792 struct type *type = type_index[n]; in build_type_list() 1012 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
|
/linux/arch/ia64/include/asm/ |
A D | pal.h | 1235 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument 1238 PAL_CALL(iprv, PAL_MC_ERROR_INFO, info_index, type_index, 0); in ia64_pal_mc_error_info()
|
/linux/security/selinux/ss/ |
A D | policydb.c | 601 static int type_index(void *key, void *datum, void *datap) in type_index() function 680 type_index,
|
Completed in 22 milliseconds