Searched refs:detect (Results 1 - 25 of 181) sorted by relevance

12345678

/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dpci.h19 bool detect, bool mmio, u64 subdev_mask,
H A Dtegra.h57 bool detect, bool mmio, u64 subdev_mask,
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
H A Dste-nomadik-s8815.dts25 /* This hog will bias the MMC/SD card detect line */
30 line-name = "card detect bias";
141 /* Configure card detect for the uSD slot */
H A Dexynos5260-xyref5260.dts70 card-detect-delay = <200>;
82 card-detect-delay = <200>;
H A Dexynos5410-smdk5410.dts50 card-detect-delay = <200>;
60 card-detect-delay = <200>;
H A Dimx6ul-ccimx6ulsbcexpress.dts54 smsc,disable-energy-detect;
99 broken-cd; /* no carrier detect line (use polling) */
H A Dpxa300-raumfeld-speaker-one.dts113 st,fault-detect-recovery;
116 st,invalid-input-detect-mute;
H A Dmmp2-brownstone.dts181 batt-detect = <0>;
185 no-insert-detect = <0>;
H A Drk3288-veyron-sdmmc.dtsi80 card-detect-delay = <200>;
/src/usr.bin/tip/aculib/
H A Dbiz22.c49 static int detect(const char *);
81 if (!detect("7\r")) {
92 connected = detect("1\r");
161 detect(const char * volatile s) function in typeref:typename:int
H A Dbiz31.c50 static int detect(const char *);
88 connected = detect(" ");
163 detect(const char *s) function in typeref:typename:int
/src/usr.bin/make/unit-tests/
H A Dopt-jobs-internal.mk15 detect-mode: .PHONY
30 @${MAKE} -f ${MAKEFILE} -J 31,32 detect-mode HEADING=${.TARGET}
34 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
40 @${MAKE} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
47 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
55 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
62 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
H A Drecursive.mk7 # The purpose of evaluating that variable early was just to detect
29 # The purpose of the -dL flag is to detect unclosed variables. This
/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dvo_dev.h107 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
/src/sys/external/bsd/drm2/include/drm/
H A Ddrm_encoder_slave.h63 (*detect)(struct drm_encoder *, struct drm_connector *); member in struct:drm_encoder_slave_funcs
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dpriv.h61 bool detect, bool mmio, u64 subdev_mask,
H A Dnouveau_nvkm_engine_device_tegra.c294 bool detect, bool mmio, u64 subdev_mask,
372 cfg, dbg, detect, mmio, subdev_mask,
394 bool detect, bool mmio, u64 subdev_mask,
291 nvkm_device_tegra_new(const struct nvkm_device_tegra_func * func,struct platform_device * pdev,const char * cfg,const char * dbg,bool detect,bool mmio,u64 subdev_mask,struct nvkm_device ** pdevice) argument
391 nvkm_device_tegra_new(const struct nvkm_device_tegra_func * func,struct platform_device * pdev,const char * cfg,const char * dbg,bool detect,bool mmio,u64 subdev_mask,struct nvkm_device ** pdevice) argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_ic.c52 to_i2c_driver(client->dev.driver)->detect(client, info)) {
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_encoder_slave.c178 return get_slave_funcs(encoder)->detect(encoder, connector);
H A Ddrm_probe_helper.c282 else if (connector->funcs->detect)
283 ret = connector->funcs->detect(connector, force);
308 * This function calls the detect callbacks of the connector.
330 else if (connector->funcs->detect)
331 return connector->funcs->detect(connector, force);
344 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first
635 * The poll work sets force=false when calling detect so
637 * when load detect cycles could cause flickering on
640 * the real state when userspace forces a full detect
644 * Hence clamp an unknown detect statu
[all...]
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_encoder_slave.h67 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member in struct:drm_encoder_slave_funcs
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Dpx30-engicam-common.dtsi96 card-detect-delay = <800>;
/src/sys/dev/fdt/
H A Dhdmi_connector.c77 * No hotplug detect pin available. Assume that we are connected.
83 * Read connect status from hotplug detect pin.
102 .detect = dispcon_hdmi_connector_detect,
/src/sys/arch/hpcmips/vr/
H A Dflash_vrip.c192 goto detect;
196 goto detect;
200 goto detect;
204 detect:

Completed in 27 milliseconds

12345678