| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_hotplug.c | 204 if (connector->polled != DRM_CONNECTOR_POLL_HPD) in intel_hpd_irq_storm_switch_to_polling() 222 connector->polled = DRM_CONNECTOR_POLL_CONNECT in intel_hpd_irq_storm_switch_to_polling() 264 if (connector->polled != intel_connector->polled) in intel_hpd_irq_storm_reenable_work() 267 connector->polled = intel_connector->polled; in intel_hpd_irq_storm_reenable_work() 268 if (!connector->polled) in intel_hpd_irq_storm_reenable_work() 269 connector->polled = DRM_CONNECTOR_POLL_HPD; in intel_hpd_irq_storm_reenable_work() 621 connector->polled = intel_connector->polled; in i915_hpd_poll_init_work() 628 if (!connector->polled && I915_HAS_HOTPLUG(dev_priv) && in i915_hpd_poll_init_work() 630 connector->polled = enabled ? in i915_hpd_poll_init_work()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ncr5380.doc | 11 This driver will permit reselection on non-polled commands if 15 Disconnect/reselect is never permitted for polled commands. 134 Polled commands submitted while non-polled commands are in progress are not 139 for the polled command? Currently, the driver busy waits for the non-polled 140 command to complete, but this is bogus. I need to complete the non-polled 141 command in polled mode, then do the polled command.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 36 gpio-keys-polled { 37 compatible = "gpio-keys-polled"; 42 * so mark this as polled GPIO key. 52 * so mark this as polled GPIO key. 62 * so mark this as polled GPIO key.
|
| H A D | ox810se-wd-mbwe.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | intel-ixp42x-dlink-dsm-g600.dts | 67 compatible = "gpio-keys-polled"; 71 * need to be polled. Investigate if this is really the case or if
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_probe_helper.c | 242 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable() 618 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute() 625 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute() 797 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-kii-pro.dts | 27 gpio-keys-polled { 28 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-q200.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905d-mecool-kii-pro.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-wetek-core2.dts | 46 gpio-keys-polled { 47 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-mecool-kiii-pro.dts | 36 gpio-keys-polled { 37 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-wetek-play2.dts | 38 gpio-keys-polled { 39 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905d-p230.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gsking-x.dts | 23 gpio-keys-polled { 24 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-minix-neo-u9h.dts | 42 gpio-keys-polled { 43 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gtking-pro.dts | 22 gpio-keys-polled { 23 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905x-khadas-vim.dts | 34 gpio-keys-polled { 35 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-nexbox-a95x.dts | 43 gpio-keys-polled { 44 compatible = "gpio-keys-polled";
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/bcm4908/ |
| H A D | bcm4908-asus-gt-ac5300.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 82 gpio-keys-polled { 83 compatible = "gpio-keys-polled";
|
| /netbsd-src/sys/dev/isa/ |
| H A D | README.seagate | 38 The data transfers may be done in two different ways: Blind and polled 41 of data without checking for changed phase. During polled transfers, the 42 phase is checked between every character transferred. The polled transfers
|
| H A D | ess.c | 487 if (sc->sc_audio1.polled) { in ess_config_irq() 519 if (sc->sc_audio2.polled) { in ess_config_irq() 902 sc->sc_audio1.polled = sc->sc_audio1.irq == -1; in essattach() 903 if (!sc->sc_audio1.polled) { in essattach() 927 sc->sc_audio2.polled = sc->sc_audio2.irq == -1; in essattach() 928 if (!sc->sc_audio2.polled) { in essattach() 1178 if (sc->sc_audio1.polled) { in ess_audio1_trigger_output() 1258 if (sc->sc_audio2.polled) { in ess_audio2_trigger_output() 1329 if (sc->sc_audio1.polled) { in ess_audio1_trigger_input() 1399 if (sc->sc_audio1.polled) in ess_audio1_halt() [all …]
|
| H A D | essvar.h | 121 int polled; /* 1 if channel is polled */ member
|
| /netbsd-src/sys/arch/mac68k/conf/ |
| H A D | INSTALLSBC | 15 # SBC_PDMA 0x01 Use PDMA for polled transfers
|
| H A D | GENERICSBC | 15 # SBC_PDMA 0x01 Use PDMA for polled transfers
|