Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mfd/
Ducb1x00-core.c104 return ucb1x00_reg_read(ucb, UCB_IO_DATA); in ucb1x00_io_read()
130 val = ucb1x00_reg_read(ucb, UCB_IO_DATA); in ucb1x00_gpio_get()
248 val = ucb1x00_reg_read(ucb, UCB_ADC_DATA); in ucb1x00_adc_read()
288 isr = ucb1x00_reg_read(ucb, UCB_IE_STATUS); in ucb1x00_irq()
464 while ((ucb1x00_reg_read(ucb, UCB_ADC_DATA) & UCB_ADC_DAT_VAL) == 0); in ucb1x00_detect_irq()
Ducb1x00-ts.c191 unsigned int val = ucb1x00_reg_read(ts->ucb, UCB_TS_CR); in ucb1x00_ts_pen_down()
/Linux-v5.10/include/linux/mfd/
Ducb1x00.h222 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) in ucb1x00_reg_read() function