Searched refs:usb_host (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v6.6/drivers/extcon/ |
D | extcon-intel-mrfld.c | 137 bool usb_host; in mrfld_extcon_role_detect() local 146 usb_host = (id == INTEL_USB_ID_GND) || (id == INTEL_USB_RID_A); in mrfld_extcon_role_detect() 147 extcon_set_state_sync(data->edev, EXTCON_USB_HOST, usb_host); in mrfld_extcon_role_detect()
|
D | extcon-intel-cht-wc.c | 113 bool usb_host; member 282 bool ignore_get_charger_errors = ext->usb_host; in cht_wc_extcon_pwrsrc_event() 327 ext->usb_host = ((id == INTEL_USB_ID_GND) || (id == INTEL_USB_RID_A)); in cht_wc_extcon_pwrsrc_event() 328 extcon_set_state_sync(ext->edev, EXTCON_USB_HOST, ext->usb_host); in cht_wc_extcon_pwrsrc_event() 330 if (ext->usb_host) in cht_wc_extcon_pwrsrc_event()
|
/Linux-v6.6/arch/arm64/boot/dts/arm/ |
D | corstone1000-mps3.dts | 25 usb_host: usb@40200000 { label
|
/Linux-v6.6/drivers/net/usb/ |
D | aqc111.c | 804 u16 link_speed = 0, usb_host = 0; in aqc111_configure_rx() local 843 usb_host = 3; in aqc111_configure_rx() 846 usb_host = 2; in aqc111_configure_rx() 850 usb_host = 1; in aqc111_configure_rx() 854 usb_host = 0; in aqc111_configure_rx() 877 netdev_info(dev->net, "Link Speed %d, USB %d", link_speed, usb_host); in aqc111_configure_rx()
|
/Linux-v6.6/arch/arm/boot/dts/rockchip/ |
D | rk3066a-rayeager.dts | 374 usb_host { 446 &usb_host {
|
D | rk3066a-marsboard.dts | 211 &usb_host {
|
D | rk3066a-mk808.dts | 223 &usb_host {
|
D | rk3288-phycore-rdk.dts | 206 usb_host {
|
D | rk3188-px3-evb.dts | 295 &usb_host {
|
D | rk3188-radxarock.dts | 379 &usb_host {
|
D | rk3036-kylin.dts | 356 &usb_host {
|
D | rk3288-firefly-reload.dts | 377 usb_host {
|
D | rk3288-miqi.dts | 366 usb_host {
|
D | rk3288-vyasa.dts | 484 usb_host {
|
D | rk3288-firefly.dtsi | 465 usb_host {
|
D | rk3xxx.dtsi | 180 usb_host: usb@101c0000 { label
|
D | rk3188-bqedison2qc.dts | 712 &usb_host {
|
D | rk3036.dtsi | 216 usb_host: usb@101c0000 { label
|
/Linux-v6.6/drivers/power/supply/ |
D | axp288_charger.c | 689 int ret, usb_host = extcon_get_state(edev, EXTCON_USB_HOST); in axp288_charger_otg_evt_worker() local 692 usb_host ? "attached" : "detached"); in axp288_charger_otg_evt_worker() 698 info->otg.id_short = usb_host; in axp288_charger_otg_evt_worker()
|
/Linux-v6.6/arch/arm64/boot/dts/amlogic/ |
D | meson-g12b-odroid-go-ultra.dts | 598 usb_host: OTG_SWITCH { label 599 regulator-name = "usb_host"; 721 phy-supply = <&usb_host>;
|
/Linux-v6.6/arch/arm64/boot/dts/mediatek/ |
D | mt8365-evk.dts | 397 &usb_host {
|
D | mt8173-evb.dts | 533 &usb_host {
|
D | mt8183-kukui.dtsi | 1002 &usb_host {
|
D | mt8365.dtsi | 517 usb_host: usb@11200000 { label
|
D | mt8173-elm.dtsi | 1199 &usb_host {
|
12