Searched refs:UCD9000_GPIO_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | ucd9000.c | 32 #define UCD9000_GPIO_CONFIG 0xfb macro 258 return i2c_smbus_read_byte_data(client, UCD9000_GPIO_CONFIG); in ucd9000_gpio_read_config() 301 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set() 310 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set() 366 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction() 372 return i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction()
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | ucd9000.c | 32 #define UCD9000_GPIO_CONFIG 0xfb macro 258 return i2c_smbus_read_byte_data(client, UCD9000_GPIO_CONFIG); in ucd9000_gpio_read_config() 301 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set() 310 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, ret); in ucd9000_gpio_set() 366 ret = i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction() 372 return i2c_smbus_write_byte_data(client, UCD9000_GPIO_CONFIG, config); in ucd9000_gpio_set_direction()
|
Completed in 3 milliseconds