/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 23 Unsynchronised LED flash (software strobe) 34 Synchronised LED flash (hardware strobe) 38 timeout) but controlled by the sensor through a strobe signal from the 81 Defines the source of the flash LED strobe. 90 - The flash strobe is triggered by using the 93 - The flash strobe is triggered by an external source. Typically 95 flash strobe start to exposure start. 100 Strobe flash. Valid when V4L2_CID_FLASH_LED_MODE is set to 107 Stop flash strobe immediately. 110 Strobe status: whether the flash is strobing at the moment or not. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 84 - 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-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 6 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-v5.10/sound/drivers/ |
D | portman2x4.c | 122 #define PP_CMD_STB 0x01 /* Strobe. Inverted. */ 126 #define STROBE PP_CMD_STB /* Command strobe. */ macro 143 #define ESTB PP_STAT_POUT /* Echoed strobe. */ 218 * set address for TXDatax, Strobe=0 in portman_write_midi() 224 * PP Command Reg. Do not set the Strobe signal yet. in portman_write_midi() 231 * PP Data Reg. This has no effect until Strobe signal is asserted. in portman_write_midi() 242 * Strobe through the PP Command Reg. This will Strobe data into in portman_write_midi() 246 portman_write_command(pm, command | STROBE); in portman_write_midi() 248 /* Wait for strobe line to settle and echo back through hardware. in portman_write_midi() 256 /* Release strobe and immediately re-allow interrupts. */ in portman_write_midi() [all …]
|
/Linux-v5.10/include/linux/ |
D | led-class-flash.h | 40 /* 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.
|
D | lp.h | 25 #define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ 72 * with 1 for being active and 0 for being inactive, because the strobe signal
|
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 16 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. 149 richtek,strobe-polarity-high;
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | leds-aat1290.txt | 4 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. 40 a switch that allows for routing strobe signal either from the host or from
|
/Linux-v5.10/drivers/bus/ |
D | ts-nbus.c | 36 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() 69 dev_err(&pdev->dev, "failed to retrieve ts,strobe-gpio from dts\n"); in ts_nbus_init_pdata() 70 return PTR_ERR(ts_nbus->strobe); in ts_nbus_init_pdata() 108 * The data, csn, strobe and ale lines must be zero'ed to let the FPGA knows a 120 gpiod_set_value_cansleep(ts_nbus->strobe, 0); in ts_nbus_reset_bus() 129 gpiod_set_value_cansleep(ts_nbus->strobe, 1); in ts_nbus_start_transaction()
|
/Linux-v5.10/drivers/media/usb/au0828/ |
D | au0828-i2c.c | 129 int i, strobe = 0; in i2c_sendbytes() local 162 checking the status register when we didn't strobe out any in i2c_sendbytes() 184 strobe++; in i2c_sendbytes() 187 if ((strobe >= 4) || (i >= msg->len)) { in i2c_sendbytes() 189 /* Strobe the byte into the bus */ in i2c_sendbytes() 198 /* Reset strobe trigger */ in i2c_sendbytes() 199 strobe = 0; in i2c_sendbytes()
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-xenon-phy.c | 318 * and before HS400 data strobe setting. 419 /* Disable both SDHC Data Strobe and Enhanced Strobe */ in xenon_emmc_phy_disable_strobe() 424 /* Clear Strobe line Pull down or Pull up */ in xenon_emmc_phy_disable_strobe() 436 /* Set HS400 Data Strobe and Enhanced Strobe */ 449 dev_dbg(mmc_dev(host->mmc), "starts HS400 strobe delay adjustment\n"); in xenon_emmc_phy_strobe_delay_adj() 453 /* Enable SDHC Data Strobe */ in xenon_emmc_phy_strobe_delay_adj() 457 * Enable SDHC Enhanced Strobe if supported in xenon_emmc_phy_strobe_delay_adj() 458 * Xenon Enhanced Strobe should be enabled only when in xenon_emmc_phy_strobe_delay_adj() 467 /* Set Data Strobe Pull down */ in xenon_emmc_phy_strobe_delay_adj() 732 * HS400 set Data Strobe and Enhanced Strobe if it is supported.
|
D | dw_mmc-exynos.c | 235 u32 dqs, strobe; in dw_mci_exynos_config_hs400() local 249 strobe = priv->saved_strobe_ctrl; in dw_mci_exynos_config_hs400() 253 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() 382 "samsung,read-strobe-delay", &priv->dqs_delay)) in dw_mci_exynos_parse_dt() 384 "read-strobe-delay is not found, assuming usage of default value\n"); in dw_mci_exynos_parse_dt()
|
/Linux-v5.10/Documentation/leds/ |
D | leds-class-flash.rst | 49 defines the source of the flash LED strobe - 52 strobe start with exposure start, 74 determines whether the flash strobe source
|
D | leds-lm3556.rst | 24 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-v5.10/arch/sparc/include/asm/ |
D | sunbpp.h | 27 #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-v5.10/drivers/input/joystick/ |
D | grip.c | 75 int strobe = gameport_time(gameport, GRIP_STROBE_GPP); in grip_gpp_read_packet() local 78 t = strobe; in grip_gpp_read_packet() 90 t = strobe; in grip_gpp_read_packet() 116 int strobe = gameport_time(gameport, GRIP_STROBE_XT); in grip_xt_read_packet() local 120 t = strobe; in grip_xt_read_packet() 134 t = strobe; in grip_xt_read_packet() 147 t = strobe; in grip_xt_read_packet()
|
/Linux-v5.10/drivers/parport/ |
D | parport_amiga.c | 11 * 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()
|
D | ieee1284_ops.c | 121 /* 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-v5.10/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 55 * samsung,read-strobe-delay: RCLK (Data strobe) delay to control HS400 mode 90 samsung,read-strobe-delay = <90>;
|
D | fsl-imx-esdhc.yaml | 95 fsl,strobe-dll-delay-target: 98 Specify the strobe dll control slave delay target. 100 property allows user to change the delay target for the strobe input read clock.
|
/Linux-v5.10/include/linux/platform_data/ |
D | leds-lm355x.h | 15 /* lm3554 : strobe def. on */ 46 * @pin_strobe: strobe input
|
/Linux-v5.10/drivers/staging/media/atomisp/i2c/ |
D | atomisp-lm3554.c | 178 static int lm3554_hw_strobe(struct i2c_client *client, bool strobe) in lm3554_hw_strobe() argument 186 * An abnormal high flash current is observed when strobe off the in lm3554_hw_strobe() 188 * wait a short moment, and then strobe off the flash. in lm3554_hw_strobe() 194 if (!strobe) { in lm3554_hw_strobe() 207 * If timer is killed before run, flash is not strobe off, in lm3554_hw_strobe() 208 * so must strobe off here in lm3554_hw_strobe() 218 /* Strobe on Flash */ in lm3554_hw_strobe() 223 dev_err(&client->dev, "failed to %s flash strobe (%d)\n", in lm3554_hw_strobe() 224 strobe ? "on" : "off", ret); in lm3554_hw_strobe() 540 .name = "Flash Strobe",
|
/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | ts-nbus.txt | 14 - ts,strobe-gpios : The GPIO pin connected to the stobe line on the FPGA 41 ts,strobe-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
|
/Linux-v5.10/drivers/memory/ |
D | ti-aemif.c | 86 * @wstrobe: write strobe width, ns 87 * @rstrobe: read strobe width, ns 93 * @enable_ss: enable/disable select strobe mode 297 if (!of_property_read_u32(np, "ti,cs-read-strobe-ns", &val)) in of_aemif_parse_abus_config() 306 if (!of_property_read_u32(np, "ti,cs-write-strobe-ns", &val)) in of_aemif_parse_abus_config() 316 data->enable_ss = of_property_read_bool(np, "ti,cs-select-strobe-mode"); in of_aemif_parse_abus_config()
|
/Linux-v5.10/drivers/media/i2c/ |
D | lm3646.c | 144 /* switch to SHDN mode before flash strobe on */ in lm3646_set_ctrl() 219 /* flash strobe */ in lm3646_init_controls() 221 /* flash strobe stop */ in lm3646_init_controls() 224 /* flash strobe timeout */ in lm3646_init_controls()
|