Home
last modified time | relevance | path

Searched refs:write_d8 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/misc/
Dad525x_dpot-i2c.c15 static int write_d8(void *client, u8 val) in write_d8() function
49 .write_d8 = write_d8,
Dad525x_dpot-spi.c78 .write_d8 = write8,
Dad525x_dpot.h201 int (*write_d8)(void *client, u8 val); member
Dad525x_dpot.c114 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8()