Lines Matching full:log_err

61 		LOG_ERR("Failed to read status register");  in tsl2591_sample_fetch()
75 LOG_ERR("Failed to disable ALS"); in tsl2591_sample_fetch()
81 LOG_ERR("Failed to re-enable ALS"); in tsl2591_sample_fetch()
90 LOG_ERR("Failed to read ALS data"); in tsl2591_sample_fetch()
100 LOG_ERR("Failed to read ALS visible light data"); in tsl2591_sample_fetch()
109 LOG_ERR("Failed to read ALS infrared data"); in tsl2591_sample_fetch()
116 LOG_ERR("Unsupported sensor channel"); in tsl2591_sample_fetch()
170 LOG_ERR("Unsupported sensor channel"); in tsl2591_channel_get()
200 LOG_ERR("Given value would overflow threshold register"); in tsl2591_set_threshold()
212 LOG_ERR("Failed to set interrupt threshold"); in tsl2591_set_threshold()
273 LOG_ERR("Invalid persist filter"); in tsl2591_set_persist()
279 LOG_ERR("Failed to set persist filter"); in tsl2591_set_persist()
310 LOG_ERR("Invalid gain mode"); in tsl2591_set_gain()
316 LOG_ERR("Failed to set gain mode"); in tsl2591_set_gain()
348 LOG_ERR("Invalid integration time"); in tsl2591_set_integration()
354 LOG_ERR("Failed to set integration time"); in tsl2591_set_integration()
371 LOG_ERR("Unable to power down device"); in tsl2591_attr_set()
380 LOG_ERR("Attribute not supported for channel"); in tsl2591_attr_set()
401 LOG_ERR("Invalid sensor attribute"); in tsl2591_attr_set()
423 LOG_ERR("Failed to reset device"); in tsl2591_setup()
429 LOG_ERR("Failed to read device ID"); in tsl2591_setup()
434 LOG_ERR("Device with ID 0x%02x is not supported", device_id); in tsl2591_setup()
444 LOG_ERR("Failed to perform initial power up of device"); in tsl2591_setup()
459 LOG_ERR("I2C dev %s not ready", config->i2c.bus->name); in tsl2591_init()
465 LOG_ERR("Failed to setup device"); in tsl2591_init()
472 LOG_ERR("Failed to initialize interrupt!"); in tsl2591_init()
499 LOG_ERR("Failed to power on device"); in tsl2591_pm_action()
509 LOG_ERR("Failed to power off device"); in tsl2591_pm_action()
516 LOG_ERR("Unsupported PM action"); in tsl2591_pm_action()