Home
last modified time | relevance | path

Searched refs:ucb1x00_disable (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mfd/
Ducb1x00-core.c123 ucb1x00_disable(ucb); in ucb1x00_gpio_set()
134 ucb1x00_disable(ucb); in ucb1x00_gpio_get()
148 ucb1x00_disable(ucb); in ucb1x00_gpio_direction_input()
176 ucb1x00_disable(ucb); in ucb1x00_gpio_direction_output()
272 ucb1x00_disable(ucb); in ucb1x00_adc_disable()
298 ucb1x00_disable(ucb); in ucb1x00_irq()
310 ucb1x00_disable(ucb); in ucb1x00_irq_update()
539 ucb1x00_disable(ucb); in ucb1x00_probe()
689 ucb1x00_disable(ucb); in ucb1x00_suspend()
724 ucb1x00_disable(ucb); in ucb1x00_resume()
Ducb1x00-ts.c249 ucb1x00_disable(ts->ucb); in ucb1x00_thread()
262 ucb1x00_disable(ts->ucb); in ucb1x00_thread()
360 ucb1x00_disable(ts->ucb); in ucb1x00_ts_close()
/Linux-v4.19/include/linux/mfd/
Ducb1x00.h198 static inline void ucb1x00_disable(struct ucb1x00 *ucb) in ucb1x00_disable() function