| /linux/Documentation/devicetree/bindings/memory-controllers/ ! |
| H A 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/Documentation/ABI/testing/ ! |
| H A 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
|
| H A D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
| /linux/drivers/bus/ ! |
| H A D | ts-nbus.c | 33 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() 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/drivers/input/joystick/ ! |
| H A D | grip.c | 72 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()
|
| H A D | cobra.c | 45 int strobe = gameport_time(gameport, COBRA_MAX_STROBE); in cobra_read_packet() local 63 t[i] = strobe; in cobra_read_packet()
|
| H A D | sidewinder.c | 120 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local 127 strobe = gameport_time(gameport, SW_STROBE); in sw_read_packet() 144 bitout = strobe; /* Extend time if not timed out */ in sw_read_packet() 159 bitout = strobe; /* Extend timeout for next bit */ in sw_read_packet()
|
| /linux/drivers/media/usb/au0828/ ! |
| H A D | au0828-i2c.c | 122 int i, strobe = 0; in i2c_sendbytes() local 177 strobe++; in i2c_sendbytes() 180 if ((strobe >= 4) || (i >= msg->len)) { in i2c_sendbytes() 192 strobe = 0; in i2c_sendbytes()
|
| /linux/Documentation/leds/ ! |
| H A 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
|
| /linux/Documentation/devicetree/bindings/bus/ ! |
| H A 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/drivers/mmc/host/ ! |
| H A D | dw_mmc-exynos.c | 269 u32 dqs, strobe; in dw_mci_exynos_config_hs400() local 284 strobe = priv->saved_strobe_ctrl; in dw_mci_exynos_config_hs400() 288 strobe = DQS_CTRL_RD_DELAY(strobe, priv->dqs_delay); in dw_mci_exynos_config_hs400() 296 mci_writel(host, HS400_DLINE_CTRL, strobe); in dw_mci_exynos_config_hs400()
|
| /linux/arch/arm/boot/dts/ti/keystone/ ! |
| H A D | keystone-k2l-evm.dts | 71 ti,cs-read-strobe-ns = <23>; 74 ti,cs-write-strobe-ns = <23>;
|
| H A D | keystone-k2e-evm.dts | 98 ti,cs-read-strobe-ns = <23>; 101 ti,cs-write-strobe-ns = <23>;
|
| H A D | keystone-k2hk-evm.dts | 115 ti,cs-read-strobe-ns = <23>; 118 ti,cs-write-strobe-ns = <23>;
|
| /linux/arch/mips/boot/dts/mobileye/ ! |
| H A D | eyeq6h.dtsi | 124 mmc-hs400-enhanced-strobe; 131 cdns,phy-dll-delay-strobe = <32>;
|
| H A D | eyeq5.dtsi | 269 mmc-hs400-enhanced-strobe; 276 cdns,phy-dll-delay-strobe = <32>;
|
| /linux/drivers/leds/flash/ ! |
| H A D | leds-qcom-flash.c | 219 static int update_allowed_flash_current(struct qcom_flash_led *led, u32 *current_ma, bool strobe) in update_allowed_flash_current() argument 231 if (!strobe || led->current_in_use_ma != 0) { in update_allowed_flash_current() 238 if (!strobe) in update_allowed_flash_current() 414 static int set_flash_strobe(struct qcom_flash_led *led, enum led_strobe strobe, bool state) in set_flash_strobe() argument 424 if (strobe == SW_STROBE) in set_flash_strobe()
|
| H A D | Kconfig | 63 and strobe mode. 71 Support 2 channels and torch/strobe mode.
|
| /linux/arch/arm64/boot/dts/qcom/ ! |
| H A D | ipq9574-rdp418.dts | 25 mmc-hs400-enhanced-strobe;
|
| /linux/arch/riscv/boot/dts/spacemit/ ! |
| H A D | k1-musepi-pro.dts | 41 mmc-hs400-enhanced-strobe;
|
| H A D | k1-orangepi-r2s.dts | 29 mmc-hs400-enhanced-strobe;
|
| /linux/arch/arm64/boot/dts/ti/ ! |
| H A D | k3-am62p-main.dtsi | 60 ti,strobe-sel = <0x66>;
|
| /linux/include/media/ ! |
| H A D | v4l2-mediabus.h | 138 unsigned char strobe:1; member
|
| /linux/sound/soc/ ! |
| H A D | soc-ops.c | 838 unsigned int strobe = ucontrol->value.enumerated.item[0] != 0; in snd_soc_put_strobe() local 841 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe() 842 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()
|
| /linux/arch/arm64/boot/dts/rockchip/ ! |
| H A D | rk3399-nanopc-t4.dts | 114 mmc-hs400-enhanced-strobe;
|