Lines Matching full:cable
53 * Use delayed workqueue to detect cable state and then
54 * notify cable state to notifiee/platform through uevent.
56 * driver should notify cable state to upper layer.
305 /* Change DM_CON/DP_CON/VBUSIN switch according to cable type */
360 /* Return cable type of attached or detached accessories */
366 /* Read ADC value according to external cable or button */ in sm5502_muic_get_cable_type()
374 * If ADC is SM5502_MUIC_ADC_GROUND(0x0), external cable hasn't in sm5502_muic_get_cable_type()
392 "cannot identify the cable type: adc(0x%x), dev_type1(0x%x)\n", in sm5502_muic_get_cable_type()
429 * Check whether cable type is in sm5502_muic_get_cable_type()
457 "cannot identify the cable type: adc(0x%x)\n", in sm5502_muic_get_cable_type()
464 "failed to identify the cable type: adc(0x%x)\n", adc); in sm5502_muic_get_cable_type()
481 /* Get the type of attached or detached cable */ in sm5502_muic_cable_handler()
638 /* Notify the state of connector cable or not */ in sm5502_muic_detect_cable_wq()
641 dev_warn(info->dev, "failed to detect cable state\n"); in sm5502_muic_detect_cable_wq()
763 * - Use delayed workqueue to detect cable state and then in sm5022_muic_i2c_probe()
764 * notify cable state to notifiee/platform through uevent. in sm5022_muic_i2c_probe()
766 * driver should notify cable state to upper layer. in sm5022_muic_i2c_probe()