Lines Matching full:cable
85 * Use delayed workqueue to detect cable state and then
86 * notify cable state to notifiee/platform through uevent.
88 * driver should notify cable state to upper layer.
185 * max14577_muic_set_path - Set hardware line according to attached cable
187 * @value: the path according to attached cable
188 * @attached: the state of cable (true:attached, false:detached)
192 * attached cable.
243 * max14577_muic_get_cable_type - Return cable type and check cable state
245 * @group: the path according to attached cable
246 * @attached: store cable state and return
248 * This function check the cable state either attached or detached,
249 * and then divide precise type of cable according to cable group.
263 * Read ADC value to check cable type and decide cable state in max14577_muic_get_cable_type()
264 * according to cable type in max14577_muic_get_cable_type()
270 * Check current cable state/cable type and store cable type in max14577_muic_get_cable_type()
271 * (info->prev_cable_type) for handling cable when cable is in max14577_muic_get_cable_type()
287 * Read charger type to check cable type and decide cable state in max14577_muic_get_cable_type()
288 * according to type of charger cable. in max14577_muic_get_cable_type()
303 * Check current cable state/cable type and store cable in max14577_muic_get_cable_type()
304 * type(info->prev_chg_type) for handling cable when in max14577_muic_get_cable_type()
305 * charger cable is detached. in max14577_muic_get_cable_type()
312 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max14577_muic_get_cable_type()
341 dev_err(info->dev, "failed to detect %s jig cable\n", in max14577_muic_jig_handler()
757 * - Use delayed workqueue to detect cable state and then in max14577_muic_probe()
758 * notify cable state to notifiee/platform through uevent. in max14577_muic_probe()
760 * driver should notify cable state to upper layer. in max14577_muic_probe()