Searched refs:wm8350_set_bits (Results 1 – 7 of 7) sorted by relevance
| /drivers/mfd/ |
| A D | wm8350-gpio.c | 28 ret = wm8350_set_bits(wm8350, in gpio_set_dir() 38 return wm8350_set_bits(wm8350, WM8350_GPIO_DEBOUNCE, in wm8350_gpio_set_debounce() 141 return wm8350_set_bits(wm8350, in gpio_set_pull_up() 153 return wm8350_set_bits(wm8350, in gpio_set_pull_down() 165 return wm8350_set_bits(wm8350, in gpio_set_polarity() 177 return wm8350_set_bits(wm8350, WM8350_GPIO_INT_MODE, 1 << gpio); in gpio_set_invert()
|
| A D | wm8350-core.c | 69 int wm8350_set_bits(struct wm8350 *wm8350, u16 reg, u16 mask) in wm8350_set_bits() function 73 EXPORT_SYMBOL_GPL(wm8350_set_bits);
|
| A D | wm8350-irq.c | 506 wm8350_set_bits(wm8350, WM8350_SYSTEM_CONTROL_1, in wm8350_irq_init()
|
| /drivers/regulator/ |
| A D | wm8350-regulator.c | 104 wm8350_set_bits(wm8350, WM8350_POWER_MGMT_7, in wm8350_isink_enable() 106 wm8350_set_bits(wm8350, WM8350_CSA_FLASH_CONTROL, in wm8350_isink_enable() 108 wm8350_set_bits(wm8350, WM8350_DCDC_LDO_REQUESTED, in wm8350_isink_enable() 120 wm8350_set_bits(wm8350, WM8350_POWER_MGMT_7, in wm8350_isink_enable() 122 wm8350_set_bits(wm8350, WM8350_CSB_FLASH_CONTROL, in wm8350_isink_enable() 124 wm8350_set_bits(wm8350, WM8350_DCDC_LDO_REQUESTED, in wm8350_isink_enable() 713 ret = wm8350_set_bits(wm8350, reg, in force_continuous_enable() 738 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode() 744 wm8350_set_bits(wm8350, WM8350_DCDC_ACTIVE_OPTIONS, val); in wm8350_dcdc_set_mode() 757 wm8350_set_bits(wm8350, WM8350_DCDC_SLEEP_OPTIONS, val); in wm8350_dcdc_set_mode()
|
| /drivers/rtc/ |
| A D | rtc-wm8350.c | 110 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL, WM8350_RTC_SET); in wm8350_rtc_settime() 192 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL, in wm8350_rtc_stop_alarm() 307 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL, in wm8350_rtc_alarm_handler() 391 ret = wm8350_set_bits(wm8350, WM8350_POWER_MGMT_5, in wm8350_rtc_probe()
|
| /drivers/gpio/ |
| A D | gpio-wm8350.c | 31 return wm8350_set_bits(wm8350, WM8350_GPIO_CONFIGURATION_I_O, in wm8350_gpio_direction_in() 58 return wm8350_set_bits(wm8350, WM8350_GPIO_LEVEL, 1 << offset); in wm8350_gpio_set()
|
| /drivers/power/supply/ |
| A D | wm8350_power.c | 210 wm8350_set_bits(wm8350, WM8350_BATTERY_CHARGER_CONTROL_1, in wm8350_charger_handler() 563 wm8350_set_bits(wm8350, WM8350_POWER_MGMT_5, WM8350_CHG_ENA); in wm8350_power_probe()
|
Completed in 18 milliseconds