Lines Matching full:detect
126 * Use delayed workqueue to detect cable state and then
333 dev_err(info->dev, "failed to detect %s usb cable\n", in max8997_muic_handle_usb()
358 dev_err(info->dev, "failed to detect %s dock device\n", in max8997_muic_handle_dock()
444 * needed to detect additional cable, should implement in max8997_muic_adc_handler()
453 "failed to detect %s unknown cable (type:0x%x)\n", in max8997_muic_adc_handler()
500 "failed to detect %s unknown chg cable (type:0x%x)\n", in max8997_muic_chg_handler()
585 /* Read STATUSx register to detect accessory */ in max8997_muic_detect_dev()
599 dev_err(info->dev, "Cannot detect ADC cable\n"); in max8997_muic_detect_dev()
610 dev_err(info->dev, "Cannot detect charger cable\n"); in max8997_muic_detect_dev()
629 dev_err(info->dev, "failed to detect cable type\n"); in max8997_muic_detect_cable_wq()
750 * Detect accessory after completing the initialization of platform in max8997_muic_probe()
752 * - Use delayed workqueue to detect cable state and then in max8997_muic_probe()