Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtsl2550.c22 #define TSL2550_POWER_UP 0x03 macro
71 ret = i2c_smbus_write_byte(client, TSL2550_POWER_UP); in tsl2550_set_power_state()
313 err = i2c_smbus_read_byte_data(client, TSL2550_POWER_UP); in tsl2550_init_client()
316 if (err != TSL2550_POWER_UP) in tsl2550_init_client()