Searched refs:type_index (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c32 unsigned int type_index; member in struct:mlxsw_hwmon_attr
77 index = mlxsw_hwmon_get_attr_index(mlxsw_hwmon_attr->type_index,
102 index = mlxsw_hwmon_get_attr_index(mlxsw_hwmon_attr->type_index,
134 index = mlxsw_hwmon_get_attr_index(mlxsw_hwmon_attr->type_index,
163 mlxsw_reg_mfsm_pack(mfsm_pl, mlxsw_hwmon_attr->type_index);
189 mlxsw_reg_fore_unpack(fore_pl, mlxsw_hwmon_attr->type_index, &fault);
205 mlxsw_reg_mfsc_pack(mfsc_pl, mlxsw_hwmon_attr->type_index, 0);
233 mlxsw_reg_mfsc_pack(mfsc_pl, mlxsw_hwmon_attr->type_index, val);
254 module = mlxsw_hwmon_attr->type_index - mlxsw_hwmon_dev->sensor_count;
294 module = mlxsw_hwmon_attr->type_index
490 mlxsw_hwmon_attr_add(struct mlxsw_hwmon_dev *mlxsw_hwmon_dev, enum mlxsw_hwmon_attr_type attr_type, unsigned int type_index, unsigned int num) argument
653 unsigned int type_index; local
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh167 local type_index
174 for (( type_index=0; type_index<$supported_types_count; type_index++ ))
177 jq -e -r ".[][][].supported_types[$type_index]")
/linux-master/arch/x86/kernel/
H A Ddevicetree.c212 int type_index; local
217 type_index = fwspec->param[1];
218 if (type_index >= ARRAY_SIZE(of_ioapic_type))
221 it = &of_ioapic_type[type_index];
/linux-master/scripts/
H A Dasn1_compiler.c716 static struct type **type_index; variable in typeref:struct:type
768 type_index = calloc(nr, sizeof(type_index[0]));
769 if (!type_index) {
780 type_index[t] = &types[t];
787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare);
792 struct type *type = type_index[n];
1012 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[
[all...]
/linux-master/security/selinux/ss/
H A Dpolicydb.c589 static int type_index(void *key, void *datum, void *datap) function
666 type_index,

Completed in 126 milliseconds