Searched refs:pcf50633_reg_set_bit_mask (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/mfd/ |
D | pcf50633-gpio.c | 39 return pcf50633_reg_set_bit_mask(pcf, reg, 0x07, val); in pcf50633_gpio_set() 61 return pcf50633_reg_set_bit_mask(pcf, reg, 1 << 3, val); in pcf50633_gpio_invert_set() 87 return pcf50633_reg_set_bit_mask(pcf, reg, mask, val); in pcf50633_gpio_power_supply_set()
|
D | pcf50633-irq.c | 59 pcf50633_reg_set_bit_mask(pcf, reg, bit, mask ? bit : 0); in __pcf50633_irq_mask_set() 182 pcf50633_reg_set_bit_mask(pcf, in pcf50633_irq() 188 pcf50633_reg_set_bit_mask(pcf, in pcf50633_irq()
|
D | pcf50633-core.c | 67 int pcf50633_reg_set_bit_mask(struct pcf50633 *pcf, u8 reg, u8 mask, u8 val) in pcf50633_reg_set_bit_mask() function 71 EXPORT_SYMBOL_GPL(pcf50633_reg_set_bit_mask);
|
/linux-6.1.9/drivers/power/supply/ |
D | pcf50633-charger.c | 58 ret = pcf50633_reg_set_bit_mask(pcf, PCF50633_REG_MBCC7, in pcf50633_mbc_usb_curlim_set() 91 pcf50633_reg_set_bit_mask(pcf, PCF50633_REG_MBCC1, in pcf50633_mbc_usb_curlim_set() 96 pcf50633_reg_set_bit_mask(pcf, PCF50633_REG_MBCC1, in pcf50633_mbc_usb_curlim_set()
|
/linux-6.1.9/include/linux/mfd/pcf50633/ |
D | core.h | 68 int pcf50633_reg_set_bit_mask(struct pcf50633 *pcf, u8 reg, u8 mask, u8 val);
|
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-gta02.c | 539 pcf50633_reg_set_bit_mask(gta02_pcf, PCF50633_REG_OOCSHDWN, 1, 1); in gta02_poweroff()
|