Lines Matching full:cable

80 	 * Use delayed workqueue to detect cable state and then
81 * notify cable state to notifiee/platform through uevent.
83 * driver should notify cable state to upper layer.
247 * max77693_muic_set_path - Set hardware line according to attached cable
249 * @value: the path according to attached cable
250 * @attached: the state of cable (true:attached, false:detached)
254 * attached cable.
296 * max77693_muic_get_cable_type - Return cable type and check cable state
298 * @group: the path according to attached cable
299 * @attached: store cable state and return
301 * This function check the cable state either attached or detached,
302 * and then divide precise type of cable according to cable group.
321 * Read ADC value to check cable type and decide cable state in max77693_muic_get_cable_type()
322 * according to cable type in max77693_muic_get_cable_type()
328 * Check current cable state/cable type and store cable type in max77693_muic_get_cable_type()
329 * (info->prev_cable_type) for handling cable when cable is in max77693_muic_get_cable_type()
345 * Read ADC value to check cable type and decide cable state in max77693_muic_get_cable_type()
346 * according to cable type in max77693_muic_get_cable_type()
352 * Check current cable state/cable type and store cable type in max77693_muic_get_cable_type()
353 * (info->prev_cable_type/_gnd) for handling cable when cable in max77693_muic_get_cable_type()
376 * [0x1| 0| 1| 0] Audio Video cable with load in max77693_muic_get_cable_type()
377 * [0x1| 0| 1| 1] MHL without charging cable in max77693_muic_get_cable_type()
378 * [0x1| 1| 1| 1] MHL with charging cable in max77693_muic_get_cable_type()
392 * Read charger type to check cable type and decide cable state in max77693_muic_get_cable_type()
393 * according to type of charger cable. in max77693_muic_get_cable_type()
407 * Check current cable state/cable type and store cable in max77693_muic_get_cable_type()
408 * type(info->prev_chg_type) for handling cable when in max77693_muic_get_cable_type()
409 * charger cable is detached. in max77693_muic_get_cable_type()
417 * Read ADC value to check cable type and decide cable state in max77693_muic_get_cable_type()
418 * according to cable type in max77693_muic_get_cable_type()
433 * this cable is used for charging. in max77693_muic_get_cable_type()
441 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max77693_muic_get_cable_type()
464 * Check power cable whether attached or detached state. in max77693_muic_dock_handler()
466 * If power cable(USB/TA) isn't connected to Dock device, in max77693_muic_dock_handler()
479 * - Dock device include three type of cable which in max77693_muic_dock_handler()
481 * for USB/TA cable. Dock device need always exteranl in max77693_muic_dock_handler()
482 * power supply(USB/TA cable through micro-usb cable). Dock in max77693_muic_dock_handler()
486 * Features of 'USB/TA cable with Dock device' in max77693_muic_dock_handler()
490 * connection if TA cable is connected to target. in max77693_muic_dock_handler()
492 * if USB cable is connected between target and host in max77693_muic_dock_handler()
594 /* Audio Video Cable with load, PATH:AUDIO */ in max77693_muic_adc_ground_handler()
605 /* MHL or MHL with USB/TA cable */ in max77693_muic_adc_ground_handler()
609 dev_err(info->dev, "failed to detect %s cable of gnd type\n", in max77693_muic_adc_ground_handler()
639 dev_err(info->dev, "failed to detect %s jig cable\n", in max77693_muic_jig_handler()
689 * The MAX77693 MUIC device can detect total 34 cable type in max77693_muic_adc_handler()
690 * except of charger cable and MUIC device didn't define in max77693_muic_adc_handler()
691 * specfic role of cable in the range of from 0x01 to 0x12 in max77693_muic_adc_handler()
692 * of ADC value. So, can use/define cable with no role according in max77693_muic_adc_handler()
708 * The MAX77693 MUIC device can detect total 34 cable type in max77693_muic_adc_handler()
709 * except of charger cable and MUIC device didn't define in max77693_muic_adc_handler()
710 * specfic role of cable in the range of from 0x01 to 0x12 in max77693_muic_adc_handler()
711 * of ADC value. So, can use/define cable with no role according in max77693_muic_adc_handler()
790 * MHL cable with USB/TA cable in max77693_muic_chg_handler()
791 * - MHL cable include two port(HDMI line and separate in max77693_muic_chg_handler()
792 * micro-usb port. When the target connect MHL cable, in max77693_muic_chg_handler()
793 * extcon driver check whether USB/TA cable is in max77693_muic_chg_handler()
794 * connected. If USB/TA cable is connected, extcon in max77693_muic_chg_handler()
797 * Features of 'USB/TA with MHL cable' in max77693_muic_chg_handler()
816 * Dock-Audio device with USB/TA cable in max77693_muic_chg_handler()
819 * extcon driver check whether USB/TA cable is connected in max77693_muic_chg_handler()
820 * or not. If USB/TA cable is connected, extcon driver in max77693_muic_chg_handler()
823 * Features of 'USB/TA cable with Dock-Audio device' in max77693_muic_chg_handler()
839 * Dock-Smart device with USB/TA cable in max77693_muic_chg_handler()
840 * - Dock-Desk device include three type of cable which in max77693_muic_chg_handler()
842 * for USB/TA cable. Dock-Smart device need always in max77693_muic_chg_handler()
843 * exteranl power supply(USB/TA cable through micro-usb in max77693_muic_chg_handler()
844 * cable). Dock-Smart device support screen output of in max77693_muic_chg_handler()
848 * Features of 'USB/TA cable with Dock-Smart device' in max77693_muic_chg_handler()
852 * data connection if TA cable is connected to target. in max77693_muic_chg_handler()
854 * usb port if USB cable is connected between target in max77693_muic_chg_handler()
874 * When MHL(with USB/TA cable) or Dock-Audio with USB/TA in max77693_muic_chg_handler()
875 * cable is attached, muic device happen below two irq. in max77693_muic_chg_handler()
879 * USB/TA cable connected to MHL or Dock-Audio. in max77693_muic_chg_handler()
883 * If user attach MHL (with USB/TA cable and immediately in max77693_muic_chg_handler()
884 * detach MHL with USB/TA cable before MAX77693_MUIC_IRQ in max77693_muic_chg_handler()
885 * _INT2_CHGTYP irq is happened, USB/TA cable remain in max77693_muic_chg_handler()
886 * connected state to target. But USB/TA cable isn't in max77693_muic_chg_handler()
893 /* Only USB cable, PATH:AP_USB */ in max77693_muic_chg_handler()
905 /* Only TA cable */ in max77693_muic_chg_handler()
1203 * Default delay time for detecting cable state in max77693_muic_probe()
1245 * - Use delayed workqueue to detect cable state and then in max77693_muic_probe()
1246 * notify cable state to notifiee/platform through uevent. in max77693_muic_probe()
1248 * driver should notify cable state to upper layer. in max77693_muic_probe()