Searched refs:which (Results 1 - 25 of 517) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dclocksource.h16 static inline void vclocks_set_used(unsigned int which) argument
18 WRITE_ONCE(vclocks_used, READ_ONCE(vclocks_used) | (1 << which));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall6.c13 int count, which; variable
19 if (__builtin_constant_p(which))
21 bpf_tail_call(skb, &jmp_table, which);
28 if (__builtin_constant_p(which))
30 bpf_tail_call(skb, &jmp_table, which);
/linux-master/tools/testing/selftests/powerpc/scripts/
H A Dhmi.sh12 elif which getscom > /dev/null; then
13 GETSCOM=$(which getscom)
14 PUTSCOM=$(which putscom)
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A DMakefile7 TEST_GEN_PROGS := hwprobe cbo which-cpus
17 $(OUTPUT)/which-cpus: which-cpus.c sys_hwprobe.S
/linux-master/tools/power/cpupower/lib/
H A Dacpi_cppc.h19 enum acpi_cppc_value which);
H A Dacpi_cppc.c38 unsigned long acpi_cppc_get_data(unsigned int cpu, enum acpi_cppc_value which) argument
45 if (which >= MAX_CPPC_VALUE_FILES)
48 len = acpi_cppc_read_file(cpu, acpi_cppc_value_files[which],
H A Dcpuidle.c113 /* read access to files which contain one numeric value */
135 enum idlestate_value which)
142 if (which >= MAX_IDLESTATE_VALUE_FILES)
146 idlestate_value_files[which],
159 /* read access to files which contain one string */
175 enum idlestate_string which)
181 if (which >= MAX_IDLESTATE_STRING_FILES)
185 idlestate_string_files[which],
326 /* read access to files which contain one string */
342 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) argument
133 cpuidle_state_get_one_value(unsigned int cpu, unsigned int idlestate, enum idlestate_value which) argument
173 cpuidle_state_get_one_string(unsigned int cpu, unsigned int idlestate, enum idlestate_string which) argument
[all...]
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c77 static int check_itimer(int which) argument
86 if (which == ITIMER_VIRTUAL)
88 else if (which == ITIMER_PROF)
90 else if (which == ITIMER_REAL)
97 if (which == ITIMER_VIRTUAL)
99 else if (which == ITIMER_PROF)
101 else if (which == ITIMER_REAL)
110 err = setitimer(which, &val, NULL);
116 if (which == ITIMER_VIRTUAL)
118 else if (which
134 check_timer_create(int which) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitterstop.sh18 echo jitterstop.sh: Missing directory in which to place jittering file.
H A Djitterstart.sh9 # jittering-dir: Directory in which to put "jittering" file.
27 echo jitterstart.sh: Missing directory in which to place jittering file.
/linux-master/drivers/staging/greybus/
H A Dgpio.c67 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) argument
77 request.which = which;
85 ggc->lines[which].active = true;
91 u8 which)
98 request.which = which;
102 dev_err(dev, "failed to deactivate gpio %u\n", which);
106 ggc->lines[which].active = false;
113 u8 which)
90 gb_gpio_deactivate_operation(struct gb_gpio_controller *ggc, u8 which) argument
112 gb_gpio_get_direction_operation(struct gb_gpio_controller *ggc, u8 which) argument
137 gb_gpio_direction_in_operation(struct gb_gpio_controller *ggc, u8 which) argument
151 gb_gpio_direction_out_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) argument
166 gb_gpio_get_value_operation(struct gb_gpio_controller *ggc, u8 which) argument
193 gb_gpio_set_value_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) argument
218 gb_gpio_set_debounce_operation(struct gb_gpio_controller *ggc, u8 which, u16 debounce_usec) argument
425 u8 which; local
454 u8 which; local
[all...]
H A Dpwm.c44 static int gb_pwm_activate_operation(struct pwm_chip *chip, u8 which) argument
51 request.which = which;
66 static int gb_pwm_deactivate_operation(struct pwm_chip *chip, u8 which) argument
73 request.which = which;
89 u8 which, u32 duty, u32 period)
96 request.which = which;
114 u8 which, u
88 gb_pwm_config_operation(struct pwm_chip *chip, u8 which, u32 duty, u32 period) argument
113 gb_pwm_set_polarity_operation(struct pwm_chip *chip, u8 which, u8 polarity) argument
137 gb_pwm_enable_operation(struct pwm_chip *chip, u8 which) argument
159 gb_pwm_disable_operation(struct pwm_chip *chip, u8 which) argument
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/selftest/
H A Dbashisms.tc10 if ! which checkbashisms > /dev/null 2>&1 ; then
/linux-master/include/linux/
H A Dnospec.h68 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which);
69 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which,
H A Dvia_i2c.h24 struct i2c_adapter *viafb_find_i2c_adapter(enum viafb_i2c_adap which);
/linux-master/sound/soc/codecs/
H A Dwm8350.h19 int wm8350_hp_jack_detect(struct snd_soc_component *component, enum wm8350_jack which,
/linux-master/tools/testing/selftests/dt/
H A DMakefile1 PY3 = $(shell which python3 2>/dev/null)
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h32 * @which: format type (from enum v4l2_subdev_format_whence)
39 __u32 which; member in struct:v4l2_subdev_format
48 * @which: format type (from enum v4l2_subdev_format_whence)
55 __u32 which; member in struct:v4l2_subdev_crop
73 * @which: format type (from enum v4l2_subdev_format_whence)
82 __u32 which; member in struct:v4l2_subdev_mbus_code_enum
97 * @which: format type (from enum v4l2_subdev_format_whence)
109 __u32 which; member in struct:v4l2_subdev_frame_size_enum
119 * @which: interval type (from enum v4l2_subdev_format_whence)
126 __u32 which; member in struct:v4l2_subdev_frame_interval
149 __u32 which; member in struct:v4l2_subdev_frame_interval_enum
171 __u32 which; member in struct:v4l2_subdev_selection
232 __u32 which; member in struct:v4l2_subdev_routing
[all...]
/linux-master/arch/riscv/kernel/
H A Dfpu.S108 #define get_f32(which) fmv.x.s a0, which; j 2f
109 #define put_f32(which) fmv.s.x which, a1; j 2f
111 # define get_f64(which) fmv.x.d a0, which; j 2f
112 # define put_f64(which) fmv.d.x which, a1; j 2f
114 # define get_f64(which) fsd which,
[all...]
/linux-master/tools/testing/selftests/turbostat/
H A Ddefcolumns.py5 from shutil import which namespace
7 turbostat = which('turbostat')
12 timeout = which('timeout')
24 # which are only visible when running with --debug.
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ipack.c18 p->which = 0;
228 p->which = 0;
286 if (p->mpeg == 1 && p->which < 2000) {
293 while (!p->which && c < count &&
305 if ((p->check & 0xc0) == 0x40 && !p->which) {
312 p->which = 1;
320 p->which = 2;
325 if (p->which == 1) {
331 p->which = 2;
339 p->which
[all...]
/linux-master/arch/alpha/kernel/
H A Dpci-noop.c59 SYSCALL_DEFINE3(pciconfig_iobase, long, which, unsigned long, bus,
65 if (which & IOBASE_FROM_HOSE) {
79 switch (which & ~IOBASE_FROM_HOSE) {
/linux-master/include/trace/events/
H A Dtimer.h254 * @now: pointer to variable which contains current time of the
326 * @which: name of the interval timer
333 TP_PROTO(int which, const struct itimerspec64 *const value,
336 TP_ARGS(which, value, expires),
339 __field( int, which )
348 __entry->which = which;
356 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld",
357 __entry->which, __entry->expires,
364 * @which
[all...]
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c184 /* read access to files which contain one numeric value */
205 enum idlestate_value which)
212 if (which >= MAX_IDLESTATE_VALUE_FILES)
216 idlestate_value_files[which],
229 /* read access to files which contain one string */
245 enum idlestate_string which)
251 if (which >= MAX_IDLESTATE_STRING_FILES)
255 idlestate_string_files[which],
396 /* read access to files which contain one string */
412 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) argument
203 sysfs_idlestate_get_one_value(unsigned int cpu, unsigned int idlestate, enum idlestate_value which) argument
243 sysfs_idlestate_get_one_string(unsigned int cpu, unsigned int idlestate, enum idlestate_string which) argument
[all...]
/linux-master/kernel/
H A Dutsname_sysctl.c20 char *which = table->data; local
24 which = (which - (char *)&init_uts_ns) + (char *)uts_ns;
26 return which;

Completed in 591 milliseconds

1234567891011>>