Home
last modified time | relevance | path

Searched full:clocked (Results 1 – 25 of 127) sorted by relevance

123456

/linux/include/media/i2c/
H A Dtvp7002.h21 * 0 - Data clocked out on rising edge of DATACLK signal
22 * 1 - Data clocked out on falling edge of DATACLK signal
/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,arizona.yaml77 wlf,max-channels-clocked:
79 The maximum number of channels to be clocked on each AIF, useful for
H A Dcirrus,madera.yaml86 cirrus,max-channels-clocked:
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-timer-stm32116 attribute and the counter is clocked by the internal clock.
142 attribute and the counter is clocked by the connected trigger
/linux/drivers/usb/host/
H A Dohci-at91.c56 bool clocked; member
75 if (ohci_at91->clocked) in at91_start_clock()
82 ohci_at91->clocked = true; in at91_start_clock()
87 if (!ohci_at91->clocked) in at91_stop_clock()
93 ohci_at91->clocked = false; in at91_stop_clock()
/linux/drivers/usb/gadget/udc/
H A Dat91_udc.c200 /* don't access registers when interface isn't clocked */ in proc_udc_show()
201 if (!udc->clocked) { in proc_udc_show()
202 seq_printf(s, "(not clocked)\n"); in proc_udc_show()
568 if (ep->udc->clocked) { in at91_ep_disable()
746 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
796 if (!to_udc(gadget)->clocked) in at91_get_frame()
810 if (!udc->clocked || !udc->suspended) in at91_wakeup()
901 if (udc->clocked) in clk_on()
903 udc->clocked = 1; in clk_on()
911 if (!udc->clocked) in clk_off()
[all …]
H A Dlpc32xx_udc.c164 bool clocked; member
949 if (udc->clocked) in udc_clk_set()
952 udc->clocked = 1; in udc_clk_set()
955 if (!udc->clocked) in udc_clk_set()
958 udc->clocked = 0; in udc_clk_set()
1551 if (!udc->clocked) in pullup()
2406 if (!udc->clocked) in lpc32xx_get_frame()
2919 if (udc->clocked) { in lpc32xx_stop()
3073 udc->clocked = 1; in lpc32xx_udc_probe()
3200 if (udc->clocked) { in lpc32xx_udc_suspend()
[all …]
/linux/Documentation/devicetree/bindings/watchdog/
H A Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
/linux/drivers/clk/
H A DKconfig87 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
106 multi-function device has one fixed-rate oscillator, clocked
305 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-beagle-ab4.dts35 /* Always clocked by secure_32k_fck */
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,ipq5424-apss-clk.yaml13 The CPU core in ipq5424 is clocked by a huayra PLL with RCG support.
/linux/include/linux/
H A DmISDNdsp.h35 int unclocked; /* data is not clocked (has jitter/loss) */
/linux/Documentation/devicetree/bindings/timer/
H A Dnxp,tpm-timer.yaml16 are clocked by an asynchronous clock that can remain enabled in low
/linux/lib/crypto/powerpc/
H A Dsha256.h20 * Headroom for cache misses included. Even with the low end model clocked
H A Dsha1.h18 * Headroom for cache misses included. Even with the low end model clocked
/linux/Documentation/spi/
H A Dspi-summary.rst645 : marks when data is clocked into the peripheral;
646 ; marks when data is clocked into the controller;
659 peripherals that require specific MOSI line state when data is not being clocked
684 : marks when data is clocked into the peripheral;
685 ; marks when data is clocked into the controller;
/linux/Documentation/peci/
H A Dpeci.rst29 physical layer is a self-clocked one-wire bus signal that begins each
/linux/Documentation/devicetree/bindings/spi/
H A Drenesas,rzv2m-csi.yaml7 title: Renesas RZ/V2M Clocked Serial Interface (CSI)
/linux/sound/soc/codecs/
H A Dpcm3060.h20 /* ADC and DAC can be clocked from separate or same sources CLK1 and CLK2 */
/linux/arch/arm64/kernel/
H A Dwatchdog_hld.c10 * Arm CPUs in the market which are clocked much less than 5 GHz. On the other
/linux/Documentation/devicetree/bindings/devfreq/
H A Dnvidia,tegra30-actmon.yaml17 which the external memory needs to be clocked in order to serve all requests
/linux/arch/arm/mach-omap2/
H A Dcm_common.c76 * (@prcm_mod, @idlest_id, @idlest_shift) is clocked. Return 0 upon
102 * (@prcm_mod, @idlest_id, @idlest_shift) is no longer clocked. Return
/linux/drivers/rtc/
H A Drtc-jz4740.c286 * Range is 0 to 2 sec if RTC is clocked at 32 kHz. in jz4740_rtc_set_wakeup_params()
297 * Range is 0 to 125 ms if RTC is clocked at 32 kHz. in jz4740_rtc_set_wakeup_params()
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml56 # According to the datasheet, "Data is clocked in from SDI on the falling
57 # edge of SCLK, while data is clocked out on DOUTA on the rising edge of
/linux/drivers/mfd/
H A Datmel-flexcom.c71 * is clocked. Hence, registers of the other serial devices remain in atmel_flexcom_probe()

123456