Searched refs:PTN5150_REG_INT_REG_STATUS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-ptn5150.c | 30 #define PTN5150_REG_INT_REG_STATUS 0x19 macro 31 #define PTN5150_REG_END PTN5150_REG_INT_REG_STATUS 140 ret = regmap_read(info->regmap, PTN5150_REG_INT_REG_STATUS, in ptn5150_irq_work() 187 ret = regmap_read(info->regmap, PTN5150_REG_INT_REG_STATUS, ®_data); in ptn5150_init_dev_type() 190 "failed to read PTN5150_REG_INT_REG_STATUS %d\n", ret); in ptn5150_init_dev_type()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-ptn5150.c | 31 #define PTN5150_REG_INT_REG_STATUS 0x19 macro 32 #define PTN5150_REG_END PTN5150_REG_INT_REG_STATUS 159 ret = regmap_read(info->regmap, PTN5150_REG_INT_REG_STATUS, in ptn5150_irq_work() 206 ret = regmap_read(info->regmap, PTN5150_REG_INT_REG_STATUS, ®_data); in ptn5150_init_dev_type() 209 "failed to read PTN5150_REG_INT_REG_STATUS %d\n", ret); in ptn5150_init_dev_type()
|
Completed in 3 milliseconds