Searched refs:plugged (Results 1 - 12 of 12) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dts3a227e.c27 bool plugged; member in struct:ts3a227e
163 if (ts3a227e->plugged)
176 bool plugged, mic_present; local
178 plugged = !!(acc_reg & JACK_INSERTED);
179 mic_present = plugged && !!(acc_reg & EITHER_MIC_MASK);
181 ts3a227e->plugged = plugged;
H A Dhdmi-codec.c861 static void plugged_cb(struct device *dev, bool plugged) argument
865 if (plugged) {
/linux-master/include/sound/
H A Dhdmi-codec.h55 bool plugged);
/linux-master/drivers/platform/x86/
H A Dtoshiba_bluetooth.c34 bool plugged; member in struct:toshiba_bluetooth_dev
153 bt_dev->plugged = (status & BT_PLUGGED_MASK) ? true : false;
156 pr_debug("Bluetooth status %d killswitch %d plugged %d powered %d\n",
157 status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered);
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c668 dev_dbg(mhdp->dev, "%s: %d\n", __func__, mhdp->plugged);
670 if (mhdp->plugged)
1502 if (mhdp->plugged)
1511 if (!mhdp->plugged)
1523 if (!mhdp->plugged)
2004 if (mhdp->plugged && !mhdp->link_up) {
2284 bool old_plugged = mhdp->plugged;
2292 mhdp->plugged = cdns_mhdp_detect_hpd(mhdp, &hpd_pulse);
2294 if (!mhdp->plugged) {
2307 if (hpd_pulse && old_plugged == mhdp->plugged) {
[all...]
H A Dcdns-mhdp8546-core.h390 bool plugged; member in struct:cdns_mhdp_device
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_display.c598 bool plugged)
608 dp_display->plugged_cb(dp_display->codec_dev, plugged);
897 bool plugged; local
901 plugged = dp_display->link_ready;
902 dp_display_handle_plugged_change(dp_display, plugged);
597 dp_display_handle_plugged_change(struct msm_dp *dp_display, bool plugged) argument
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c600 bool plugged)
603 dp->plugged_cb(dp->codec_dev, plugged);
599 cdn_dp_audio_handle_plugged_change(struct cdn_dp_device *dp, bool plugged) argument
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h199 u8 plugged; /* 0: unplugged, 1: plugged */ member in struct:hinic_cable_plug_event
H A Dhinic_main.c1021 nic_dev->cable_unplugged = plug_event->plugged ? false : true;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c225 static void handle_plugged_change(struct dw_hdmi *hdmi, bool plugged) argument
228 hdmi->plugged_cb(hdmi->codec_dev, plugged);
234 bool plugged; local
239 plugged = hdmi->last_connector_result == connector_status_connected;
240 handle_plugged_change(hdmi, plugged);
314 * device was plugged in. A scope trace shows the TV bringing both SDA
/linux-master/kernel/
H A Dworkqueue.c265 bool plugged; /* L: execution suspended */ member in struct:pool_workqueue
1752 if (unlikely(pwq->plugged))
1834 * oldest pwq is unplugged, the others are plugged to suspend execution to
1837 * dfl_pwq --------------+ [P] - plugged
1861 if (pwq->plugged) {
1862 pwq->plugged = false;
5053 * For ordered workqueue with a plugged dfl_pwq, restart it now.
5286 * (dfl_pwq). Set the plugged flag of ctx->dfl_pwq to suspend execution
5291 ctx->dfl_pwq->plugged = true;
5388 * %CPU_DOWN_FAILED. @cpu is being hot[un]plugged, updat
[all...]

Completed in 465 milliseconds