Home
last modified time | relevance | path

Searched refs:skip_in (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dit87.c502 u16 skip_in; member
2506 sio_data->skip_in |= BIT(9); in it87_find()
2548 sio_data->skip_in |= BIT(5); /* No VIN5 */ in it87_find()
2552 sio_data->skip_in |= BIT(6); /* No VIN6 */ in it87_find()
2610 sio_data->skip_in |= BIT(5); /* No VIN5 */ in it87_find()
2611 sio_data->skip_in |= BIT(6); /* No VIN6 */ in it87_find()
2661 sio_data->skip_in |= BIT(9); in it87_find()
2698 sio_data->skip_in |= BIT(9); in it87_find()
2797 sio_data->skip_in |= BIT(5) | BIT(6); in it87_find()
3129 data->has_in = 0x3ff & ~sio_data->skip_in; in it87_probe()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dit87.c562 u16 skip_in; member
2801 sio_data->skip_in |= BIT(9); in it87_find()
2845 sio_data->skip_in |= BIT(5); /* No VIN5 */ in it87_find()
2849 sio_data->skip_in |= BIT(6); /* No VIN6 */ in it87_find()
2907 sio_data->skip_in |= BIT(5); /* No VIN5 */ in it87_find()
2908 sio_data->skip_in |= BIT(6); /* No VIN6 */ in it87_find()
2958 sio_data->skip_in |= BIT(9); in it87_find()
2995 sio_data->skip_in |= BIT(9); in it87_find()
3122 sio_data->skip_in |= BIT(5) | BIT(6); in it87_find()
3455 data->has_in = 0x3ff & ~sio_data->skip_in; in it87_probe()
[all...]

Completed in 9 milliseconds