Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/drivers/usb/host/
Dehci-atmel.c35 bool clocked; member
48 if (atmel_ehci->clocked) in atmel_start_clock()
53 atmel_ehci->clocked = true; in atmel_start_clock()
58 if (!atmel_ehci->clocked) in atmel_stop_clock()
63 atmel_ehci->clocked = false; in atmel_stop_clock()
Dohci-at91.c55 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()
/kernel/linux/linux-4.19/drivers/usb/host/
Dehci-atmel.c35 bool clocked; member
48 if (atmel_ehci->clocked) in atmel_start_clock()
53 atmel_ehci->clocked = true; in atmel_start_clock()
58 if (!atmel_ehci->clocked) in atmel_stop_clock()
63 atmel_ehci->clocked = false; in atmel_stop_clock()
Dohci-at91.c55 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()
/kernel/linux/linux-5.10/include/media/i2c/
Dtvp7002.h21 * 0 - Data clocked out on rising edge of DATACLK signal
22 * 1 - Data clocked out on falling edge of DATACLK signal
/kernel/linux/linux-4.19/include/media/i2c/
Dtvp7002.h30 * 0 - Data clocked out on rising edge of DATACLK signal
31 * 1 - Data clocked out on falling edge of DATACLK signal
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Dwlf,arizona.txt33 - wlf,max-channels-clocked : The maximum number of channels to be clocked on
/kernel/linux/linux-4.19/drivers/slimbus/
Dmessaging.c108 * (e.g. due to bus lines not being clocked or driven by controller)
291 * this message timed out (e.g. due to bus lines not being clocked
334 * this message timed out (e.g. due to bus lines not being clocked
355 * this message timed out (e.g. due to bus lines not being clocked
/kernel/linux/linux-5.10/drivers/slimbus/
Dmessaging.c108 * (e.g. due to bus lines not being clocked or driven by controller)
292 * this message timed out (e.g. due to bus lines not being clocked
335 * this message timed out (e.g. due to bus lines not being clocked
356 * this message timed out (e.g. due to bus lines not being clocked
/kernel/linux/linux-4.19/drivers/clk/
DKconfig60 clocked at 32KHz each. Clkout1 is always on, Clkout2 can off
70 multi-function device has one fixed-rate oscillator, clocked
190 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dwlf,arizona.yaml74 wlf,max-channels-clocked:
76 The maximum number of channels to be clocked on each AIF, useful for
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm32124 attribute and the counter is clocked by the internal clock.
150 attribute and the counter is clocked by the connected trigger
/kernel/linux/linux-5.10/drivers/clk/
DKconfig76 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
86 multi-function device has one fixed-rate oscillator, clocked
230 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-timer-stm32129 attribute and the counter is clocked by the internal clock.
154 attribute and the counter is clocked by the connected trigger
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/
Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/watchdog/
Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/timer/
Dnxp,tpm-timer.txt6 are clocked by an asynchronous clock that can remain enabled in low
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt5 which the external memory needs to be clocked in order to serve all requests
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt5 which the external memory needs to be clocked in order to serve all requests
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap3-devkit8000.dts37 /* Always clocked by secure_32k_fck */
/kernel/linux/linux-4.19/include/linux/
DmISDNdsp.h35 int unclocked; /* data is not clocked (has jitter/loss) */
/kernel/linux/linux-5.10/include/linux/
DmISDNdsp.h35 int unclocked; /* data is not clocked (has jitter/loss) */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dnxp,tpm-timer.yaml16 are clocked by an asynchronous clock that can remain enabled in low
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dat91_udc.c199 /* don't access registers when interface isn't clocked */ in proc_udc_show()
200 if (!udc->clocked) { in proc_udc_show()
201 seq_printf(s, "(not clocked)\n"); in proc_udc_show()
567 if (ep->udc->clocked) { in at91_ep_disable()
743 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
793 if (!to_udc(gadget)->clocked) in at91_get_frame()
807 if (!udc->clocked || !udc->suspended) in at91_wakeup()
898 if (udc->clocked) in clk_on()
900 udc->clocked = 1; in clk_on()
908 if (!udc->clocked) in clk_off()
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/
Dat91_udc.c199 /* don't access registers when interface isn't clocked */ in proc_udc_show()
200 if (!udc->clocked) { in proc_udc_show()
201 seq_printf(s, "(not clocked)\n"); in proc_udc_show()
567 if (ep->udc->clocked) { in at91_ep_disable()
743 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
793 if (!to_udc(gadget)->clocked) in at91_get_frame()
808 if (!udc->clocked || !udc->suspended) in at91_wakeup()
899 if (udc->clocked) in clk_on()
901 udc->clocked = 1; in clk_on()
909 if (!udc->clocked) in clk_off()
[all …]

1234567891011