| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | ehci-atmel.c | 35 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()
|
| D | ohci-at91.c | 55 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/ |
| D | ehci-atmel.c | 35 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()
|
| D | ohci-at91.c | 55 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/ |
| D | tvp7002.h | 21 * 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/ |
| D | tvp7002.h | 30 * 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/ |
| D | wlf,arizona.txt | 33 - wlf,max-channels-clocked : The maximum number of channels to be clocked on
|
| /kernel/linux/linux-4.19/drivers/slimbus/ |
| D | messaging.c | 108 * (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/ |
| D | messaging.c | 108 * (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/ |
| D | Kconfig | 60 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/ |
| D | wlf,arizona.yaml | 74 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/ |
| D | sysfs-bus-iio-timer-stm32 | 124 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/ |
| D | Kconfig | 76 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/ |
| D | sysfs-bus-iio-timer-stm32 | 129 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/ |
| D | microchip,pic32-dmt.txt | 4 malfunction. It is a free-running instruction fetch timer, which is clocked
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/watchdog/ |
| D | microchip,pic32-dmt.txt | 4 malfunction. It is a free-running instruction fetch timer, which is clocked
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/timer/ |
| D | nxp,tpm-timer.txt | 6 are clocked by an asynchronous clock that can remain enabled in low
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra30-actmon.txt | 5 which the external memory needs to be clocked in order to serve all requests
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/ |
| D | nvidia,tegra30-actmon.txt | 5 which the external memory needs to be clocked in order to serve all requests
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap3-devkit8000.dts | 37 /* Always clocked by secure_32k_fck */
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | mISDNdsp.h | 35 int unclocked; /* data is not clocked (has jitter/loss) */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mISDNdsp.h | 35 int unclocked; /* data is not clocked (has jitter/loss) */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
| D | nxp,tpm-timer.yaml | 16 are clocked by an asynchronous clock that can remain enabled in low
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | at91_udc.c | 199 /* 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/ |
| D | at91_udc.c | 199 /* 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 …]
|