Home
last modified time | relevance | path

Searched refs:extcon_set_state_sync (Results 1 – 25 of 92) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/extcon/
H A Dextcon-max77693.c509 extcon_set_state_sync(info->edev, EXTCON_USB, false); in max77693_muic_dock_handler()
510 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_dock_handler()
525 extcon_set_state_sync(info->edev, dock_id, attached); in max77693_muic_dock_handler()
600 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_adc_ground_handler()
804 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
828 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
834 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
863 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
865 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
899 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
[all …]
H A Dextcon-max77843.c435 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max77843_muic_jig_handler()
453 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max77843_muic_dock_handler()
455 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max77843_muic_dock_handler()
553 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max77843_muic_chg_handler()
554 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77843_muic_chg_handler()
564 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max77843_muic_chg_handler()
574 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
584 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max77843_muic_chg_handler()
594 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max77843_muic_chg_handler()
603 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
[all …]
H A Dextcon-max3355.c40 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, false); in max3355_id_irq()
41 extcon_set_state_sync(data->edev, EXTCON_USB, true); in max3355_id_irq()
48 extcon_set_state_sync(data->edev, EXTCON_USB, false); in max3355_id_irq()
49 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, true); in max3355_id_irq()
H A Dextcon-max8997.c324 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached); in max8997_muic_handle_usb()
327 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max8997_muic_handle_usb()
328 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max8997_muic_handle_usb()
354 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max8997_muic_handle_dock()
377 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max8997_muic_handle_jig_uart()
399 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max8997_muic_adc_handler()
482 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max8997_muic_chg_handler()
486 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max8997_muic_chg_handler()
490 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max8997_muic_chg_handler()
494 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max8997_muic_chg_handler()
H A Dextcon-palmas.c54 extcon_set_state_sync(edev, EXTCON_USB, true); in palmas_vbus_irq_handler()
63 extcon_set_state_sync(edev, EXTCON_USB, false); in palmas_vbus_irq_handler()
91 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
99 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
104 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
109 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
130 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_gpio_id_detect()
133 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_gpio_id_detect()
H A Dextcon-ptn5150.c85 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in ptn5150_check_state()
87 extcon_set_state_sync(info->edev, EXTCON_USB, true); in ptn5150_check_state()
90 extcon_set_state_sync(info->edev, EXTCON_USB, false); in ptn5150_check_state()
97 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in ptn5150_check_state()
131 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
133 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
H A Dextcon-usb-gpio.c76 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in usb_extcon_detect_cable()
78 extcon_set_state_sync(info->edev, EXTCON_USB, false); in usb_extcon_detect_cable()
81 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in usb_extcon_detect_cable()
84 extcon_set_state_sync(info->edev, EXTCON_USB, true); in usb_extcon_detect_cable()
H A Dextcon-max14577.c350 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max14577_muic_jig_handler()
447 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max14577_muic_chg_handler()
448 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max14577_muic_chg_handler()
452 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max14577_muic_chg_handler()
456 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max14577_muic_chg_handler()
460 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max14577_muic_chg_handler()
464 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max14577_muic_chg_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/extcon/
H A Dextcon-max77693.c509 extcon_set_state_sync(info->edev, EXTCON_USB, false); in max77693_muic_dock_handler()
510 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_dock_handler()
525 extcon_set_state_sync(info->edev, dock_id, attached); in max77693_muic_dock_handler()
600 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_adc_ground_handler()
804 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
828 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
834 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
863 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
865 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
899 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
[all …]
H A Dextcon-max77843.c435 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max77843_muic_jig_handler()
453 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max77843_muic_dock_handler()
455 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max77843_muic_dock_handler()
553 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max77843_muic_chg_handler()
554 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77843_muic_chg_handler()
564 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max77843_muic_chg_handler()
574 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
584 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max77843_muic_chg_handler()
594 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max77843_muic_chg_handler()
603 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
[all …]
H A Dextcon-max3355.c40 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, false); in max3355_id_irq()
41 extcon_set_state_sync(data->edev, EXTCON_USB, true); in max3355_id_irq()
48 extcon_set_state_sync(data->edev, EXTCON_USB, false); in max3355_id_irq()
49 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, true); in max3355_id_irq()
H A Dextcon-max8997.c324 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached); in max8997_muic_handle_usb()
327 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max8997_muic_handle_usb()
328 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max8997_muic_handle_usb()
354 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max8997_muic_handle_dock()
377 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max8997_muic_handle_jig_uart()
399 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max8997_muic_adc_handler()
482 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max8997_muic_chg_handler()
486 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max8997_muic_chg_handler()
490 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max8997_muic_chg_handler()
494 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max8997_muic_chg_handler()
H A Dextcon-palmas.c54 extcon_set_state_sync(edev, EXTCON_USB, true); in palmas_vbus_irq_handler()
63 extcon_set_state_sync(edev, EXTCON_USB, false); in palmas_vbus_irq_handler()
91 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
99 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
104 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
109 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
130 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_gpio_id_detect()
133 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_gpio_id_detect()
H A Dextcon-ptn5150.c85 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in ptn5150_check_state()
87 extcon_set_state_sync(info->edev, EXTCON_USB, true); in ptn5150_check_state()
90 extcon_set_state_sync(info->edev, EXTCON_USB, false); in ptn5150_check_state()
97 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in ptn5150_check_state()
131 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
133 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
H A Dextcon-usb-gpio.c76 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in usb_extcon_detect_cable()
78 extcon_set_state_sync(info->edev, EXTCON_USB, false); in usb_extcon_detect_cable()
81 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in usb_extcon_detect_cable()
84 extcon_set_state_sync(info->edev, EXTCON_USB, true); in usb_extcon_detect_cable()
H A Dextcon-max14577.c350 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max14577_muic_jig_handler()
447 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max14577_muic_chg_handler()
448 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max14577_muic_chg_handler()
452 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max14577_muic_chg_handler()
456 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max14577_muic_chg_handler()
460 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max14577_muic_chg_handler()
464 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max14577_muic_chg_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/extcon/
H A Dextcon-max77693.c509 extcon_set_state_sync(info->edev, EXTCON_USB, false); in max77693_muic_dock_handler()
510 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_dock_handler()
525 extcon_set_state_sync(info->edev, dock_id, attached); in max77693_muic_dock_handler()
600 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77693_muic_adc_ground_handler()
804 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
828 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
834 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
863 extcon_set_state_sync(info->edev, EXTCON_DOCK, in max77693_muic_chg_handler()
865 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, in max77693_muic_chg_handler()
899 extcon_set_state_sync(info->edev, EXTCON_USB, in max77693_muic_chg_handler()
[all …]
H A Dextcon-max77843.c435 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max77843_muic_jig_handler()
453 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max77843_muic_dock_handler()
455 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max77843_muic_dock_handler()
553 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max77843_muic_chg_handler()
554 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max77843_muic_chg_handler()
564 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max77843_muic_chg_handler()
574 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
584 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max77843_muic_chg_handler()
594 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max77843_muic_chg_handler()
603 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max77843_muic_chg_handler()
[all …]
H A Dextcon-max3355.c40 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, false); in max3355_id_irq()
41 extcon_set_state_sync(data->edev, EXTCON_USB, true); in max3355_id_irq()
48 extcon_set_state_sync(data->edev, EXTCON_USB, false); in max3355_id_irq()
49 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, true); in max3355_id_irq()
H A Dextcon-max8997.c324 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, attached); in max8997_muic_handle_usb()
327 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max8997_muic_handle_usb()
328 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max8997_muic_handle_usb()
354 extcon_set_state_sync(info->edev, EXTCON_DOCK, attached); in max8997_muic_handle_dock()
377 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max8997_muic_handle_jig_uart()
399 extcon_set_state_sync(info->edev, EXTCON_DISP_MHL, attached); in max8997_muic_adc_handler()
482 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max8997_muic_chg_handler()
486 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max8997_muic_chg_handler()
490 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max8997_muic_chg_handler()
494 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max8997_muic_chg_handler()
H A Dextcon-palmas.c54 extcon_set_state_sync(edev, EXTCON_USB, true); in palmas_vbus_irq_handler()
63 extcon_set_state_sync(edev, EXTCON_USB, false); in palmas_vbus_irq_handler()
91 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
99 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
104 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_id_irq_handler()
109 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_id_irq_handler()
130 extcon_set_state_sync(edev, EXTCON_USB_HOST, false); in palmas_gpio_id_detect()
133 extcon_set_state_sync(edev, EXTCON_USB_HOST, true); in palmas_gpio_id_detect()
H A Dextcon-ptn5150.c85 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in ptn5150_check_state()
87 extcon_set_state_sync(info->edev, EXTCON_USB, true); in ptn5150_check_state()
90 extcon_set_state_sync(info->edev, EXTCON_USB, false); in ptn5150_check_state()
97 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in ptn5150_check_state()
131 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
133 extcon_set_state_sync(info->edev, in ptn5150_irq_work()
H A Dextcon-usb-gpio.c76 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, false); in usb_extcon_detect_cable()
78 extcon_set_state_sync(info->edev, EXTCON_USB, false); in usb_extcon_detect_cable()
81 extcon_set_state_sync(info->edev, EXTCON_USB_HOST, true); in usb_extcon_detect_cable()
84 extcon_set_state_sync(info->edev, EXTCON_USB, true); in usb_extcon_detect_cable()
H A Dextcon-max14577.c350 extcon_set_state_sync(info->edev, EXTCON_JIG, attached); in max14577_muic_jig_handler()
447 extcon_set_state_sync(info->edev, EXTCON_USB, attached); in max14577_muic_chg_handler()
448 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SDP, in max14577_muic_chg_handler()
452 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP, in max14577_muic_chg_handler()
456 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_CDP, in max14577_muic_chg_handler()
460 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_SLOW, in max14577_muic_chg_handler()
464 extcon_set_state_sync(info->edev, EXTCON_CHG_USB_FAST, in max14577_muic_chg_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dextcon-provider.h43 int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id,
103 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync() function

1234