Searched refs:hyst_mask (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | armada_thermal.c | 97 unsigned int hyst_mask; member 487 return i & data->hyst_mask; in armada_mc_to_reg_hyst() 509 ctrl1 &= ~(data->hyst_mask << data->hyst_shift); in armada_set_overheat_thresholds() 623 .hyst_mask = 0x3, 647 .hyst_mask = 0x3, 671 .hyst_mask = 0x3,
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | armada_thermal.c | 99 unsigned int hyst_mask; member 495 return i & data->hyst_mask; in armada_mc_to_reg_hyst() 517 ctrl1 &= ~(data->hyst_mask << data->hyst_shift); in armada_set_overheat_thresholds() 631 .hyst_mask = 0x3, 655 .hyst_mask = 0x3,
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | iqs62x.h | 109 u8 hyst_mask; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | iqs62x.h | 113 u8 hyst_mask; member
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | iqs62x.c | 147 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init() 764 .hyst_mask = BIT(3), 785 .hyst_mask = BIT(3), 808 .hyst_mask = BIT(3),
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | iqs62x.c | 151 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init() 806 .hyst_mask = BIT(3), 822 .hyst_mask = BIT(3), 840 .hyst_mask = BIT(3),
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | iqs62x-keys.c | 123 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | iqs62x-keys.c | 126 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init()
|
Completed in 8 milliseconds