Lines Matching full:cable
57 * Use delayed workqueue to detect cable state and then
58 * notify cable state to notifiee/platform through uevent.
60 * driver should notify cable state to upper layer.
221 /* Change DM_CON/DP_CON/VBUSIN switch according to cable type */
276 /* Return cable type of attached or detached accessories */
282 /* Read ADC value according to external cable or button */ in sm5502_muic_get_cable_type()
290 * If ADC is SM5502_MUIC_ADC_GROUND(0x0), external cable hasn't in sm5502_muic_get_cable_type()
331 * Check whether cable type is in sm5502_muic_get_cable_type()
357 "cannot identify the cable type: adc(0x%x)\n", in sm5502_muic_get_cable_type()
364 "failed to identify the cable type: adc(0x%x)\n", adc); in sm5502_muic_get_cable_type()
381 /* Get the type of attached or detached cable */ in sm5502_muic_cable_handler()
509 /* Notify the state of connector cable or not */ in sm5502_muic_detect_cable_wq()
512 dev_warn(info->dev, "failed to detect cable state\n"); in sm5502_muic_detect_cable_wq()
631 * - Use delayed workqueue to detect cable state and then in sm5022_muic_i2c_probe()
632 * notify cable state to notifiee/platform through uevent. in sm5022_muic_i2c_probe()
634 * driver should notify cable state to upper layer. in sm5022_muic_i2c_probe()