Home
last modified time | relevance | path

Searched refs:n_comp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c258 int n_comp; member
426 if (ohm <= data->comp[data->n_comp - 1].ohm) { in lookup_comp()
427 *i_low = data->n_comp - 1; in lookup_comp()
428 *i_high = data->n_comp - 1; in lookup_comp()
434 end = data->n_comp; in lookup_comp()
612 data->n_comp = ARRAY_SIZE(ncpXXwb473); in ntc_thermistor_probe()
616 data->n_comp = ARRAY_SIZE(ncpXXwl333); in ntc_thermistor_probe()
620 data->n_comp = ARRAY_SIZE(b57330v2103); in ntc_thermistor_probe()
624 data->n_comp = ARRAY_SIZE(ncpXXwf104); in ntc_thermistor_probe()
628 data->n_comp = ARRAY_SIZE(ncpXXxh103); in ntc_thermistor_probe()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr.h77 u64 n_comp; member
Dmain.c510 cnq->n_comp++; in qedr_irq_handler()