Home
last modified time | relevance | path

Searched refs:hyst_mask (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Darmada_thermal.c99 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,
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Diqs62x.c147 iqs62x->dev_desc->hyst_mask | in iqs62x_dev_init()
764 .hyst_mask = BIT(3),
785 .hyst_mask = BIT(3),
808 .hyst_mask = BIT(3),
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Diqs62x.h109 u8 hyst_mask; member
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Diqs62x-keys.c123 event_mask |= (iqs62x->dev_desc->hyst_mask | in iqs62x_keys_init()