Searched refs:clock (Results 151 - 175 of 1871) sorted by path

1234567891011>>

/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c23 * and Ozonic. The single stream is OK for the other devices even if the clock
193 buf[6] = 0xff & clk_src; /* clock source */
279 "fail to initialize clock params: %d\n", err);
639 /* omit last 4 bytes because it's clock info. */
657 /* last 4 bytes are omitted because it's clock info. */
674 /* no clock info */
730 .clock = &special_clk_spec,
746 .clock = NULL,
758 .clock = NULL,
770 .clock
[all...]
H A Dbebob_proc.c141 const struct snd_bebob_clock_spec *clk_spec = bebob->spec->clock;
183 add_node(bebob, root, "clock", proc_read_clock);
H A Dbebob_terratec.c50 .clock = &phase88_rack_clk,
H A Dbebob_yamaha_terratec.c61 .clock = &clock_spec,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-proc.c32 [SND_DG00X_CLOCK_WORD] = "word clock",
41 enum snd_dg00x_clock clock; local
48 if (snd_dg00x_stream_get_clock(dg00x, &clock) < 0)
53 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]);
55 if (clock == SND_DG00X_CLOCK_INTERNAL)
83 entry = snd_info_create_card_entry(dg00x->card, "clock", root);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_command.c27 /* for clock source and sampling rate */
90 [EFR_STATUS_BAD_CLOCK] = "bad clock",
274 command_get_clock(struct snd_efw *efw, struct efc_clock *clock) argument
281 (__be32 *)clock, sizeof(struct efc_clock));
283 be32_to_cpus(&clock->source);
284 be32_to_cpus(&clock->sampling_rate);
285 be32_to_cpus(&clock->index);
296 struct efc_clock clock = {0}; local
306 err = command_get_clock(efw, &clock);
311 if ((clock
346 struct efc_clock clock = {0}; local
358 struct efc_clock clock = {0}; local
[all...]
/linux-master/sound/pci/echoaudio/
H A Dindigo_express_dsp.c31 u32 clock, control_reg, old_control_reg; local
41 clock = INDIGO_EXPRESS_32000;
44 clock = INDIGO_EXPRESS_44100;
47 clock = INDIGO_EXPRESS_48000;
50 clock = INDIGO_EXPRESS_32000|INDIGO_EXPRESS_DOUBLE_SPEED;
53 clock = INDIGO_EXPRESS_44100|INDIGO_EXPRESS_DOUBLE_SPEED;
56 clock = INDIGO_EXPRESS_48000|INDIGO_EXPRESS_DOUBLE_SPEED;
62 control_reg |= clock;
65 "set_sample_rate: %d clock %d\n", rate, clock);
[all...]
/linux-master/sound/pci/ice1712/
H A Drevo.c93 static void revo_i2c_direction(struct snd_i2c_bus *bus, int clock, int data) argument
99 if (clock)
368 /* drop clock */
379 /* raise clock */
392 /* drop clock */
400 /* raise clock */
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk1 # PTP 1588 clock support - User space test program
/linux-master/arch/arm/mach-bcm/
H A Dplatsmp.c17 #include <linux/sched/clock.h>
/linux-master/arch/arm/mach-ep93xx/
H A DMakefile5 obj-y := core.o clock.o timer-ep93xx.o
/linux-master/arch/arm/mach-omap1/
H A DMakefile9 obj-y += clock.o clock_data.o opp_data.o reset.o pm_bus.o timer.o
H A Dams-delta-fiq-handler.S138 @ Keyboard clock FIQ mode interrupt handler
H A Dsleep.S102 @ turn off clock domains
172 @ Turn off clock domains
/linux-master/arch/arm/mach-omap2/
H A DMakefile15 clock-common = clock.o
179 obj-$(CONFIG_ARCH_OMAP2) += $(clock-common)
183 obj-$(CONFIG_ARCH_OMAP3) += $(clock-common)
184 obj-$(CONFIG_ARCH_OMAP4) += $(clock-common)
185 obj-$(CONFIG_SOC_AM33XX) += $(clock-common)
186 obj-$(CONFIG_SOC_OMAP5) += $(clock-common)
187 obj-$(CONFIG_SOC_DRA7XX) += $(clock-common)
188 obj-$(CONFIG_SOC_AM43XX) += $(clock-common)
190 # OMAP2 clock rat
[all...]
H A Dpm-debug.c21 #include <linux/sched/clock.h>
28 #include "clock.h"
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S108 @ as possible to eliminate messing about with the refresh clock
116 @ ensure x1 for run and turbo mode with memory clock
/linux-master/arch/arm/mach-sa1100/
H A DMakefile7 obj-y := clock.o generic.o #nmi-oopser.o
/linux-master/arch/arm/mm/
H A Dproc-mohawk.S353 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
371 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
H A Dproc-sa110.S38 mcr p15, 0, r0, c15, c1, 2 @ Enable clock switching
47 mcr p15, 0, r0, c15, c2, 2 @ Disable clock switching
89 * 2 = switch to slow processor clock
90 * 3 = switch to fast processor clock
95 mcr p15, 0, ip, c15, c2, 2 @ disable clock switching
105 mcr p15, 0, r0, c15, c1, 2 @ enable clock switching
H A Dproc-sa1100.S42 mcr p15, 0, r0, c15, c1, 2 @ Enable clock switching
55 mcr p15, 0, ip, c15, c2, 2 @ Disable clock switching
97 * 2 = switch to slow processor clock
98 * 3 = switch to fast processor clock
111 mcr p15, 0, r0, c15, c2, 2 @ disable clock switching
115 mcr p15, 0, r0, c15, c1, 2 @ enable clock switching
H A Dproc-xsc3.S133 * XScale supports clock switching, but using idle mode support
425 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
443 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
H A Dproc-xscale.S175 * XScale supports clock switching, but using idle mode support
515 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode
531 mcr p14, 0, r4, c6, c0, 0 @ clock configuration, turbo mode.
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c203 #include <linux/sched/clock.h>
/linux-master/arch/arm/vdso/
H A Dvgettimeofday.c13 int __vdso_clock_gettime(clockid_t clock, argument
16 return __cvdso_clock_gettime32(clock, ts);
19 int __vdso_clock_gettime64(clockid_t clock, argument
22 return __cvdso_clock_gettime(clock, ts);

Completed in 267 milliseconds

1234567891011>>