Home
last modified time | relevance | path

Searched refs:TPS_DEFGPIO (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dtps65010.c280 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in dbg_show()
500 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in tps65010_gpio_get()
602 i2c_smbus_read_byte_data(client, TPS_DEFGPIO), in tps65010_probe()
744 defgpio = i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO); in tps65010_set_gpio_out_value()
761 TPS_DEFGPIO, defgpio); in tps65010_set_gpio_out_value()
765 i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO)); in tps65010_set_gpio_out_value()
/linux-4.1.27/include/linux/i2c/
Dtps65010.h104 #define TPS_DEFGPIO 0x10 macro