Home
last modified time | relevance | path

Searched refs:plugged (Results 1 – 14 of 14) sorted by relevance

/drivers/platform/x86/
Dtoshiba_bluetooth.c34 bool plugged; member
154 bt_dev->plugged = (status & BT_PLUGGED_MASK) ? true : false; in toshiba_bluetooth_sync_status()
158 status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered); in toshiba_bluetooth_sync_status()
/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/
Darcx,anybus-controller.txt44 Note that only a single card can be plugged into a host, so the host
63 /* optional subnode for a card plugged into the first host */
/drivers/platform/x86/intel/wmi/
DKconfig27 This is useful for updating the firmware when devices are not plugged
/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c648 dev_dbg(mhdp->dev, "%s: %d\n", __func__, mhdp->plugged); in cdns_mhdp_detect()
650 if (mhdp->plugged) in cdns_mhdp_detect()
1484 if (mhdp->plugged) in cdns_mhdp_link_down()
1493 if (!mhdp->plugged) in cdns_mhdp_get_edid()
1505 if (!mhdp->plugged) in cdns_mhdp_get_modes()
1985 if (mhdp->plugged && !mhdp->link_up) { in cdns_mhdp_atomic_enable()
2250 bool old_plugged = mhdp->plugged; in cdns_mhdp_update_link_status()
2258 mhdp->plugged = cdns_mhdp_detect_hpd(mhdp, &hpd_pulse); in cdns_mhdp_update_link_status()
2260 if (!mhdp->plugged) { in cdns_mhdp_update_link_status()
2273 if (hpd_pulse && old_plugged == mhdp->plugged) { in cdns_mhdp_update_link_status()
Dcdns-mhdp8546-core.h390 bool plugged; member
/drivers/pcmcia/
DKconfig81 the hardware inside your computer that PCMCIA cards are plugged
140 plugged into. If unsure, say N.
150 PCMCIA cards are plugged into. If unsure, say N.
/drivers/gpu/drm/msm/dp/
Ddp_display.c598 bool plugged) in dp_display_handle_plugged_change() argument
608 dp_display->plugged_cb(dp_display->codec_dev, plugged); in dp_display_handle_plugged_change()
944 bool plugged; in dp_display_set_plugged_cb() local
948 plugged = dp_display->is_connected; in dp_display_set_plugged_cb()
949 dp_display_handle_plugged_change(dp_display, plugged); in dp_display_set_plugged_cb()
/drivers/usb/dwc2/
DKconfig54 the role will be determined by the cable that gets plugged-in. This
/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c234 static void handle_plugged_change(struct dw_hdmi *hdmi, bool plugged) in handle_plugged_change() argument
237 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
243 bool plugged; in dw_hdmi_set_plugged_cb() local
248 plugged = hdmi->last_connector_result == connector_status_connected; in dw_hdmi_set_plugged_cb()
249 handle_plugged_change(hdmi, plugged); in dw_hdmi_set_plugged_cb()
/drivers/usb/
DKconfig138 Technologies USS-720 chip. These cables are plugged into your USB
/drivers/gpu/drm/nouveau/
Dnouveau_connector.c1173 bool plugged = (rep->mask != NVIF_NOTIFY_CONN_V0_UNPLUG); in nouveau_connector_hotplug() local
1180 NV_DEBUG(drm, "%splugged %s\n", plugged ? "" : "un", connector->name); in nouveau_connector_hotplug()
/drivers/hwtracing/coresight/
DKconfig200 requires it to be plugged in as a coresight sink device.
/drivers/net/ethernet/huawei/hinic/
Dhinic_port.h199 u8 plugged; /* 0: unplugged, 1: plugged */ member
Dhinic_main.c1023 nic_dev->cable_unplugged = plug_event->plugged ? false : true; in cable_plug_event()