Home
last modified time | relevance | path

Searched full:strobe (Results 1 – 25 of 258) sorted by relevance

1234567891011

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-flash.rst23 Unsynchronised LED flash (software strobe)
34 Synchronised LED flash (hardware strobe)
38 timeout) but controlled by the sensor through a strobe signal from the
84 Defines the source of the flash LED strobe.
93 - The flash strobe is triggered by using the
96 - The flash strobe is triggered by an external source. Typically
98 flash strobe start to exposure start.
103 Strobe flash. Valid when V4L2_CID_FLASH_LED_MODE is set to
110 Stop flash strobe immediately.
113 Strobe status: whether the flash is strobing at the moment or not.
[all …]
/linux-6.12.1/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-6.12.1/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
62 the flash strobe was still on when
/linux-6.12.1/sound/drivers/
Dportman2x4.c121 #define PP_CMD_STB 0x01 /* Strobe. Inverted. */
125 #define STROBE PP_CMD_STB /* Command strobe. */ macro
142 #define ESTB PP_STAT_POUT /* Echoed strobe. */
207 * set address for TXDatax, Strobe=0 in portman_write_midi()
213 * PP Command Reg. Do not set the Strobe signal yet. in portman_write_midi()
220 * PP Data Reg. This has no effect until Strobe signal is asserted. in portman_write_midi()
231 * Strobe through the PP Command Reg. This will Strobe data into in portman_write_midi()
235 portman_write_command(pm, command | STROBE); in portman_write_midi()
237 /* Wait for strobe line to settle and echo back through hardware. in portman_write_midi()
245 /* Release strobe and immediately re-allow interrupts. */ in portman_write_midi()
[all …]
/linux-6.12.1/include/linux/
Dled-class-flash.h40 /* set flash strobe state */
42 /* get flash strobe state */
131 * led_set_flash_strobe - setup flash strobe
132 * @fled_cdev: the flash LED to set strobe on
133 * @state: 1 - strobe flash, 0 - stop flash strobe
135 * Strobe the flash LED.
148 * led_get_flash_strobe - get flash strobe status
195 * Set the flash strobe duration.
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drichtek,rtmv20-regulator.yaml16 There're still four pins for camera control, two inputs (strobe and vsync),
17 the others for outputs (fsin1 and fsin2). Strobe input to start the current
38 load current pulse delay in microsecond after strobe pin pulse high.
45 Load current pulse width in microsecond after strobe pin pulse high.
100 richtek,strobe-polarity-high:
101 description: Strobe pin active polarity control.
150 richtek,strobe-polarity-high;
/linux-6.12.1/drivers/bus/
Dts-nbus.c33 struct gpio_desc *strobe; member
61 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
62 if (IS_ERR(ts_nbus->strobe)) in ts_nbus_init_pdata()
63 return dev_err_probe(&pdev->dev, PTR_ERR(ts_nbus->strobe), in ts_nbus_init_pdata()
64 "failed to retrieve ts,strobe-gpio from dts\n"); in ts_nbus_init_pdata()
99 * The data, csn, strobe and ale lines must be zero'ed to let the FPGA knows a
111 gpiod_set_value_cansleep(ts_nbus->strobe, 0); in ts_nbus_reset_bus()
120 gpiod_set_value_cansleep(ts_nbus->strobe, 1); in ts_nbus_start_transaction()
/linux-6.12.1/drivers/media/usb/au0828/
Dau0828-i2c.c122 int i, strobe = 0; in i2c_sendbytes() local
155 checking the status register when we didn't strobe out any in i2c_sendbytes()
177 strobe++; in i2c_sendbytes()
180 if ((strobe >= 4) || (i >= msg->len)) { in i2c_sendbytes()
182 /* Strobe the byte into the bus */ in i2c_sendbytes()
191 /* Reset strobe trigger */ in i2c_sendbytes()
192 strobe = 0; in i2c_sendbytes()
/linux-6.12.1/drivers/mmc/host/
Dsdhci-xenon-phy.c348 * and before HS400 data strobe setting.
449 /* Disable both SDHC Data Strobe and Enhanced Strobe */ in xenon_emmc_phy_disable_strobe()
454 /* Clear Strobe line Pull down or Pull up */ in xenon_emmc_phy_disable_strobe()
466 /* Set HS400 Data Strobe and Enhanced Strobe */
479 dev_dbg(mmc_dev(host->mmc), "starts HS400 strobe delay adjustment\n"); in xenon_emmc_phy_strobe_delay_adj()
483 /* Enable SDHC Data Strobe */ in xenon_emmc_phy_strobe_delay_adj()
487 * Enable SDHC Enhanced Strobe if supported in xenon_emmc_phy_strobe_delay_adj()
488 * Xenon Enhanced Strobe should be enabled only when in xenon_emmc_phy_strobe_delay_adj()
497 /* Set Data Strobe Pull down */ in xenon_emmc_phy_strobe_delay_adj()
766 * HS400 set Data Strobe and Enhanced Strobe if it is supported.
Ddw_mmc-exynos.c248 u32 dqs, strobe; in dw_mci_exynos_config_hs400() local
263 strobe = priv->saved_strobe_ctrl; in dw_mci_exynos_config_hs400()
267 strobe = DQS_CTRL_RD_DELAY(strobe, priv->dqs_delay); in dw_mci_exynos_config_hs400()
275 mci_writel(host, HS400_DLINE_CTRL, strobe); in dw_mci_exynos_config_hs400()
396 "samsung,read-strobe-delay", &priv->dqs_delay)) in dw_mci_exynos_parse_dt()
398 "read-strobe-delay is not found, assuming usage of default value\n"); in dw_mci_exynos_parse_dt()
/linux-6.12.1/Documentation/leds/
Dleds-class-flash.rst49 defines the source of the flash LED strobe -
52 strobe start with exposure start,
74 determines whether the flash strobe source
Dleds-lm3556.rst24 or by pulling the STROBE pin HIGH.
28 * if STROBE pin is enabled, below example control brightness only, and
29 ON / OFF will be controlled by STROBE pin.
/linux-6.12.1/arch/sparc/include/asm/
Dsunbpp.h27 #define P_HCR_DSW 0x7f00 /* Data strobe width (in ticks) */
28 #define P_HCR_DDS 0x007f /* Data setup before strobe (in ticks) */
48 #define P_TCR_DS 0x01 /* Strobe */
/linux-6.12.1/drivers/input/joystick/
Dgrip.c72 int strobe = gameport_time(gameport, GRIP_STROBE_GPP); in grip_gpp_read_packet() local
75 t = strobe; in grip_gpp_read_packet()
87 t = strobe; in grip_gpp_read_packet()
113 int strobe = gameport_time(gameport, GRIP_STROBE_XT); in grip_xt_read_packet() local
117 t = strobe; in grip_xt_read_packet()
131 t = strobe; in grip_xt_read_packet()
144 t = strobe; in grip_xt_read_packet()
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-cfg-afdo.c18 /* strobe feature */
44 /* strobe window counter 0 - reload from param 0 */
62 /* strobe period counter 1 - reload from param 1 */
/linux-6.12.1/drivers/parport/
Dparport_amiga.c11 * lines (BUSY, POUT, SEL), 1 output control line /STROBE (raised automatically
35 /* Triggers also /STROBE. This behavior cannot be changed */ in amiga_write_data()
42 /* Triggers also /STROBE. This behavior cannot be changed */ in amiga_read_data()
51 no autolf, no strobe - seems to be closest the wiring diagram */ in control_amiga_to_pc()
Dieee1284_ops.c121 /* Pulse strobe. */ in parport_ieee1284_write_compat()
123 udelay (1); /* strobe */ in parport_ieee1284_write_compat()
716 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_data()
746 /* Event 61: set strobe (nWrite) high */ in parport_ieee1284_epp_write_data()
760 /* set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_data()
804 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_addr()
834 /* Event 61: set strobe (nWrite) high */ in parport_ieee1284_epp_write_addr()
848 /* Set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_addr()
/linux-6.12.1/include/linux/platform_data/
Dleds-lm355x.h15 /* lm3554 : strobe def. on */
46 * @pin_strobe: strobe input
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Drockchip,rk3399-emmc-phy.yaml32 rockchip,enable-strobe-pulldown:
35 Enable internal pull-down for the strobe
/linux-6.12.1/drivers/memory/
Dti-aemif.c85 * @wstrobe: write strobe width, ns
86 * @rstrobe: read strobe width, ns
92 * @enable_ss: enable/disable select strobe mode
296 if (!of_property_read_u32(np, "ti,cs-read-strobe-ns", &val)) in of_aemif_parse_abus_config()
305 if (!of_property_read_u32(np, "ti,cs-write-strobe-ns", &val)) in of_aemif_parse_abus_config()
315 data->enable_ss = of_property_read_bool(np, "ti,cs-select-strobe-mode"); in of_aemif_parse_abus_config()
/linux-6.12.1/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-6.12.1/include/media/
Dv4l2-mediabus.h107 * @clock_inv: polarity of clock/strobe signal
109 * @strobe: false - data/clock, true - data/strobe
117 unsigned char strobe:1; member
/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.yaml148 fsl,strobe-dll-delay-target:
151 Specify the strobe dll control slave delay target.
153 property allows user to change the delay target for the strobe input read clock.
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dti,ds90ub960.yaml57 ti,manual-strobe:
60 Enable manual strobe position and EQ level
99 ti,strobe-pos:
103 description: Manual strobe position
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dskyworks,aat1290.yaml15 asserted high, enable flash strobe and movie mode (max 1/2 of flash current)
16 respectively. In order to add a capability of selecting the strobe signal

1234567891011