Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/pmbus/
A Ducd9000.c30 #define UCD9000_GPIO_CONFIG 0xfb macro
188 return i2c_smbus_read_byte_data(client, UCD9000_GPIO_CONFIG); in ucd9000_gpio_read_config()
231 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set()
240 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set()
296 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction()
302 return i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction()

Completed in 5 milliseconds