Searched refs:type_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_hwmon.c | 20 unsigned int type_index; member 46 mlxsw_reg_mtmp_pack(mtmp_pl, mlwsw_hwmon_attr->type_index, in mlxsw_hwmon_temp_show() 68 mlxsw_reg_mtmp_pack(mtmp_pl, mlwsw_hwmon_attr->type_index, in mlxsw_hwmon_temp_max_show() 96 mlxsw_reg_mtmp_pack(mtmp_pl, mlwsw_hwmon_attr->type_index, true, true); in mlxsw_hwmon_temp_rst_store() 115 mlxsw_reg_mfsm_pack(mfsm_pl, mlwsw_hwmon_attr->type_index); in mlxsw_hwmon_fan_rpm_show() 134 mlxsw_reg_mfsc_pack(mfsc_pl, mlwsw_hwmon_attr->type_index, 0); in mlxsw_hwmon_pwm_show() 161 mlxsw_reg_mfsc_pack(mfsc_pl, mlwsw_hwmon_attr->type_index, val); in mlxsw_hwmon_pwm_store() 180 unsigned int type_index, unsigned int num) { in mlxsw_hwmon_attr_add() argument 223 mlxsw_hwmon_attr->type_index = type_index; in mlxsw_hwmon_attr_add() 269 unsigned int type_index; in mlxsw_hwmon_fans_init() local [all …]
|
/Linux-v4.19/arch/x86/kernel/ |
D | devicetree.c | 219 int type_index; in dt_irqdomain_alloc() local 224 type_index = fwspec->param[1]; in dt_irqdomain_alloc() 225 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc() 228 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()
|
/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 720 static struct type **type_index; variable 772 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list() 773 if (!type_index) { in build_type_list() 784 type_index[t] = &types[t]; in build_type_list() 791 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list() 796 struct type *type = type_index[n]; in build_type_list() 1016 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pal.h | 1234 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument 1237 PAL_CALL(iprv, PAL_MC_ERROR_INFO, info_index, type_index, 0); in ia64_pal_mc_error_info()
|
/Linux-v4.19/security/selinux/ss/ |
D | policydb.c | 397 static int type_index(void *key, void *datum, void *datap) in type_index() function 494 type_index,
|