Searched refs:res_index (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | repository.c | 498 unsigned int res_index; in ps3_repository_find_interrupt() local 504 for (res_index = 0; res_index < 10; res_index++) { in ps3_repository_find_interrupt() 509 repo->dev_index, res_index, &t, &id); in ps3_repository_find_interrupt() 523 if (res_index == 10) in ps3_repository_find_interrupt() 527 __func__, __LINE__, intr_type, res_index); in ps3_repository_find_interrupt() 536 unsigned int res_index; in ps3_repository_find_reg() local 542 for (res_index = 0; res_index < 10; res_index++) { in ps3_repository_find_reg() 548 repo->dev_index, res_index, &t, &a, &l); in ps3_repository_find_reg() 563 if (res_index == 10) in ps3_repository_find_reg() 567 __func__, __LINE__, reg_type, res_index); in ps3_repository_find_reg() [all …]
|
D | platform.h | 257 int ps3_repository_read_spu_resource_id(unsigned int res_index,
|
/Linux-v4.19/drivers/iio/pressure/ |
D | ms5637.c | 68 *val = ms5637_samp_freq[dev_data->res_index]; in ms5637_read_raw() 91 dev_data->res_index = i; in ms5637_write_raw() 151 dev_data->res_index = 5; in ms5637_probe()
|
/Linux-v4.19/drivers/iio/temperature/ |
D | tsys02d.c | 53 *val = tsys02d_samp_freq[dev_data->res_index]; in tsys02d_read_raw() 77 dev_data->res_index = i; in tsys02d_write_raw() 148 dev_data->res_index = 0; in tsys02d_probe()
|
/Linux-v4.19/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.h | 28 u8 res_index; member 43 u8 res_index; member
|
D | ms_sensors_i2c.c | 426 delay = ms_sensors_ht_t_conversion_time[dev_data->res_index]; in ms_sensors_ht_read_temperature() 467 delay = ms_sensors_ht_h_conversion_time[dev_data->res_index]; in ms_sensors_ht_read_humidity() 584 delay = ms_sensors_tp_conversion_time[dev_data->res_index]; in ms_sensors_read_temp_and_pressure() 589 dev_data->res_index * 2, in ms_sensors_read_temp_and_pressure() 600 dev_data->res_index * 2, in ms_sensors_read_temp_and_pressure()
|
/Linux-v4.19/drivers/iio/humidity/ |
D | htu21.c | 70 *val = htu21_samp_freq[dev_data->res_index]; in htu21_read_raw() 94 dev_data->res_index = i; in htu21_write_raw() 203 dev_data->res_index = 0; in htu21_probe()
|