Searched refs:wm8350_set_bits (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mfd/ |
| H 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()
|
| H 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);
|
| H A D | wm8350-irq.c | 506 wm8350_set_bits(wm8350, WM8350_SYSTEM_CONTROL_1, in wm8350_irq_init()
|
| /linux/drivers/gpio/ |
| H 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()
|
| /linux/drivers/rtc/ |
| H 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()
|
| /linux/drivers/power/supply/ |
| H 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()
|