Home
last modified time | relevance | path

Searched refs:strobe (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt84 - ti,cs-select-strobe-mode: enable/disable select strobe mode
85 In select strobe mode chip select behaves as
86 the strobe and is active only during the strobe
92 device wants to extend the strobe period. If
104 and the activation of read strobe.
107 - ti,cs-read-strobe-ns: read strobe width, ns
109 the read strobe.
114 strobe and the end of the cycle (which may be
121 and the activation of write strobe.
124 - ti,cs-write-strobe-ns: write strobe width, ns
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-led-flash6 Set the brightness of this LED in the flash strobe mode, in
18 Maximum brightness level for this LED in the flash strobe mode,
26 Hardware timeout for flash, in microseconds. The flash strobe
28 of the strobe. The file is created only for the flash LED
43 Flash strobe state. When written with 1 it triggers flash strobe
60 * flash-timeout-exceeded - the flash strobe was still on when
Dsysfs-bus-intel_th-devices-pti12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
/Linux-v4.19/drivers/bus/
Dts-nbus.c36 struct gpio_desc *strobe; member
67 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
68 if (IS_ERR(ts_nbus->strobe)) { in ts_nbus_init_pdata()
70 return PTR_ERR(ts_nbus->strobe); in ts_nbus_init_pdata()
121 gpiod_set_value_cansleep(ts_nbus->strobe, 0); in ts_nbus_reset_bus()
130 gpiod_set_value_cansleep(ts_nbus->strobe, 1); in ts_nbus_start_transaction()
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-aat1290.txt4 asserted high, enable flash strobe and movie mode (max 1/2 of flash current)
5 respectively. In order to add a capability of selecting the strobe signal source
18 node, which sets the host as a strobe signal provider. Entry
20 ISP as a strobe signal provider.
38 a switch that allows for routing strobe signal either from the host or from
/Linux-v4.19/drivers/input/joystick/
Dgrip.c87 int strobe = gameport_time(gameport, GRIP_STROBE_GPP); in grip_gpp_read_packet() local
90 t = strobe; in grip_gpp_read_packet()
102 t = strobe; in grip_gpp_read_packet()
128 int strobe = gameport_time(gameport, GRIP_STROBE_XT); in grip_xt_read_packet() local
132 t = strobe; in grip_xt_read_packet()
146 t = strobe; in grip_xt_read_packet()
159 t = strobe; in grip_xt_read_packet()
Dcobra.c60 int strobe = gameport_time(gameport, COBRA_MAX_STROBE); in cobra_read_packet() local
78 t[i] = strobe; in cobra_read_packet()
Dsidewinder.c134 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
141 strobe = gameport_time(gameport, SW_STROBE); in sw_read_packet()
158 bitout = strobe; /* Extend time if not timed out */ in sw_read_packet()
173 bitout = strobe; /* Extend timeout for next bit */ in sw_read_packet()
Danalog.c300 int strobe = gameport_time(port->gameport, ANALOG_SAITEK_TIME); in analog_button_read() local
315 t = strobe; in analog_button_read()
/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-i2c.c139 int i, strobe = 0; in i2c_sendbytes() local
194 strobe++; in i2c_sendbytes()
197 if ((strobe >= 4) || (i >= msg->len)) { in i2c_sendbytes()
209 strobe = 0; in i2c_sendbytes()
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dts-nbus.txt14 - ts,strobe-gpios : The GPIO pin connected to the stobe line on the FPGA
41 ts,strobe-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc-exynos.c237 u32 dqs, strobe; in dw_mci_exynos_config_hs400() local
251 strobe = priv->saved_strobe_ctrl; in dw_mci_exynos_config_hs400()
255 strobe = DQS_CTRL_RD_DELAY(strobe, priv->dqs_delay); in dw_mci_exynos_config_hs400()
261 mci_writel(host, HS400_DLINE_CTRL, strobe); in dw_mci_exynos_config_hs400()
/Linux-v4.19/Documentation/leds/
Dleds-class-flash.txt40 * external_strobe_set - defines the source of the flash LED strobe -
43 strobe start with exposure start,
57 * has_external_strobe - determines whether the flash strobe source
/Linux-v4.19/include/linux/platform_data/
Dkeyscan-davinci.h36 u8 strobe; member
/Linux-v4.19/arch/arm/boot/dts/
Dkeystone-k2l-evm.dts71 ti,cs-read-strobe-ns = <23>;
74 ti,cs-write-strobe-ns = <23>;
Dkeystone-k2e-evm.dts98 ti,cs-read-strobe-ns = <23>;
101 ti,cs-write-strobe-ns = <23>;
Dkeystone-k2hk-evm.dts115 ti,cs-read-strobe-ns = <23>;
118 ti,cs-write-strobe-ns = <23>;
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dexynos-dw-mshc.txt55 * samsung,read-strobe-delay: RCLK (Data strobe) delay to control HS400 mode
90 samsung,read-strobe-delay = <90>;
Dmmc.txt52 - mmc-hs400-enhanced-strobe: eMMC HS400 enhanced strobe mode is supported
Dsdhci-cadence.txt64 - cdns,phy-dll-delay-strobe:
/Linux-v4.19/include/media/
Dv4l2-fwnode.h74 bool strobe; member
/Linux-v4.19/arch/arm64/boot/dts/rockchip/
Drk3399-evb.dts152 mmc-hs400-enhanced-strobe;
/Linux-v4.19/sound/soc/
Dsoc-ops.c964 unsigned int strobe = ucontrol->value.enumerated.item[0] != 0; in snd_soc_put_strobe() local
965 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
966 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()
/Linux-v4.19/drivers/input/keyboard/
Ddavinci_keyscan.c95 __raw_writel(pdata->strobe, in davinci_ks_initialize()
/Linux-v4.19/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt148 - strobe: Whether the clock signal is used as clock (0) or strobe (1). Used

12