/linux-4.4.14/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-4.4.14/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 60 * flash-timeout-exceeded - the flash strobe was still on when
|
D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
/linux-4.4.14/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. 38 a switch that allows for routing strobe signal either from the host or from
|
D | common.txt | 5 blinking patterns, flash timeout, flash faults and external flash strobe mode.
|
/linux-4.4.14/drivers/input/joystick/ |
D | grip.c | 91 int strobe = gameport_time(gameport, GRIP_STROBE_GPP); in grip_gpp_read_packet() local 94 t = strobe; in grip_gpp_read_packet() 106 t = strobe; in grip_gpp_read_packet() 132 int strobe = gameport_time(gameport, GRIP_STROBE_XT); in grip_xt_read_packet() local 136 t = strobe; in grip_xt_read_packet() 150 t = strobe; in grip_xt_read_packet() 163 t = strobe; in grip_xt_read_packet()
|
D | cobra.c | 64 int strobe = gameport_time(gameport, COBRA_MAX_STROBE); in cobra_read_packet() local 82 t[i] = strobe; in cobra_read_packet()
|
D | sidewinder.c | 138 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local 145 strobe = gameport_time(gameport, SW_STROBE); in sw_read_packet() 162 bitout = strobe; /* Extend time if not timed out */ in sw_read_packet() 177 bitout = strobe; /* Extend timeout for next bit */ in sw_read_packet()
|
D | analog.c | 304 int strobe = gameport_time(port->gameport, ANALOG_SAITEK_TIME); in analog_button_read() local 319 t = strobe; in analog_button_read()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-i2c.c | 143 int i, strobe = 0; in i2c_sendbytes() local 198 strobe++; in i2c_sendbytes() 201 if ((strobe >= 4) || (i >= msg->len)) { in i2c_sendbytes() 213 strobe = 0; in i2c_sendbytes()
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 228 u32 dqs, strobe; in dw_mci_exynos_config_hs400() local 238 strobe = priv->saved_strobe_ctrl; in dw_mci_exynos_config_hs400() 242 strobe = DQS_CTRL_RD_DELAY(strobe, priv->dqs_delay); in dw_mci_exynos_config_hs400() 248 mci_writel(host, HS400_DLINE_CTRL, strobe); in dw_mci_exynos_config_hs400()
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class-flash.txt | 40 * 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-4.4.14/include/linux/platform_data/ |
D | keyscan-davinci.h | 36 u8 strobe; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2l-evm.dts | 57 ti,cs-read-strobe-ns = <23>; 60 ti,cs-write-strobe-ns = <23>;
|
D | k2e-evm.dts | 80 ti,cs-read-strobe-ns = <23>; 83 ti,cs-write-strobe-ns = <23>;
|
D | k2hk-evm.dts | 101 ti,cs-read-strobe-ns = <23>; 104 ti,cs-write-strobe-ns = <23>;
|
D | exynos5422-odroidxu3-common.dtsi | 340 samsung,read-strobe-delay = <90>;
|
D | exynos5420-smdk5420.dts | 370 samsung,read-strobe-delay = <90>;
|
D | exynos5420-peach-pit.dts | 703 samsung,read-strobe-delay = <90>;
|
D | exynos5800-peach-pi.dts | 666 samsung,read-strobe-delay = <90>;
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 55 * samsung,read-strobe-delay: RCLK (Data strobe) delay to control HS400 mode 91 samsung,read-strobe-delay = <90>;
|
/linux-4.4.14/sound/soc/ |
D | soc-ops.c | 969 unsigned int strobe = ucontrol->value.enumerated.item[0] != 0; in snd_soc_put_strobe() local 970 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe() 971 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()
|
/linux-4.4.14/drivers/media/i2c/ |
D | as3645a.c | 250 static int as3645a_set_output(struct as3645a *flash, bool strobe) in as3645a_set_output() argument 265 on = strobe; in as3645a_set_output()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | davinci_keyscan.c | 95 __raw_writel(pdata->strobe, in davinci_ks_initialize()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 229 .strobe = 0x5,
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 297 API-snd-soc-get-strobe 298 API-snd-soc-put-strobe
|
/linux-4.4.14/Documentation/networking/ |
D | PLIP.txt | 130 strobe) input, arranged so that the data input bits appear as contiguous
|