Searched refs:type_index (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_hwmon.c | 32 unsigned int type_index; member 408 mlxsw_hwmon_attr->type_index + 1 - in mlxsw_hwmon_module_temp_label_show() 597 mlxsw_hwmon_attr->type_index = type_index; in mlxsw_hwmon_attr_add() 653 unsigned int type_index; in mlxsw_hwmon_fans_init() local 666 for (type_index = 0; type_index < MLXSW_MFCR_TACHOS_MAX; type_index++) { in mlxsw_hwmon_fans_init() 667 if (tacho_active & BIT(type_index)) { in mlxsw_hwmon_fans_init() 670 type_index, num); in mlxsw_hwmon_fans_init() 673 type_index, num++); in mlxsw_hwmon_fans_init() 677 for (type_index = 0; type_index < MLXSW_MFCR_PWMS_MAX; type_index++) { in mlxsw_hwmon_fans_init() 678 if (pwm_active & BIT(type_index)) in mlxsw_hwmon_fans_init() [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_linecard.sh | 167 local type_index 174 for (( type_index=0; type_index<$supported_types_count; type_index++ )) 177 jq -e -r ".[][][].supported_types[$type_index]")
|
/openbmc/linux/arch/x86/kernel/ |
H A D | devicetree.c | 212 int type_index; in dt_irqdomain_alloc() local 217 type_index = fwspec->param[1]; in dt_irqdomain_alloc() 218 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc() 221 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()
|
/openbmc/linux/scripts/ |
H 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()
|
/openbmc/linux/arch/ia64/include/asm/ |
H 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()
|
/openbmc/bmcweb/ |
H A D | meson.build | 307 'type_index',
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 596 static int type_index(void *key, void *datum, void *datap) in type_index() function 674 type_index,
|